Proof by Mathematical Induction
Checking a statement for n = 1, 2, 3 proves nothing about n = 1000. Induction closes the gap: show it holds at the start, then show that holding at one number forces it to hold at the next.
Checking a statement for n = 1, 2, 3 proves nothing about n = 1000. Induction closes the gap: show it holds at the start, then show that holding at one number forces it to hold at the next.
Checking a statement for proves nothing about
. Induction closes that gap with two pieces of work: show the statement holds at the start, and show that whenever it holds at one number it must hold at the next. Together those force it to hold everywhere.
Knock the first domino over and guarantee each one topples its neighbour, and the whole infinite row must fall. Miss either half — the first push, or the chain — and nothing follows.
Prove that for every natural number
.
Step 1 — Base case
Step 2 — Inductive hypothesis
Step 3 — Inductive step
Base case and inductive step both hold, so by the principle of mathematical induction the formula is true for every natural number .
Prove that is divisible by
for every natural number
.
Step 1 — Base case
Step 2 — Inductive hypothesis
Step 3 — Inductive step
The pattern is the same as before. Start from the assumed case, do the smallest algebraic move that reaches , and finish by exhibiting the required factor.
Is divisible by
for every natural number
?
| Divisible by 4? | ||
|---|---|---|
| 1 | Yes | |
| 2 | Yes | |
| 3 | No |
is a counterexample, so the statement is false. Two successes proved nothing; one failure settles the matter completely. Disproving a universal claim needs a single case, while proving one needs induction.
A proof with only the inductive step shows that if the statement ever holds it keeps holding — but perhaps it never holds at all. A proof with only a base case checks one number and says nothing about the rest. Neither half is a proof on its own.