- Published on
Mathematical Induction: A Deep Dive into Inequalities
- Authors

- Name
- Vu Hung
Problem Statement
Mathematical Induction is a powerful technique for proving that a statement is true for an infinite sequence of integers. It relies on the "domino effect":
- Base Case: Prove the first domino falls (the statement is true for the starting integer, usually ).
- Assumption Step: Assume a specific domino falls (assume the statement is true for ).
- Inductive Step: Prove that if the -th domino falls, it forces the next domino to fall (use the assumption to prove the statement is true for ).
In Extension 1, induction is mostly used for algebraic series (e.g., ). In Extension 2, we frequently apply induction to inequalities. Inequality inductions are conceptually harder because instead of substituting and simplifying an equation, you must construct a chain of logical "greater thans" to bridge the gap.
Consider the inequality: Prove by mathematical induction that for all integers .
(a) Prove the base case for .
(b) State the inductive assumption for . What is the goal you need to prove for ?
(c) Prove the inductive step. (Hint: You will need to show that for along the way).
Hints
- Part (a): Substitute into the Left Hand Side (LHS) and Right Hand Side (RHS). Show that .
- Part (b): The assumption is simply swapping for . The goal is swapping for . Write the goal down explicitly so you know what algebraic form you are aiming for.
- Part (c): Start with the LHS of your goal for , which is . Break this down into . Now, use your assumption from part (b) to replace the term, creating a "greater than" inequality. Expand the resulting expression and show that it is greater than the RHS of your goal: .
Solutions
Part (a): The Base Case
- Let .
- Since , the statement is true for .
Part (b): Assumption and Goal
- Assume the statement is true for some integer , where . Assumption:
- Goal: We need to prove the statement is true for . Required to Prove (RTP): Which expands to: .
Part (c): The Inductive Step
- Start with the LHS of our goal:
- Use index laws to split the base:
- Now, use the inductive assumption (). We can replace with , but we must change the equals sign to a "greater than" sign: So, .
- We now need to connect to our required RHS of . Let's break apart:
- We need to show that this is greater than . Since they both share a , we just need to show that for all . Let's test this sub-inequality:
- For : . . Wait, is not greater than .
- Let's check the original inequality for : . This is true. Let's re-evaluate our proof strategy. The standard induction step requires , but perhaps the algebraic bounding only works for . Let's prove a sub-case for .
- If : (multiply both sides by )
- Let's rewrite :
- Since , . And .
- Therefore, .
- Alternative simpler approach for step 5: We want to show . Consider the difference: . We need to show this quadratic is for . Roots are . The positive root is approx 1.36. So the difference is positive for integers .
- Because our algebra only holds strongly for , we must manually verify as a secondary base case. For : , . . True.
- Now we can conclude: (for )
- Conclusion: The statement is true for and . If true for , it is true for . Therefore, by the principle of mathematical induction, for all integers .
Takeaways
- The Inequality Chain: Unlike equations where you aim for , inequality proofs require building a chain: .
- The "Sub-Proof": It is extremely common in inequality inductions to hit a point where you need to prove a smaller, secondary inequality (like ) to bridge the gap to the RHS.
- Multiple Base Cases: If your algebraic bounding in the inductive step only works for larger values of , you must manually prove the lower values as additional base cases to maintain the unbroken "domino" chain.
Further Readings
- HSC Proofs: https://vumaths.com/booklets/hsc-proofs/
- HSC Inequalities: https://vumaths.com/booklets/hsc-inequalities/
- HSC Polynomials: https://vumaths.com/booklets/hsc-polynomials/
Connect with me
Induction is the workhorse of mathematical proofs. To master the art of chaining inequalities, check out the booklets on Vu's Maths Hub. I walk through complex HSC exam induction questions on my YouTube channel. Follow my Instagram for daily maths tips, and subscribe to my Substack to learn how induction applies to algorithms!
