Ask any IB Maths AA HL student which proof they dread most, and induction with inequalities is near the top of the list. The steps can look like terms appear and vanish out of nowhere. They don't โ there's a logic behind every move. In this post we work through two of the hardest types you can be asked, one with factorials and one with binomial coefficients, so you're in a strong position to aim for a 7, whether in a school assessment or the real IB exam.
The five steps (every induction proof, every time)
Every induction proof is the same five steps:
- Propositional function P(n) โ restate what you're proving.
- Base case โ test the first valid value.
- Inductive hypothesis โ assume P(k) is true for some k.
- Inductive step โ prove P(k+1) from P(k). (the hard part for inequalities)
- Conclusion โ the standard closing statement.
Steps 1โ3 are roughly 30% of the marks and there's no excuse to drop them. The real difficulty lives in step 4.
The one idea that makes inequality induction click
With inequalities, step 4 means starting from P(k) and manipulating it without breaking the inequality until you reach P(k+1). Only two moves are ever needed, and neither breaks an inequality:
- Make the larger side larger, or the smaller side smaller. If A โฅ B, then replacing B with anything smaller keeps the inequality, and replacing A with anything larger keeps it too.
- Multiply both sides by the same positive number.
Every "magic" substitution below is just one of these two moves โ nothing comes out of nowhere.
Example 1 โ induction with factorials
Prove by induction that (2n)! โฅ 2โฟ(n!)ยฒ for all positive integers n.
Step 1 โ Propositional function
Step 2 โ Base case (n = 1)
Since LHS โฅ RHS, the base case holds.
Step 3 โ Inductive hypothesis
Assume P(k) is true for some positive integer k:
Step 4 โ Inductive step
We want to reach P(k+1):
Notice that [2(k+1)]! = (2k+2)! = (2k+2)(2k+1)(2k)!. So multiply both sides of P(k) by (2k+1)(2k+2) โ both positive, so the inequality is safe:
The left side is now exactly (2k+2)!:
Write 2k+2 = 2(k+1) and split (k!)ยฒ into (k!)(k!):
Group k!(k+1) = (k+1)! on one factor:
The right side is the smaller side, so we're allowed to replace a term with something smaller. Since 2k+1 > k+1, replace 2k+1 with k+1:
(using k!(k+1) = (k+1)! again). Therefore:
which is exactly P(k+1).
Step 5 โ Conclusion
Since P(1) is true and P(k+1) is true whenever P(k) is true for some positive integer k, by the principle of mathematical induction P(n) is true for all positive integers n.
Example 2 โ induction with binomial coefficients
Prove by induction that C(2n, n) < 2^(2nโ2) for all positive integers n โฅ 5.
Step 1 โ Propositional function
Step 2 โ Base case (n = 5)
Since 252 < 256, we have LHS < RHS and the base case holds.
Step 3 โ Inductive hypothesis
Assume for some positive integer k โฅ 5:
Step 4 โ Inductive step
The goal, P(k+1), is:
Convert to factorials using the formula
The hypothesis becomes
and the goal becomes
Starting from P(k), we build (2k+2)! on top and (k+1)!(k+1)! on the bottom. Since (2k+2)! = (2k+2)(2k+1)(2k)!, multiply both sides by (2k+1)(2k+2) / [(k+1)(k+1)] โ positive, so safe:
The left side is now (2k+2)! / [(k+1)!(k+1)!]. On the right, write 2k+2 = 2(k+1) and cancel one (k+1):
This is the larger side, so we may replace a term with something larger. Is (2k+1)/(k+1) < 2? Yes โ as a function of k it has a horizontal asymptote at 2 and approaches it from below, so (2k+1)/(k+1) < 2 for every valid k. Replacing it with 2:
That is C(2(k+1), k+1) < 2^(2k) = 2^(2(k+1)โ2), which is exactly P(k+1).
Step 5 โ Conclusion
Since P(5) is true and P(k+1) is true whenever P(k) is true for some positive integer k, by the principle of mathematical induction P(n) is true for all positive integers n โฅ 5.
Key takeaways
- It's always the same five steps โ lock in steps 1โ3 for the easy ~30% of the marks.
- For inequalities, turn P(k) into P(k+1) using only safe moves: make the bigger side bigger, the smaller side smaller, or multiply through by a positive number.
- Factorials grow by multiplying consecutive integers, (m+1)! = (m+1)ยทm! โ that's how you "build" the factorial you need on each side.
Practise this until it's automatic
Watching a proof is not the same as being able to produce one under exam pressure. โถ Watch the full video walkthrough, then download the free induction-proofs exercise list to practise these step by step. When you're ready to test yourself under real conditions, the graded mock exams will tell you whether you're genuinely sitting at a 7.