Skip to main content
ExamExplained
SA · Specialist Mathematics
Specialist Mathematics study scene
§-Syllabus dot point
SASpecialist MathematicsSyllabus dot point

How can we prove that a statement is true for every positive integer without checking infinitely many cases?

Mathematical induction proves a statement for all integers from a base value by establishing a base case and showing each case forces the next.

How to write a rigorous proof by mathematical induction: the base case, the inductive hypothesis, the inductive step, and the formal conclusion, with worked sum and divisibility examples.

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. Proving a summation formula
  4. Proving a divisibility result
  5. Choosing the right starting value
  6. Induction with inequalities
  7. Common errors
  8. Why it matters

What this dot point is asking

A statement like "1+2++n=n(n+1)21+2+\cdots+n=\tfrac{n(n+1)}{2} for all positive integers nn" makes infinitely many claims at once. You cannot check them all. Mathematical induction is the standard tool for proving such statements rigorously.

The structure of an induction proof

Let P(n)P(n) be the statement you want to prove for all integers nn0n\ge n_0 (usually n0=1n_0=1). The proof has three parts that must always appear.

  1. Base case. Show P(n0)P(n_0) is true by direct substitution.
  2. Inductive step. Assume P(k)P(k) is true for some arbitrary integer kn0k\ge n_0 (this assumption is the inductive hypothesis). Using it, prove P(k+1)P(k+1) is true.
  3. Conclusion. State that, by the principle of mathematical induction, P(n)P(n) is true for all integers nn0n\ge n_0.

The logical engine is the implication P(k)P(k+1)P(k)\Rightarrow P(k+1). You are not assuming what you want to prove; you are assuming one case to derive the next.

Proving a summation formula

Proving a divisibility result

Induction also proves divisibility statements. The trick is to rewrite the k+1k+1 expression so the inductive hypothesis appears explicitly.

Choosing the right starting value

Not every statement starts at n=1n=1. An inequality such as "2n>n22^n>n^2" is false for n=2,3,4n=2,3,4 but true from n=5n=5 onward, so the base case must be P(5)P(5), and the conclusion claims the result only for n5n\ge 5. Always read the range of nn in the question and set n0n_0 accordingly. The inductive step is unchanged - you still prove P(k)P(k+1)P(k)\Rightarrow P(k+1) - but the domino chain begins at the stated starting value, so the base case substitution must use that value.

Induction with inequalities

Divisibility and summation are the two most common SACE induction tasks, but inequalities also appear. The structure is identical, except the inductive step manipulates an inequality rather than an equation. To show P(k)P(k+1)P(k)\Rightarrow P(k+1) you typically start from the assumed inequality for kk, add or multiply both sides by the quantity that turns the kk expression into the k+1k+1 expression, and then argue that the result is at least (or at most) the required bound. Keeping the direction of the inequality consistent through every step is the discipline examiners look for.

Common errors

Why it matters

Mathematical induction is the foundation of rigorous proof in Specialist Mathematics and underpins results you will use later, including De Moivre's theorem in polar form. It also trains the precise, structured reasoning that the external examination and the Mathematical Investigation folio both reward.

Exam-style practice questions

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

SACE 20235 marksCalculator-free. Prove by mathematical induction that 4n+15n14^n + 15n - 1 is divisible by 99 for all positive integers nn.
Show worked answer →

Let P(n)P(n) be the statement that 4n+15n14^n + 15n - 1 is divisible by 99.

Base case (n=1n = 1): 41+15(1)1=18=9×24^1 + 15(1) - 1 = 18 = 9 \times 2, divisible by 99, so P(1)P(1) is true. [1 mark]

Inductive hypothesis: assume P(k)P(k), i.e. 4k+15k1=9m4^k + 15k - 1 = 9m for some integer mm, so 4k=9m15k+14^k = 9m - 15k + 1. [1 mark]

Inductive step: 4k+1+15(k+1)1=44k+15k+14=4(9m15k+1)+15k+14=36m45k+18=9(4m5k+2)4^{k+1} + 15(k+1) - 1 = 4\cdot 4^k + 15k + 14 = 4(9m - 15k + 1) + 15k + 14 = 36m - 45k + 18 = 9(4m - 5k + 2). [2 marks]

Since 4m5k+24m - 5k + 2 is an integer, P(k+1)P(k+1) holds. By the principle of mathematical induction, P(n)P(n) is true for all positive integers nn. [1 mark]

SACE 20226 marksCalculator-free. Use mathematical induction to prove that 11×4+14×7++1(3n2)(3n+1)=n3n+1\dfrac{1}{1\times 4} + \dfrac{1}{4\times 7} + \cdots + \dfrac{1}{(3n-2)(3n+1)} = \dfrac{n}{3n+1} for all positive integers nn.
Show worked answer →

Let P(n)P(n) be the statement that the sum equals n3n+1\dfrac{n}{3n+1}.

Base case (n=1n = 1): left side =11×4=14= \dfrac{1}{1\times 4} = \dfrac{1}{4}; right side =14= \dfrac{1}{4}. So P(1)P(1) is true. [1 mark]

Inductive hypothesis: assume P(k)P(k): the sum to kk terms is k3k+1\dfrac{k}{3k+1}. [1 mark]

Inductive step: add the (k+1)(k+1)th term 1(3k+1)(3k+4)\dfrac{1}{(3k+1)(3k+4)}:

k3k+1+1(3k+1)(3k+4)=k(3k+4)+1(3k+1)(3k+4)=3k2+4k+1(3k+1)(3k+4).  [2 marks]\frac{k}{3k+1} + \frac{1}{(3k+1)(3k+4)} = \frac{k(3k+4) + 1}{(3k+1)(3k+4)} = \frac{3k^2 + 4k + 1}{(3k+1)(3k+4)}. \;[\text{2 marks}]

Factorise the numerator 3k2+4k+1=(3k+1)(k+1)3k^2 + 4k + 1 = (3k+1)(k+1), giving (k+1)3(k+1)+1\dfrac{(k+1)}{3(k+1)+1}, which is P(k+1)P(k+1). [1 mark]

Since P(1)P(1) holds and P(k)P(k+1)P(k) \Rightarrow P(k+1), by induction P(n)P(n) is true for all positive integers nn. [1 mark]

SACE 20215 marksCalculator-free. Prove by mathematical induction that 5n15^n - 1 is divisible by 44 for all positive integers nn.
Show worked answer →

Let P(n)P(n) be the statement that 5n15^n - 1 is divisible by 44.

Base case (n=1n = 1): 511=4=4×15^1 - 1 = 4 = 4\times 1, divisible by 44, so P(1)P(1) is true. [1 mark]

Inductive hypothesis: assume P(k)P(k): 5k1=4m5^k - 1 = 4m for some integer mm, so 5k=4m+15^k = 4m + 1. [1 mark]

Inductive step: 5k+11=55k1=5(4m+1)1=20m+4=4(5m+1)5^{k+1} - 1 = 5\cdot 5^k - 1 = 5(4m + 1) - 1 = 20m + 4 = 4(5m + 1). [2 marks]

Since 5m+15m + 1 is an integer, P(k+1)P(k+1) holds. By the principle of mathematical induction, P(n)P(n) is true for all positive integers nn. [1 mark]

ExamExplained