Back to the full dot-point answer

NSWMaths Extension 1Quick questions

Proof (ME-P1)

Quick questions on Mathematical induction for inequalities: the technique and the algebraic care

11short Q&A pairs drawn directly from our worked dot-point answer. For full context and worked exam questions, read the parent dot-point page.

What is the structure?
Show answer
To prove E(n)F(n)E(n) \le F(n) (or strict, or reversed) for all nn0n \ge n_0:
What is the strategy in the step?
Show answer
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.
What is starting at n01n_0 \neq 1?
Show answer
Many inequalities are only true for nn \ge some threshold. Set the base case at that threshold.
What is algebraic care?
Show answer
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).
What is factorial versus exponential?
Show answer
Prove n!>2nn! > 2^n for n4n \ge 4.
What is sum inequality?
Show answer
Prove i=1n1i221n\sum_{i = 1}^{n} \frac{1}{i^2} \le 2 - \frac{1}{n} for all positive integers nn.
What is a simple double?
Show answer
Prove 2nn+12^n \ge n + 1 for all positive integers nn.
What is algebra error in the step?
Show answer
Multiplying both sides by something requires care about the sign. If you multiply by a negative, the inequality flips.
What is skipping the strict vs weak distinction?
Show answer
Strict inequality (>>) does not generally follow from \ge on each step unless one step is strict.
What is mistaking the hypothesis?
Show answer
The hypothesis is the inequality at n=kn = k, not at n=k+1n = k + 1.
What is trying to "close" the gap by inequality manipulation alone?
Show answer
Sometimes you need to verify that the algebraic implication actually holds for kn0k \ge n_0. Check the threshold. :::

All Maths Extension 1Q&A pages