1. The Principle of Mathematical Induction
Mathematical induction proves that a statement Pₙ is true for every positive integer n. It works like a chain of dominoes: if the first falls (base case) and each falling domino knocks over the next (inductive step), then all dominoes must eventually fall.
2. Four Proof Types
e.g. Prove Σr·r! = (n+1)!−1
e.g. Prove formula for nth term
Multiply Mᵏ by M to get Mᵏ⁺¹
e.g. Prove f(k+1)−f(k) is divisible by d
3. The Standard Skeleton — Words That Earn Marks
Cambridge mark schemes award marks for each stage of the proof. The language must be precise. A correct answer with sloppy language can lose marks.
[Working...] Use the inductive hypothesis to rewrite the expression. Manipulate algebraically to reach the Pₖ₊₁ statement.
4. Language — Right vs Wrong
5. Divisibility Proofs — The Key Technique
For divisibility by d: express f(k+1) in terms of f(k), then factor out d.
Write f(k+1) = [expression involving f(k) or kth-power term]. Substitute the inductive hypothesis f(k) = d·m, then show the result contains d as a factor.
6. Conjecture from Limited Trial
Sometimes Cambridge asks you to conjecture a formula by computing the first few values, then prove it by induction.
- 1Compute several values of the expression (n=1,2,3,4) and build a table.
- 2Spot the pattern — look for polynomial, exponential, or factorial structure.
- 3Write the conjecture clearly: "I conjecture that [formula]".
- 4Prove by induction using the standard skeleton above.
Let Pₙ be the statement: Σᵣ₌₁ⁿ r(r+1) = ⅓n(n+1)(n+2).
Since LHS = RHS = 2, P₁ is true.
Assume Pₖ is true for some fixed k ∈ ℤ⁺, i.e. assume:
We need to show: Σᵣ₌₁ᵏ⁺¹ r(r+1) = ⅓(k+1)(k+2)(k+3).
This is exactly the RHS of Pₖ₊₁, so Pₖ₊₁ is true.
(Note: we interpret this as f(n) = 9·3²ⁿ + 5ⁿ/125... let us instead prove the cleaner syllabus version: 3²ⁿ⁺² − 5ⁿ⁺³ is divisible by... Actually, let us prove the standard example: 5ⁿ(4n+1) − 1 is divisible by 8.)
Let Pₙ: f(n) = 3²ⁿ − 1 is divisible by 8.
P₁ is true.
Assume Pₖ is true for some fixed k ∈ ℤ⁺: 3²ᵏ − 1 = 8m for some integer m.
So 3²ᵏ = 8m + 1.
Target: prove 3²⁽ᵏ⁺¹⁾ − 1 is divisible by 8.
Since 9m+1 is an integer, f(k+1) is divisible by 8. Pₖ₊₁ is true.
P₁ is true.
Assume Pₖ is true: Mᵏ = [[1, 2ᵏ−1], [0, 2ᵏ]].
Target: Mᵏ⁺¹ = [[1, 2ᵏ⁺¹−1], [0, 2ᵏ⁺¹]].
This is the Pₖ₊₁ formula. Pₖ₊₁ is true.
Looking at these: 4, 8, 20, 56... Express as multiples: 4=4×1, 8=4×2, 20=4×5, 56=4×14. The factors are 1, 2, 5, 14 = (3ⁿ⁻¹+1)/2... let us try: uₙ = 2(3ⁿ⁻¹ + 1).
Conjecture: uₙ = 2(3ⁿ⁻¹ + 1) for all positive integers n.
Base case n=1: u₁ = 4. Formula gives 2(3⁰+1) = 2(2) = 4. ✓ P₁ true.
Assume Pₖ: uₖ = 2(3ᵏ⁻¹ + 1) for some k ∈ ℤ⁺.
Target Pₖ₊₁: uₖ₊₁ = 2(3ᵏ + 1).
Pₖ₊₁ is true.
Interactive Proof Explorer
Select a proof type and see a fully worked induction proof with all correct language and stages. Use this to learn the exact structure Cambridge requires.
Check your base case and first few values. Enter n to verify the formula against the definition.
Practice Questions
Base case n=1: LHS = 1(1) = 1. RHS = ⅙(1)(2)(3) = 1. P₁ true ✓
Assume Pₖ: Σᵣ₌₁ᵏ r(2r−1) = ⅙k(k+1)(4k−1).
Target Pₖ₊₁: Σᵣ₌₁ᵏ⁺¹ r(2r−1) = ⅙(k+1)(k+2)(4k+3).
Base case n=1: 1+2=3=3×1. P₁ true ✓
Assume Pₖ: k³+2k = 3m for some integer m.
Target: (k+1)³+2(k+1) divisible by 3.
Base case n=1: M¹ = [[3,2],[0,1]]. Formula: [[3¹, 3¹−1],[0,1]] = [[3,2],[0,1]] ✓
Assume Pₖ: Mᵏ = [[3ᵏ, 3ᵏ−1],[0,1]]
Target Pₖ₊₁: Mᵏ⁺¹ = [[3ᵏ⁺¹, 3ᵏ⁺¹−1],[0,1]]
(a) u₁=1, u₂=3, u₃=7, u₄=15, u₅=31. Pattern: 2¹−1, 2²−1, 2³−1, 2⁴−1, 2⁵−1.
Conjecture: uₙ = 2ⁿ − 1 for all positive integers n.
(b) Base case n=1: u₁=1. Formula: 2¹−1=1 ✓ P₁ true.
Assume Pₖ: uₖ = 2ᵏ−1.
Target Pₖ₊₁: uₖ₊₁ = 2ᵏ⁺¹−1.
Formula Reference Sheet
Complete reference for Proof by Induction — Cambridge 9231 P1, Section 1.7.
- Write Pₖ and Pₖ₊₁ explicitly before doing any algebra. Cambridge awards a mark just for correctly stating the inductive hypothesis.
- For series: always start LHS(Pₖ₊₁) = Σᵏ term + (k+1)th term, then substitute the IH. Never start from the RHS — that is circular reasoning.
- For divisibility: the factoring step is the key mark. Write f(k+1) = [expression with f(k)], sub f(k)=dm, then factor. State explicitly "which is divisible by d since [integer expression] is an integer".
- For matrices: compute each entry of Mᵏ⁺¹ separately and label them clearly. Show entry (1,2) carefully — this is where algebra errors typically occur.
- The conclusion statement earns a mark — write it in full every time, with all four required elements. A two-word conclusion "QED" will not score.
- For conjecture questions: compute at least n=1,2,3,4 and state the conjecture as a clear formula before beginning the proof.
You have now completed the full 9231 Further Pure Mathematics Paper 1 course on GPM Education: