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
What this dot point is asking
A statement like " for all positive integers " 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 be the statement you want to prove for all integers (usually ). The proof has three parts that must always appear.
- Base case. Show is true by direct substitution.
- Inductive step. Assume is true for some arbitrary integer (this assumption is the inductive hypothesis). Using it, prove is true.
- Conclusion. State that, by the principle of mathematical induction, is true for all integers .
The logical engine is the implication . 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 expression so the inductive hypothesis appears explicitly.
Choosing the right starting value
Not every statement starts at . An inequality such as "" is false for but true from onward, so the base case must be , and the conclusion claims the result only for . Always read the range of in the question and set accordingly. The inductive step is unchanged - you still prove - 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 you typically start from the assumed inequality for , add or multiply both sides by the quantity that turns the expression into the 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 is divisible by for all positive integers .Show worked answer →
Let be the statement that is divisible by .
Base case (): , divisible by , so is true. [1 mark]
Inductive hypothesis: assume , i.e. for some integer , so . [1 mark]
Inductive step: . [2 marks]
Since is an integer, holds. By the principle of mathematical induction, is true for all positive integers . [1 mark]
SACE 20226 marksCalculator-free. Use mathematical induction to prove that for all positive integers .Show worked answer →
Let be the statement that the sum equals .
Base case (): left side ; right side . So is true. [1 mark]
Inductive hypothesis: assume : the sum to terms is . [1 mark]
Inductive step: add the th term :
Factorise the numerator , giving , which is . [1 mark]
Since holds and , by induction is true for all positive integers . [1 mark]
SACE 20215 marksCalculator-free. Prove by mathematical induction that is divisible by for all positive integers .Show worked answer →
Let be the statement that is divisible by .
Base case (): , divisible by , so is true. [1 mark]
Inductive hypothesis: assume : for some integer , so . [1 mark]
Inductive step: . [2 marks]
Since is an integer, holds. By the principle of mathematical induction, is true for all positive integers . [1 mark]
