How do we use induction to prove general statements involving a recursion, a formula or a property?
Apply mathematical induction to prove general statements about a recursive sequence, a property of a formula, or a recursive procedure
A focused answer to the HSC Maths Extension 1 dot point on induction for general (non-series, non-divisibility, non-inequality) statements. Closed-form for a recurrence, properties preserved by an iterative process, and worked examples.
Have a quick question? Jump to the Q&A page
What this dot point is asking
NESA wants you to use induction to prove statements that do not fall into the three standard categories (sums, divisibility, inequalities). The most common are closed-form formulas for recursively defined sequences and properties preserved by an iterative process.
The answer
Closed form for a recurrence
Suppose and . A typical question asks you to prove a closed-form formula by induction.
Strategy:
- Base case: Verify .
- Hypothesis: Assume .
- Step: Use the recurrence: . Show .
- Conclusion: By induction, for all positive integers .
Properties preserved by a process
Often a problem describes a process or iteration and asks you to prove some property is preserved. The induction step shows that if the property holds at iteration , it holds at iteration .
Strong induction (rarely needed in HSC)
For some problems, the step at needs not just the hypothesis at but at all . This is strong induction. It is rare in HSC Extension 1; standard induction is usually enough. If you find you need it, state the hypothesis as "assume the statement holds for all " and use any earlier instance you need.
Multi-variable extensions
Some statements have a parameter and an additional integer variable. You can induct on either, holding the other fixed.
For example, "prove that for all positive integers " inducts on regardless of . The proof handles symbolically.
Related dot points
- Prove identities for sums of series using the principle of mathematical induction
A focused answer to the HSC Maths Extension 1 dot point on induction proofs of series identities. The base case, induction hypothesis, induction step, and conclusion, applied to sums of integers, squares, cubes and geometric-like patterns, with worked examples.
- Prove divisibility statements involving an integer parameter using mathematical induction
A focused answer to the HSC Maths Extension 1 dot point on induction proofs of divisibility. The standard four-part structure, the trick of writing expressions in terms of the case plus a divisible chunk, and worked examples.
- Prove inequalities involving an integer parameter using mathematical induction
A focused answer to the HSC Maths Extension 1 dot point on induction for inequalities. The standard structure, the trick of strengthening one side to match the hypothesis, and worked examples including and .