Why This Matters
Logical equivalences are the backbone of formal reasoning—they're the tools you'll use to transform complex statements into simpler ones, construct valid proofs, and verify arguments. When you're asked to prove two expressions are equivalent or simplify a compound proposition, you're being tested on your ability to recognize which equivalence applies and how to chain multiple equivalences together. These aren't just abstract rules; they're the grammar of logical manipulation.
Think of equivalences as falling into distinct families: some govern how negation interacts with connectives, others describe structural properties like order and grouping, and still others handle special cases involving truth values. Don't just memorize formulas—know what type of transformation each equivalence performs and when to reach for it. If you can categorize an equivalence by its function, you'll navigate proofs and simplifications with confidence.
Structural Properties: Order and Grouping
These equivalences tell you that the arrangement of propositions doesn't affect truth value—only the connectives and the propositions themselves matter.
Commutativity
- Order doesn't matter for ∧ and ∨—you can freely swap operands: P∧Q≡Q∧P and P∨Q≡Q∨P
- Applies only to conjunction and disjunction—implication is not commutative (P→Q≡Q→P)
- Use it to rearrange expressions before applying other equivalences like distribution or absorption
Associativity
- Grouping doesn't matter for repeated ∧ or ∨—parentheses can shift freely: (P∧Q)∧R≡P∧(Q∧R)
- Lets you drop parentheses when chaining the same connective, writing simply P∧Q∧R
- Critical for multi-step simplifications where you need to regroup before applying distributivity
Idempotence
- Repeating a proposition has no effect—P∧P≡P and P∨P≡P
- Eliminates redundancy when the same variable appears multiple times in an expression
- Often appears after applying absorption or when simplifying expressions with repeated terms
Compare: Commutativity vs. Associativity—both say "arrangement doesn't matter," but commutativity swaps which proposition comes first, while associativity changes how propositions are grouped. On proofs, identify which one you need based on whether you're reordering or regrouping.
Negation Interactions: De Morgan's and Double Negation
These equivalences govern how negation distributes through or cancels within compound statements—essential for pushing negations inward or outward.
Double Negation
- Two negations cancel—¬(¬P)≡P, returning you to the original proposition
- Foundation for many proof steps—you'll use this to "clean up" after applying other negation rules
- Works in both directions—you can add double negations strategically to set up other transformations
De Morgan's Laws
- Negation flips the connective and distributes—¬(P∧Q)≡¬P∨¬Q and ¬(P∨Q)≡¬P∧¬Q
- The most frequently tested equivalence—expect to apply these in nearly every simplification problem
- Remember the pattern: negating a conjunction gives a disjunction (and vice versa), with each component negated
Compare: Double Negation vs. De Morgan's Laws—double negation handles negation of a single (possibly negated) proposition, while De Morgan's handles negation of a compound statement with ∧ or ∨. If you see ¬(P∧Q), reach for De Morgan's; if you see ¬¬P, use double negation.
Distribution and Absorption: Restructuring Expressions
These equivalences let you expand or collapse expressions by distributing one connective over another or absorbing redundant terms.
Distributivity
- ∧ distributes over ∨ and vice versa—P∧(Q∨R)≡(P∧Q)∨(P∧R) and P∨(Q∧R)≡(P∨Q)∧(P∨R)
- Works in both directions—use left-to-right to expand, right-to-left to factor out common terms
- Key for converting between CNF and DNF—conjunctive and disjunctive normal forms require systematic distribution
Absorption Laws
- A proposition "absorbs" a disjunction or conjunction containing itself—P∧(P∨Q)≡P and P∨(P∧Q)≡P
- Powerful simplification tool—eliminates entire subexpressions when a variable appears at multiple levels
- Often the final step after distribution reveals redundant structure
Compare: Distributivity vs. Absorption—distributivity expands an expression into more terms, while absorption collapses it by eliminating redundancy. When simplifying, try absorption first; if that doesn't apply, distribute and then look for new absorption opportunities.
Special Truth Values: Identity, Domination, and Negation Laws
These equivalences describe how propositions interact with the constants True (⊤) and False (⊥), plus the fundamental relationship between a proposition and its negation.
Identity Laws
- True is the identity for ∧; False is the identity for ∨—P∧⊤≡P and P∨⊥≡P
- "Neutral elements" that don't change the proposition—like multiplying by 1 or adding 0 in arithmetic
- Use these to simplify after other operations introduce truth constants
Domination Laws
- False dominates ∧; True dominates ∨—P∧⊥≡⊥ and P∨⊤≡⊤
- Entire expressions collapse when a dominating value appears—no matter what P is
- Check for these early in simplification to avoid unnecessary work on irrelevant subexpressions
Negation Laws (Excluded Middle and Contradiction)
- A proposition and its negation together yield constants—P∨¬P≡⊤ (law of excluded middle) and P∧¬P≡⊥ (law of contradiction)
- Fundamental to classical logic—these establish that every proposition is either true or false, never both
- Combine with identity/domination to simplify expressions containing P and ¬P together
Compare: Identity Laws vs. Domination Laws—identity laws preserve the proposition (the constant "does nothing"), while domination laws override it (the constant "takes over"). Recognizing which applies depends on the connective-constant pairing.
These equivalences handle the conditional (→) and biconditional (↔), converting them into forms using only ¬, ∧, and ∨ when needed.
Implication (Material Conditional)
- Implication reduces to disjunction—P→Q≡¬P∨Q
- Essential for eliminating → when you need to work with only basic connectives
- Explains why implications are false only when the antecedent is true and consequent is false
Contraposition
- An implication equals its contrapositive—P→Q≡¬Q→¬P
- Powerful proof technique—proving the contrapositive is often easier than direct proof
- Distinct from converse and inverse—only the contrapositive is logically equivalent to the original
Biconditional
- Biconditional means "both directions"—P↔Q≡(P→Q)∧(Q→P)
- True when both sides match—either both true or both false; equivalence of truth values
- Can also be written as (P∧Q)∨(¬P∧¬Q)—useful for certain simplifications
Exportation
- Nested implication equals conjunction in antecedent—(P∧Q)→R≡P→(Q→R)
- Lets you "export" a conjunct from the antecedent into a nested conditional structure
- Useful in proof construction when you want to assume premises one at a time
Compare: Implication vs. Contraposition—both transform conditionals, but implication converts → into ∨, while contraposition keeps the → but swaps and negates the components. Use implication to eliminate arrows; use contraposition to flip the direction of reasoning.
Tautologies and Contradictions: The Logical Extremes
These aren't equivalences in the usual sense but rather classifications of statements that are always true or always false—benchmarks for evaluating expressions.
Tautology and Contradiction
- A tautology is true under all interpretations—classic example: P∨¬P (law of excluded middle)
- A contradiction is false under all interpretations—classic example: P∧¬P
- Simplification goal: reduce expressions to ⊤ (tautology) or ⊥ (contradiction) when possible to determine validity
Compare: Tautology vs. Contradiction—these are logical opposites. If simplification yields ⊤, the original expression is always true; if it yields ⊥, the expression is always false. FRQs may ask you to prove an expression is one or the other.
Quick Reference Table
|
| Structural rearrangement | Commutativity, Associativity, Idempotence |
| Negation handling | De Morgan's Laws, Double Negation |
| Expression restructuring | Distributivity, Absorption Laws |
| Truth constant interactions | Identity Laws, Domination Laws, Negation Laws |
| Conditional transformations | Implication, Contraposition, Exportation |
| Biconditional analysis | Biconditional equivalence |
| Validity benchmarks | Tautology, Contradiction |
| Eliminating connectives | Implication (→ to ∨), Biconditional expansion |
Self-Check Questions
-
Which two equivalences would you use in sequence to simplify ¬(P∧¬Q) into a form with no negations of compound statements?
-
Explain why P→Q is not equivalent to Q→P, but is equivalent to ¬Q→¬P. What distinguishes contraposition from the converse?
-
Given the expression P∨(P∧Q), which equivalence simplifies it to P? How does this differ from applying idempotence?
-
Compare distributivity and De Morgan's Laws: both transform expressions with mixed ∧ and ∨. When would you reach for each one?
-
If you simplify an expression and obtain P∧¬P as a subexpression, what can you immediately conclude about the entire conjunction containing it? Which equivalences justify this conclusion?