Proof Techniques
≈ 25 minA proof is a watertight argument that a statement must be true. Three staple techniques:
- Direct proof: assume the hypothesis and reason straight to the conclusion.
- Proof by contradiction: assume the statement is false, then derive an impossibility — so it must be true after all.
- Mathematical induction: prove a statement for all using a base case plus a step that carries truth from to .
Induction has two parts:
- Base case: show it holds for the first value (say ).
- Inductive step: assume it holds for , then prove it for .
Worked example. The sum . For : , matching a direct count. Induction proves the formula for every at once, without checking them one by one.
Using , find .
A proof by mathematical induction must contain which two parts?
The sum of the first odd numbers equals . What is ?
To prove is irrational by contradiction, you begin by assuming:

