How does proof by mathematical induction establish a statement for all positive integers, and how do we write a watertight induction argument?
Prove statements about sums, divisibility and inequalities for all positive integers using the principle of mathematical induction
A focused answer to the H2 Further Mathematics outcome on proof by mathematical induction. The principle, the base case and inductive step, and worked proofs for sums, divisibility and inequalities with the markers each step earns.
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 that a statement holds for every positive integer using the principle of mathematical induction. You must verify a base case, assume the statement for an arbitrary , and deduce it for , then conclude that it holds for all . The three families you must be able to handle are summation formulae, divisibility results, and inequalities.
The answer
The principle of mathematical induction
Let be a statement depending on a positive integer . The principle says: if
- is true (the base case), and
- for every positive integer , the truth of implies the truth of (the inductive step),
then is true for all positive integers . The intuition is a chain of dominoes: the base case knocks over the first, and the inductive step guarantees each domino topples the next.
The structure every proof must show
A complete induction proof has four written parts:
- Define precisely as a statement (not just "the formula").
- Base case: verify (or whatever the smallest relevant integer is) by direct computation.
- Inductive step: state the inductive hypothesis "assume is true for some positive integer ", then derive from it.
- Conclusion: a sentence of the form "since is true and , by the principle of mathematical induction is true for all positive integers ."
Summation proofs
For a result such as , the inductive step splits off the last term:
You then do algebra to show this equals , the formula with replaced by . Knowing the target in advance tells you what to factor towards.
Divisibility proofs
For " is divisible by ", write the hypothesis as for some integer . In the step, manipulate to expose a copy of (or ) plus a multiple of , then factor out leaving an integer.
Inequality proofs
For "" (or ), use the hypothesis and a chain of inequalities. The key move is often: , where the last step needs a small side-argument.
Examples in context
Example 1. Deriving a result you will reuse. The sum is proved by induction and then used freely in the summation-of-series work. Induction is how the standard results are placed on a rigorous footing before they become tools.
Example 2. Validating a recurrence's closed form. When a recurrence relation is solved and a closed formula is proposed for , induction is the natural way to prove that the formula satisfies both the initial condition and the recurrence, confirming it for all .
Try this
Q1. State the two things you must establish in a proof by mathematical induction. [2 marks]
- Cue. A true base case (), and the implication that true implies true for all positive integers .
Q2. In proving , write the expression for using the inductive hypothesis. [2 marks]
- Cue. , which factors to .
Q3. When proving is divisible by , how should you write the inductive hypothesis? [1 mark]
- Cue. Assume for some integer , so .
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 mathematical induction that for all positive integers .Show worked answer →
Let be the statement .
- Base case
- For : LHS ; RHS . So is true.
- Inductive step
- Assume is true for some positive integer , that is . Then
Factor out :
This is exactly (replace by in the formula). So true implies true. - Conclusion
- Since is true and , by the principle of mathematical induction is true for all positive integers .
Markers reward a clear statement of , a verified base case, the correct use of the inductive hypothesis, the algebra to reach , and a proper concluding sentence invoking induction.
Original6 marksProve by mathematical induction that is divisible by for all positive integers .Show worked answer →
Let be the statement that is divisible by , that is for some integer .
- Base case
- For : , divisible by . So is true.
- Inductive step
- Assume : for some integer , so . Then
Since is an integer, is divisible by , which is . - Conclusion
- is true and , so by induction is divisible by for all positive integers .
Markers reward writing the divisibility as , substituting into , factoring out with an integer factor, and the concluding induction statement.
Related dot points
- Prove and apply inequalities including the use of the discriminant, completing the square, and standard results such as the AM-GM inequality
A focused answer to the H2 Further Mathematics outcome on proving and applying inequalities. Algebraic manipulation, completing the square, the discriminant condition, the AM-GM inequality, and rigorous proof techniques.
- Solve first- and second-order linear recurrence relations with constant coefficients and find closed-form expressions for the nth term
A focused answer to the H2 Further Mathematics outcome on linear recurrence relations. First-order and second-order constant-coefficient recurrences, the characteristic equation, repeated and complex roots, and particular solutions for non-homogeneous cases.
- Sum finite series using the method of differences, standard results for powers of integers, and partial fractions
A focused answer to the H2 Further Mathematics outcome on summing series. The method of differences (telescoping), the standard sums of powers of integers, partial fractions to create a telescoping form, and recovering sums to infinity.
- Construct rigorous mathematical arguments using direct proof, proof by contradiction, proof by contrapositive, and disproof by counterexample
A focused answer to the H2 Further Mathematics outcome on methods of proof. Direct proof, proof by contradiction, proof by contrapositive, disproof by counterexample, and the logical language of implication, converse and equivalence.