Proof by Contrapositive
Sometimes a direct proof is awkward, so we use indirect techniques. Proof by contrapositive proves if then by proving the equivalent statement if then .
Use this when negating the conclusion gives a better starting point.
Example: To prove "if is even, then is even," prove the contrapositive: "if is odd, then is odd."
| Step | Action |
|---|---|
| Setup | Let (odd) |
| Square | |
| Result | (odd) |
Proof by Contradiction
Proof by contradiction (reductio ad absurdum) assumes the target statement is false, then derives a logical contradiction (like ). Valid steps cannot lead to a contradiction, so the original statement must be true.
Example ( is irrational): Assume in lowest terms. Squaring gives , forcing and both even, which contradicts lowest terms.
| Technique | Structure | Goal |
|---|---|---|
| Contrapositive | Prove | Direct conditional |
| Contradiction | Assume | Find any absurdity |
Pitfall: Don't confuse them. Contrapositive proves an equivalent conditional directly. Contradiction assumes the whole statement false to hunt for an impossibility.