← Proof (ME-P1)

NSWMaths Extension 1Syllabus dot point

How do we use induction to prove an inequality holds for every positive integer?

Prove inequalities involving an integer parameter nn 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 2n>n22^n > n^2 and n!>2nn! > 2^n.

Generated by Claude OpusReviewed by Better Tuition Academy7 min answer

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 nn holds for every positive integer (or for nβ‰₯n0n \ge n_0). The structure is the same as for series, but the algebra is often more delicate.

The answer

The structure

To prove E(n)≀F(n)E(n) \le F(n) (or strict, or reversed) for all nβ‰₯n0n \ge n_0:

  1. Base case: Verify the inequality directly at n=n0n = n_0.
  2. Inductive hypothesis: Assume the inequality holds at n=kn = k.
  3. Inductive step: Use the hypothesis to derive the inequality at n=k+1n = k + 1.
  4. Conclusion: By the principle of mathematical induction, the inequality holds for all nβ‰₯n0n \ge n_0.

The strategy in the step

The standard technique is to show that, going from n=kn = k to n=k+1n = k + 1, the "growth" of one side is at least as much as the "growth" of the other.

For E(k+1)β‰₯F(k+1)E(k + 1) \ge F(k + 1), write E(k+1)=E(k)+Ξ”EE(k + 1) = E(k) + \Delta_E and F(k+1)=F(k)+Ξ”FF(k + 1) = F(k) + \Delta_F. The hypothesis says E(k)β‰₯F(k)E(k) \ge F(k). If you can show Ξ”Eβ‰₯Ξ”F\Delta_E \ge \Delta_F, adding the inequalities gives the result.

Alternatively, manipulate E(k+1)E(k + 1) algebraically and use the hypothesis to bound it.

Starting at IMATH_18

Many inequalities are only true for nβ‰₯n \ge some threshold. Set the base case at that threshold.

For 2n>n22^n > n^2 for nβ‰₯5n \ge 5: base case is n=5n = 5, hypothesis assumes the inequality at n=kβ‰₯5n = k \ge 5, step shows it at k+1k + 1.

Common patterns

  • Geometric versus polynomial. 2n>n22^n > n^2 for nβ‰₯5n \ge 5, 3n>n33^n > n^3 for nβ‰₯4n \ge 4, etc.
  • Factorial versus exponential. n!>2nn! > 2^n for nβ‰₯4n \ge 4.
  • Sums and products. Show some inequality on a sum-of-fractions or product structure.

Algebraic care

Inequalities require you to be careful about the direction of the inequality when you multiply by a quantity. Always check whether the multiplier is positive (preserves direction) or negative (reverses).

For strict inequalities, the step often requires a strict inequality on Ξ”E>Ξ”F\Delta_E > \Delta_F.

Related dot points