Transposition (Contraposition)
Convert implications to contrapositive form: switch and negate both parts
P→Q ≡ ¬Q→¬PTransposition (also called contraposition) states that an implication is logically equivalent to its contrapositive. The contrapositive switches the order and negates both parts: P→Q becomes ¬Q→¬P. This is one of the most useful equivalences in logic, often making proofs much clearer and easier to construct than working with the original implication.
Why Contraposition Works:
An implication P→Q is only false when P is true and Q is false. The contrapositive ¬Q→¬P is false when ¬Q is true (Q is false) and ¬P is false (P is true) - exactly the same condition! Since they have identical truth conditions, they're logically equivalent.
Strategic Advantage:
Sometimes proving the contrapositive is much easier than proving the original statement. If P→Q is hard to prove directly, try proving ¬Q→¬P instead - they're logically equivalent!
P→Q ≡ ¬Q→¬P (Contrapositive equivalence)Basic Transposition
Original Implication:
Contrapositive:
Complex Statement
Original:
Contrapositive:
With De Morgan's Laws
After simplification:
Final Form:
Key Point: Transposition creates the contrapositive by negating both parts and reversing their order. This maintains logical equivalence while often providing easier proof strategies.
Example 1: Academic Achievement
Original statement:
Contrapositive:
Explanation: Both statements express the same logical relationship. The contrapositive form is often easier to verify - if someone failed, we can investigate whether they studied hard enough.
Example 2: Mathematical Proof
Original statement:
Contrapositive:
Explanation: This famous mathematical example shows how contraposition can make proofs easier. Proving "if n is odd, then n² is odd" is much more straightforward than the original direction.
Example 3: System Diagnostics
Original statement:
Contrapositive:
Explanation: In system monitoring, the contrapositive is often more actionable. We can easily detect error logs and conclude the system has problems, which triggers investigation and repair.