The four-step framework — the spine of every proof
Base case, assumption, inductive step, conclusion. Write all four, every time, with the verbal statements.
The idea (the domino chain). Induction proves a statement for every positive integer using a chain reaction: if the first domino falls (base case), and each domino knocks over the next (inductive step), then all dominoes fall. The trick is that you never check infinitely many cases — you check one, then prove the "knock-over" rule once.
The four steps you must write out:
Step 1 — Base case. Verify is true for the smallest value, usually (use the start value the question states). Show both sides equal.
Step 2 — Assumption (inductive hypothesis). Write the exact sentence: "Assume the result is true for ," and write down what that gives you. This is the fact you are allowed to use.
Step 3 — Inductive step. Prove the result holds for , using the assumption. This is the only step with real algebra. Aim to manipulate the expression until it matches the target form with replaced by .
Step 4 — Conclusion. Write the exact sentence: "Therefore, by the principle of mathematical induction, the result is true for all positive integers ."
Cambridge tip. The base case and conclusion sentences are "free" marks — they need no thinking, only memory. Write them first (top and bottom of your answer), then fill in the algebra of step 3. That way you can never forget them under time pressure.
- Base → Assume () → Prove () → Conclude.
- The assumption and conclusion are full sentences and each earns a mark.
- Step 3 must visibly use the assumption.
See the full worked example for mathematical induction and proof by induction →