Proving by Indirection
Sometimes a direct proof is awkward, and an indirect technique is cleaner. Two are essential.
Proof by contrapositive proves "if then " by instead proving the equivalent statement "if then " (Lesson 4: a conditional and its contrapositive are logically equivalent). This is useful when negating the conclusion gives a better starting point. To prove "if is even then is even," it is cleaner to prove the contrapositive "if is odd then is odd": write , so , which is odd.
Proof by contradiction (reductio ad absurdum) assumes the statement to be proved is false, then derives a logical contradiction — something that cannot be, like or " is both even and odd." Since valid reasoning cannot lead from a true assumption to a contradiction, the assumption must have been false, so the original statement is true. The classic example proves is irrational: assume in lowest terms; squaring gives , forcing even, then even too — contradicting "lowest terms."
The two are related but distinct: contrapositive proves by directly proving (no contradiction needed); contradiction assumes the whole statement false and hunts for any absurdity. Contradiction is more general (it can attack any statement, not just conditionals), while the contrapositive is often more direct when it applies.
Common pitfall: conflating contradiction with contrapositive. The contrapositive proves by proving the equivalent conditional directly — no absurdity is sought. Proof by contradiction assumes the statement is false and derives an impossibility. They begin with different assumptions and have different structures; mixing them up muddles the logic of the argument.