Skip to main content
EnglandFurther MathsSyllabus dot point

How does mathematical induction prove a statement for all positive integers?

The structure of proof by induction, applied to summation formulae, divisibility results, recurrence relations and powers of matrices, with rigorous base case, inductive step and conclusion.

A focused answer to the Edexcel A-Level Further Mathematics proof by induction content, covering the structure of an induction proof and its application to summation formulae, divisibility results, recurrence relations and powers of matrices, with the rigorous base case, inductive step and conclusion examiners reward.

Generated by Claude Opus 4.812 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this dot point is asking
  2. The three-part structure
  3. A summation proof
  4. Divisibility and matrix powers
  5. Examples in context
  6. Try this

What this dot point is asking

Edexcel wants you to write rigorous proofs by induction: state and verify a base case, assume the statement for n=kn = k, use that assumption to prove it for n=k+1n = k + 1, and conclude precisely. The four standard targets are summation formulae, divisibility results, recurrence relations and powers of matrices. Induction appears on essentially every Core Pure paper, and the marks are spread across all three parts of the structure, so each part must be present and explicit.

The three-part structure

Every induction proof follows the same skeleton, and examiners award marks for each part separately. The single most common reason for losing marks is a missing or vague conclusion, so treat the conclusion as a fixed sentence you write at the end of every proof.

A summation proof

For a summation formula, the inductive step adds the (k+1)(k + 1)th term to the assumed sum, then rearranges to the formula with k+1k + 1 substituted for kk. The reliable move is to factor out the common bracket before tidying.

Divisibility and matrix powers

For a divisibility proof, write the expression at k+1k + 1 as the expression at kk plus a clear integer multiple of the divisor, so both pieces are divisible. For a matrix power, multiply the assumed MkM^k by MM and simplify each entry to the conjectured form with exponent k+1k + 1.

Examples in context

Induction underpins much of the rest of Core Pure. It is the rigorous justification for the standard summation results r\sum r, r2\sum r^2 and r3\sum r^3 used in further algebra, and for closed forms of recurrence relations. The matrix-power proofs link directly to the matrices dot point, where you first conjecture MnM^n by computing M2M^2 and M3M^3 and spotting the pattern, then prove it. De Moivre's theorem (cosθ+isinθ)n=cosnθ+isinnθ(\cos\theta + i\sin\theta)^n = \cos n\theta + i\sin n\theta is itself proved by induction for positive integers nn, connecting induction to complex numbers. Whenever a result is claimed "for all nn", induction is the default tool.

Try this

Q1. Verify the base case for r=1nr2=n(n+1)(2n+1)6\displaystyle\sum_{r=1}^{n} r^2 = \frac{n(n+1)(2n+1)}{6}. [2 marks]

  • Cue. At n=1n = 1 the sum is 11 and the formula gives 1236=1\frac{1 \cdot 2 \cdot 3}{6} = 1.

Q2. State the assumption you make in the inductive step. [1 mark]

  • Cue. Assume the statement P(k)P(k) is true for some positive integer kk.

Q3. In a divisibility proof, you reach f(k+1)=7f(k)+36f(k+1) = 7f(k) + 36 where the divisor is 66. Complete the argument. [2 marks]

  • Cue. 7f(k)7f(k) is divisible by 66 (as f(k)f(k) is, by assumption) and 36=6×636 = 6 \times 6, so f(k+1)f(k+1) is divisible by 66.

Exam-style practice questions

Practice questions written in the style of Pearson Edexcel exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

Edexcel 20186 marksProve by induction that r=1nr(r+1)=13n(n+1)(n+2)\sum_{r=1}^{n} r(r+1) = \frac{1}{3}n(n+1)(n+2) for all positive integers nn.
Show worked answer →

Run the three-part structure: base case, inductive step, conclusion.

Base case n=1n = 1: LHS =12=2= 1 \cdot 2 = 2; RHS =13(1)(2)(3)=2= \frac{1}{3}(1)(2)(3) = 2. True for n=1n = 1 (B1).

Assume true for n=kn = k: r=1kr(r+1)=13k(k+1)(k+2)\sum_{r=1}^{k} r(r+1) = \frac{1}{3}k(k+1)(k+2) (M1 for stating the assumption).

For n=k+1n = k+1: r=1k+1r(r+1)=13k(k+1)(k+2)+(k+1)(k+2)\sum_{r=1}^{k+1} r(r+1) = \frac{1}{3}k(k+1)(k+2) + (k+1)(k+2) (M1). Factor out (k+1)(k+2)(k+1)(k+2): =(k+1)(k+2)[k3+1]=(k+1)(k+2)k+33=13(k+1)(k+2)(k+3)= (k+1)(k+2)\left[\frac{k}{3} + 1\right] = (k+1)(k+2)\cdot\frac{k+3}{3} = \frac{1}{3}(k+1)(k+2)(k+3) (A1), which is the formula with k+1k+1 (A1).

Conclusion: true for n=1n = 1 and, if true for kk, true for k+1k+1; so by induction true for all n1n \ge 1 (A1 for the precise conclusion).

Edexcel 20216 marksProve by induction that f(n)=5n+8n1f(n) = 5^n + 8n - 1 is divisible by 44 for all positive integers nn.
Show worked answer →

Show divisibility by expressing f(k+1)f(k+1) in terms of f(k)f(k) plus a multiple of 44.

Base case n=1n = 1: f(1)=5+81=12=4×3f(1) = 5 + 8 - 1 = 12 = 4 \times 3, divisible by 44 (B1).

Assume f(k)=5k+8k1f(k) = 5^k + 8k - 1 is divisible by 44 (M1).

f(k+1)=5k+1+8(k+1)1=55k+8k+81f(k+1) = 5^{k+1} + 8(k+1) - 1 = 5\cdot 5^k + 8k + 8 - 1 (M1). Write 55k=5k+45k5\cdot 5^k = 5^k + 4\cdot 5^k, so f(k+1)=(5k+8k1)+45k+8=f(k)+4(5k+2)f(k+1) = (5^k + 8k - 1) + 4\cdot 5^k + 8 = f(k) + 4(5^k + 2) (A1).

Both f(k)f(k) (by assumption) and 4(5k+2)4(5^k + 2) are divisible by 44, so f(k+1)f(k+1) is divisible by 44 (A1). By induction f(n)f(n) is divisible by 44 for all n1n \ge 1 (A1 for conclusion).

Edexcel 20236 marksThe matrix M=(2011)M = \begin{pmatrix} 2 & 0 \\ 1 & 1 \end{pmatrix}. Prove by induction that Mn=(2n02n11)M^n = \begin{pmatrix} 2^n & 0 \\ 2^n - 1 & 1 \end{pmatrix} for all positive integers nn.
Show worked answer →

Verify the base case, then multiply the assumed MkM^k by MM.

Base case n=1n = 1: the formula gives (20211)=(2011)=M\begin{pmatrix} 2 & 0 \\ 2 - 1 & 1 \end{pmatrix} = \begin{pmatrix} 2 & 0 \\ 1 & 1 \end{pmatrix} = M. True (B1).

Assume Mk=(2k02k11)M^k = \begin{pmatrix} 2^k & 0 \\ 2^k - 1 & 1 \end{pmatrix} (M1).

Then Mk+1=MkM=(2k02k11)(2011)=(2k+102(2k1)+11)M^{k+1} = M^k M = \begin{pmatrix} 2^k & 0 \\ 2^k - 1 & 1 \end{pmatrix}\begin{pmatrix} 2 & 0 \\ 1 & 1 \end{pmatrix} = \begin{pmatrix} 2^{k+1} & 0 \\ 2(2^k - 1) + 1 & 1 \end{pmatrix} (M1 A1). The bottom-left is 2k+12+1=2k+112^{k+1} - 2 + 1 = 2^{k+1} - 1 (A1), giving the formula with k+1k+1.

By induction the result holds for all n1n \ge 1 (A1 for conclusion).

Related dot points

Sources & how we know this