Proof by Contradiction
What you'll get from this section. Starting from the contrapositive you already know, you'll build up to proof by contradiction — one of the most powerful tools in mathematics. You'll learn the recipe, see it on the classic example, and learn to tell it apart from proof by contrapositive.
Starting from the contrapositive
From Section 4: to prove , you may instead prove its contrapositive — assume and deduce . This is proof by contrapositive.
Here it is in action. Suppose we want to prove:
If is even, then is even.
The contrapositive is "if is odd, then is odd". So assume is odd and write . Then
which is odd. We've proved the contrapositive, so the original statement holds.
From contrapositive to contradiction
Look closely at what just happened. When we prove , we are entitled to assume — it's the hypothesis. In the argument above we assumed and reached . But was supposed to be true. So we'd be holding and at once — an impossibility.
That suggests a slightly different way to run the same argument. Instead of quietly proving the contrapositive, assume the thing you want to prove is false, and chase that assumption until it forces something impossible. The only way an implication can be false is for to hold while fails — so we suppose exactly that, and together, and look for the impossibility.
Recast our example this way:
Suppose, for contradiction, that is even but is odd. Since is odd, is odd (as above). But is even. So is both even and odd — impossible. Hence no such exists, and the statement holds.
Same mathematics, dressed as a contradiction. That "reach an impossibility" move is the whole idea.
The method in general
Proof by contradiction is not limited to implications. To prove any statement :
- Assume — that is false.
- Reason validly from that assumption.
- Arrive at a contradiction — typically some statement together with its negation , or a clash with a known fact.
- Since assuming led to the impossible, cannot hold. Therefore is true.
The power of the method is that step 1 hands you an extra assumption to work with, and you only need to reach one absurdity to win.
The classic: √2 is irrational
This is the proof everyone meets, and it isn't about an implication at all — which is exactly why it shows the method's reach.
Suppose, for contradiction, that is rational. Then we may write
where and are integers with no common factor (the fraction is in lowest terms) and . Squaring both sides,
Then is even, and so — by the lemma we proved above — is even. Write :
so is even, and therefore is even too. But now and are both even, so they share a factor of — contradicting our choice of a fraction in lowest terms.
The assumption that is rational is therefore untenable, so is irrational. ∎
Notice the teamwork: the contradiction proof leans on the lemma " even even", which we ourselves proved by contrapositive. (Euclid's proof that there are infinitely many primes is another famous argument of the same shape.)
Contrapositive or contradiction?
They're close cousins, but worth keeping apart:
- Proof by contrapositive works only on an implication . You assume , deduce , and you're done — there's no "absurdity", just a clean deduction that lands on .
- Proof by contradiction works on any statement. You assume the statement is false and derive an impossibility.
For an implication the two run almost in parallel — a contradiction proof of assumes and and often retraces the very steps of the contrapositive until and collide. But contradiction is the more general weapon: it can prove things, like the irrationality of , that aren't implications at all.
Common mistakes
1. Never actually reaching a contradiction. The argument only works if you hit something genuinely impossible — a statement and its negation, or a clash with a known fact. "Surprising" isn't enough.
2. Assuming too little for an implication. To prove by contradiction, assume both and — that is the full statement of "the implication is false". Assuming only is the contrapositive setup, and then you should be deducing , not hunting a contradiction.
3. Negating the claim wrongly at the start. Step 1 is "assume ", so must be negated correctly — use the rules from Section 3.
Summary
- Proof by contrapositive: to prove , assume and deduce .
- Proof by contradiction: to prove any statement , assume and derive an impossibility.
- For an implication the two are close kin; contradiction is the more general tool.
- The classic worked example is the irrationality of , which itself reuses a contrapositive lemma.
Next: Section 6 — Equivalence.