How do we use induction to prove an inequality holds for every positive integer?
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 four-part structure, the use-then-strengthen two-step that turns the hypothesis into the n = k + 1 inequality, the growth-comparison view, choosing the right base case, and fully worked proofs including 2^n greater than n squared, n factorial beating 2^n, and a sum inequality.
Reviewed by: AI editorial process; not yet individually human-reviewed
Have a quick question? Jump to the Q&A page
What this dot point is asking
NESA wants you to use mathematical induction to prove that an inequality involving an integer parameter holds for every from some starting value onward. The four-part skeleton is identical to a series proof, but the inductive step is harder, because an inequality only gives you a bound, not an equation, so you cannot simply substitute and simplify. Instead you use the hypothesis to take one step, and then you have to close the gap to the target with a second, separate inequality. Getting that second step right, and checking it actually holds for your range of , is where the marks live.
The answer
The four-part structure
The structure is the same template as every induction, adapted to an inequality (or strict, or reversed) for all :
- Base case: verify the inequality directly at , evaluating both sides.
- Inductive hypothesis: assume the inequality holds at (for some ).
- Inductive step: use the hypothesis to derive the inequality at .
- Conclusion: by the principle of mathematical induction, the inequality holds for all .
The use-then-strengthen two-step (the core technique)
The technique that makes inductive steps for inequalities work is a two-step chain: use the hypothesis to bound the expression, then strengthen that bound until it reaches the target. Concretely, to prove :
- Use the hypothesis. Rewrite in terms of (for example ), then replace by the bound the hypothesis gives. This produces an intermediate expression with .
- Strengthen to the target. Show separately that . This is a pure algebra inequality with no induction in it; you usually rearrange it to "something " and verify that for all .
Chaining the two gives , hence . The art is choosing the intermediate so that both links hold; usually is "the hypothesis bound, scaled up the same way the LHS was".
The growth-comparison view
A useful way to see why the step works is to compare how fast each side grows. Write and , where the s are the increments. The hypothesis says . If you can show the left side grows at least as fast, , then adding the two inequalities gives . For an exponential-versus-polynomial inequality the left side eventually grows much faster, which is exactly why the inequality holds once is large enough, and why these statements usually start at or rather than .
Choosing the right base case
Many inequalities are simply false for small and only become true past a threshold. The base case must be the smallest value for which the claim is asserted, so always check the stated range. For the inequality fails at (for instance is not strict, and ) and first holds at , which is why the question says . Start the base case there.
Common patterns
- Exponential beats polynomial: for , for . Step the exponential up by its base, then strengthen.
- Factorial beats exponential: for . Stepping up multiplies the factorial by , which quickly dominates the doubling.
- Sum or product inequalities: bounds on a running sum of fractions, or on a product. Split off the last term (as for series), apply the hypothesis, then strengthen.
A note on direction and strictness
Inequalities are fragile under algebra in a way equations are not. Multiplying both sides by a quantity preserves the direction only if that quantity is positive; multiply by a negative and the inequality flips. And a strict inequality () does not automatically survive: if every step uses , you only get at the end. To keep strictness, make sure at least one link in the chain is genuinely strict (the "use" link is strict whenever the hypothesis is strict and you scale by a positive factor).
How exam questions ask about inequalities
- "Prove by mathematical induction that for ": the standard wording. The given is your base case.
- "Prove that for all integers ": a named exponential-versus-polynomial inequality. Step up the exponential, then strengthen with a quadratic-positivity argument.
- "Show that for ": factorial versus exponential; the step multiplies by .
- "Prove ": a sum bound. Split off the last term, apply the hypothesis, then verify the remaining inequality.
- "For what values of is ? Prove your answer.": test small to find the threshold , then prove it by induction from .
Edge cases and what-ifs
- Finding the threshold yourself. If the question does not give , test small values until the inequality first holds, then prove it from there. State clearly which is the base case.
- Non-strict base, strict elsewhere. A base case can be an equality (as in the sum inequality at , where both sides equal ). A claim is satisfied by equality, so that is fine; you only need strictness when the claim itself is strict.
- The strengthening inequality fails near the threshold. Sometimes the pure-algebra inequality only holds from a slightly larger than the base case. If so, the base case must be raised to where both the base check and the strengthening hold. Always confirm the threshold of the strengthening step.
- Reversed inequalities. For a "" or "" claim the method is the mirror image: bound above instead of below. The two-step chain still applies, with the inequalities pointing the other way.
Exam-style practice questions
Practice questions written in the style of NESA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.
HSC-style3 marksProve by mathematical induction that for all integers .Show worked answer →
Base (): and . Since , the inequality holds.
Hypothesis: assume for some integer .
Step: using the hypothesis.
Now since for .
Hence .
Conclusion: by mathematical induction, for all integers .
HSC-style4 marksProve by mathematical induction that for all integers .Show worked answer →
Base (): and . Since , the inequality holds.
Hypothesis: assume for some integer .
Step: using the hypothesis.
It suffices to show . Now , which is when .
Since , this holds, so and therefore .
Conclusion: by mathematical induction, for all integers .
