Skip to main content
Northern IrelandFurther MathsSyllabus dot point

How does proof by mathematical induction establish a result for all positive integers?

The principle of mathematical induction and its use to prove results about summation of series, divisibility and other statements indexed by the positive integers.

A CCEA AS Further Maths answer on the principle of mathematical induction, the base case, inductive step and conclusion, and applying induction to prove summation formulae and divisibility results for all positive integers.

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 answer
  3. Examples in context
  4. Try this

What this dot point is asking

CCEA wants you to state and apply the principle of mathematical induction: prove a result is true for a starting value (the base case), assume it for n=kn = k and deduce it for n=k+1n = k + 1 (the inductive step), then conclude it holds for all positive integers. The two staple contexts are summation formulae and divisibility statements; the marks are as much for the structure and wording as for the algebra.

The answer

The principle of induction

The idea is a chain of dominoes: the base case knocks over the first, and the inductive step guarantees each domino topples the next.

Series proofs

Divisibility proofs

Examples in context

Example 1. Verifying a conjectured formula. A student notices that the sums 1,1+3,1+3+5,1, 1 + 3, 1 + 3 + 5, \dots give the squares 1,4,9,1, 4, 9, \dots and conjectures r=1n(2r1)=n2\sum_{r=1}^{n}(2r - 1) = n^2. Induction turns the pattern from "looks true" into a proof valid for every nn.

Example 2. Recurrence in algorithms. Computer scientists prove that a recursive routine is correct, or runs in a stated number of steps, by induction on the input size: it works for the smallest input, and each call reduces to a smaller one that is assumed correct. The same base-case-and-step structure underpins both maths and computing proofs.

Try this

Q1. State the three parts of a proof by induction. [2 marks]

  • Cue. Base case, inductive step (assume kk, prove k+1k+1), and conclusion for all nn.

Q2. In proving a sum formula, what do you add to the assumed sum in the inductive step? [1 mark]

  • Cue. The (k+1)(k + 1)th term, f(k+1)f(k + 1).

Q3. To prove 4n14^n - 1 is divisible by 33, what is the base case value at n=1n = 1? [1 mark]

  • Cue. 411=34^1 - 1 = 3, divisible by 33.

Exam-style practice questions

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

CCEA AS 20216 marksProve by induction that r=1nr(r+1)=13n(n+1)(n+2)\displaystyle\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 n=1n = 1: the left-hand side is 1(2)=21(2) = 2, and the right-hand side is 13(1)(2)(3)=2\frac{1}{3}(1)(2)(3) = 2. They agree, so the result holds for n=1n = 1.

Inductive step: assume it holds for n=kn = k, that is r=1kr(r+1)=13k(k+1)(k+2)\sum_{r=1}^{k} r(r + 1) = \frac{1}{3}k(k + 1)(k + 2). Add the next term (k+1)(k+2)(k + 1)(k + 2):

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

Take 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. Conclusion: true for n=1n = 1 and, if true for n=kn = k, then true for n=k+1n = k + 1, so by induction it holds for all positive integers nn. Markers reward the base case, the assumption, the algebra reaching the k+1k + 1 form, and a clear conclusion.

CCEA AS 20196 marksProve by induction that 7n17^n - 1 is divisible by 66 for all positive integers nn.
Show worked answer →

Base case n=1n = 1: 711=67^1 - 1 = 6, which is divisible by 66, so the statement holds for n=1n = 1.

Inductive step: assume 7k17^k - 1 is divisible by 66, so 7k1=6m7^k - 1 = 6m for some integer mm, giving 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).

This is a multiple of 66, so the statement holds for n=k+1n = k + 1.

Conclusion: true for n=1n = 1, and truth for n=kn = k implies truth for n=k+1n = k + 1, so by induction 7n17^n - 1 is divisible by 66 for all positive integers nn. Markers reward the base case, using the assumption to substitute 7k=6m+17^k = 6m + 1, factoring out 66, and the conclusion.

Related dot points

Sources & how we know this