How does proof by mathematical induction establish a result for every positive integer?
Use the principle of mathematical induction to prove statements about sums of series, divisibility and other results indexed by the positive integers
A focused answer to the H2 Mathematics outcome on mathematical induction. The base case, the inductive step, writing a rigorous proof, and applying induction to series sums and divisibility results.
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
SEAB wants you to prove statements indexed by the positive integers using the principle of mathematical induction: establish a base case, assume the result for , prove it for , and conclude. The commonest applications are sums of series and divisibility results.
The answer
The principle
To prove a statement for all integers :
- Base case. Show is true.
- Inductive step. Assume is true for some (the inductive hypothesis), and use this to prove .
- Conclusion. Since holds and each true case forces the next, holds for all .
The image is a row of dominoes: the base case topples the first, the inductive step guarantees each topples the next, so all fall.
Structuring a series proof
For a sum, the inductive step starts from the assumed sum to terms and adds the th term. The algebra goal is to massage this into exactly the formula with replaced by . Factor out common terms early to keep the working clean.
Structuring a divisibility proof
For " is divisible by ", write the hypothesis as for some integer , then manipulate to expose a factor of , using the hypothesis to substitute.
Writing it rigorously
State explicitly, carry out the base case with both sides evaluated, label the inductive hypothesis, derive the case, and finish with the standard concluding sentence. Markers reward this exact scaffolding.
Examples in context
Example 1. Verifying a summation result. The standard result can be proved by induction: the step adds to to get , confirming the closed form rather than just asserting it.
Example 2. Divisibility in number theory. Proving is divisible by for all uses induction with the hypothesis ; expanding and substituting shows the result extends, a typical discrete-mathematics application.
Try this
Q1. State the three parts of a proof by mathematical induction. [2 marks]
- Cue. Base case ( true), inductive step (), conclusion (by the principle, true for all ).
Q2. In an induction proof of a sum, what do you add to the assumed sum to terms? [1 mark]
- Cue. The th term of the series.
Q3. For a divisibility proof that is divisible by , write down the inductive hypothesis. [2 marks]
- Cue. Assume for some integer .
Exam-style practice questions
Practice questions written in the style of SEAB exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.
Original6 marksProve by induction that for all positive integers .Show worked answer →
Let be the statement .
Base case : LHS ; RHS . So holds.
Inductive step: assume true, that is .
Then .
This is the formula with , so .
Since holds and , by induction holds for all positive integers .
Markers reward a clear statement of , the base case, the assumption, correct algebra to reach the form, and the concluding sentence.
Original5 marksProve by 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 holds.
Inductive step: assume for some integer . Then , which is divisible by .
So . Since holds, by induction is divisible by for all positive integers .
Markers reward the base case, expressing , the manipulation extracting a factor of , and the conclusion.
Related dot points
- Use sigma notation and the standard results for the sums of integers, squares and cubes, and the linearity of summation, to evaluate finite series
A focused answer to the H2 Mathematics outcome on sigma notation. Reading and writing sums in sigma notation, the standard results for sums of integers, squares and cubes, linearity, and adjusting limits.
- Use the method of differences, including the use of partial fractions, to find the sum of a series whose terms telescope, and deduce the sum to infinity where it exists
A focused answer to the H2 Mathematics outcome on the method of differences. Writing a term as a difference (often via partial fractions), cancelling the telescoping sum, and deducing the sum to infinity.
- Use recurrence relations to generate sequences, find and verify a conjectured formula for the nth term, and analyse long-term behaviour
A focused answer to the H2 Mathematics outcome on recurrence relations. Generating terms from a recurrence, conjecturing and verifying a closed form, finding a limiting value, and recognising arithmetic and geometric recurrences.
- Use the formulae for the nth term and the sum of the first n terms of an arithmetic progression, and solve problems involving arithmetic sequences and series
A focused answer to the H2 Mathematics outcome on arithmetic progressions. The nth term and sum formulae, finding the first term and common difference from given conditions, and applying APs to worded problems.