Section 5.1 Mathematical Induction
For each of the following exercises, follow the given steps:
(a) Determine and prove the Basis Step.
(b) For the Inductive Step, write clearly the hypothesis and the thesis.
(c) Prove the inductive step.
Exercise 2: Prove by induction that, for all positive integers n, we have the following inequality:
Σ (-1)^i * i^2 = [(-1)^n * n(n + 1)] / 2
Exercise 3: Prove by induction that, for all integers n ≥ 2, we have:
Σ 1/i^2 < 2 - 1/n
Exercise 4: Prove by induction that:
Σ i · (i!) = (n + 1)! - 1
whenever n ∈ Z+.
Exercise 5: Prove by induction that, for all positive integers n, we have n + 1 ≤ 2^n.
Hint: you can use the fact that for all positive integers n, we have 1 ≤ 2^n.
Note: you need to show where you use the hint.