Logical Equivalence
Logical equivalence is when two logical statements always have the same truth value — whenever one is true the other is true, and whenever one is false the other is false.
Two propositions and are logically equivalent, written (or ), if they have identical truth values under every possible assignment of truth values to their component variables. In other words, the biconditional is a tautology. Logical equivalence can be verified by constructing a truth table or by applying known equivalence laws such as De Morgan's laws, double negation, or distribution.
Key Formula
Where:
- = two logical propositions (statements)
- = the logical equivalence symbol
- = the biconditional (if and only if) connective
Worked Example
Problem: Show that is logically equivalent to (De Morgan's Law) using a truth table.
Step 1: List all possible truth value combinations for and .
Step 2: Evaluate for each row, then negate it to get .
Step 3: Evaluate and , then find .
Step 4: Compare the two result columns. They match in every row.
Answer: Since and produce the same truth value in every row, they are logically equivalent: .
Why It Matters
Logical equivalence is essential for simplifying complex logical expressions in mathematics, computer science, and circuit design. When you know two expressions are equivalent, you can swap one for the other — choosing whichever form is simpler or more convenient. Proof techniques like contrapositive proofs rely directly on the logical equivalence between a conditional statement and its contrapositive.
Common Mistakes
Mistake: Confusing logical equivalence () with a simple biconditional ().
Correction: A biconditional is itself a proposition that can be true or false depending on and . Logical equivalence is a stronger claim: it means is true in *every* possible case (a tautology).
Mistake: Assuming two statements are equivalent because they agree on one or two cases.
Correction: You must check all possible truth value combinations. Two statements are logically equivalent only if they agree in every single row of the truth table.
