Skip to main content
EnglandFurther MathsSyllabus dot point

How does proof by induction work, and how do you use it for sums, divisibility and matrices?

Proof by mathematical induction applied to summation formulae, divisibility results, recurrence relations and powers of matrices, with a clearly stated base case, inductive step and conclusion.

A focused answer to the AQA A-Level Further Mathematics proof by induction content, covering the structure of an induction proof and its use for summation formulae, divisibility results, recurrence relations and powers of matrices, with a clear base case, inductive step and conclusion.

Generated by Claude Opus 4.810 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 structure of an induction proof
  3. Summation formulae
  4. Divisibility, recurrences and matrices

What this dot point is asking

AQA wants you to write rigorous proofs by mathematical induction, with a clearly stated base case, a clearly stated inductive hypothesis and step, and a final conclusion. You must apply it to summation formulae, divisibility statements, recurrence relations and powers of matrices.

The structure of an induction proof

Every proof has the same skeleton: state the proposition, prove the base case, assume the result for n=kn = k, prove it for n=k+1n = k+1 using the assumption, then write the standard conclusion. The logic is a chain of dominoes. The base case knocks over the first domino, and the inductive step guarantees that each domino knocks over the next; together they force every domino to fall. Each part carries marks in its own right, and a frequent examiner complaint is that candidates rush the step or omit the conclusion entirely. Write the inductive hypothesis explicitly as a labelled assumption, manipulate the n=k+1n = k+1 expression so the assumed n=kn = k result can be substituted in, and finish with the formal sentence linking the base case and the implication.

Summation formulae

Divisibility, recurrences and matrices

For a divisibility result, the standard tactic is to write f(k+1)f(k+1) in terms of f(k)f(k), substitute the assumed multiple, and factor the divisor out of the whole expression. For a recurrence relation, you assume the closed form holds for the previous one or two terms and use the recurrence to produce the next. For powers of a matrix MM, you prove a claimed formula for MnM^n by writing Mk+1=MkMM^{k+1} = M^k M, substituting the assumed form of MkM^k, and multiplying out to show it matches the formula at n=k+1n = k+1. In every case the inductive step must visibly use the hypothesis, because a step that does not invoke P(k)P(k) is not a proof by induction at all.

A matrix example shows the same skeleton in a different setting. To prove (1101)n=(1n01)\begin{pmatrix} 1 & 1 \\ 0 & 1 \end{pmatrix}^{n} = \begin{pmatrix} 1 & n \\ 0 & 1 \end{pmatrix}, the base case at n=1n = 1 is immediate. Assuming the form holds for n=kn = k, multiply by the matrix: (1k01)(1101)=(1k+101)\begin{pmatrix} 1 & k \\ 0 & 1 \end{pmatrix}\begin{pmatrix} 1 & 1 \\ 0 & 1 \end{pmatrix} = \begin{pmatrix} 1 & k+1 \\ 0 & 1 \end{pmatrix}, which is the formula at n=k+1n = k+1. The conclusion is then stated in the usual words. Whatever the context, the marks split across a correct base case, an explicit use of the hypothesis in the step, and the formal closing statement, so never omit any of the three.

Exam-style practice questions

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

AQA 20206 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 →

Base case: when n=1n = 1 the sum is 1×2=21\times 2 = 2 and the formula gives 13(1)(2)(3)=2\frac{1}{3}(1)(2)(3) = 2, so it holds.

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).

Then 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). 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).

This is the formula with n=k+1n = k+1. Since it is true for n=1n = 1, and true for kk implies true for k+1k+1, by induction it holds for all positive integers nn.

Markers reward the base case, explicit use of the hypothesis, the factorisation, and the formal conclusion.

AQA 20226 marksProve by induction that 7n17^{n} - 1 is divisible by 66 for all positive integers nn.
Show worked answer →

Base case: n=1n = 1 gives 71=67 - 1 = 6, divisible by 66.

Assume true for n=kn = k: 7k1=6m7^{k} - 1 = 6m for some integer mm, so 7k=6m+17^{k} = 6m + 1.

Consider n=k+1n = k+1: 7k+11=77k1=7(6m+1)1=42m+71=42m+6=6(7m+1)7^{k+1} - 1 = 7\cdot 7^{k} - 1 = 7(6m + 1) - 1 = 42m + 7 - 1 = 42m + 6 = 6(7m + 1).

Since 7m+17m + 1 is an integer, 7k+117^{k+1} - 1 is divisible by 66.

As the base case holds and P(k)P(k+1)P(k) \Rightarrow P(k+1), by induction 7n17^n - 1 is divisible by 66 for all positive integers nn.

Markers reward the base case, substituting the hypothesis 7k=6m+17^k = 6m + 1, factoring out 66, and the conclusion.

Related dot points

Sources & how we know this