Module 4
Module 4
13 Induction
Mathematical Induction is a method of proof. We use this method to prove certian propositions
involving positive integers. Mathematical Induction is based on a property of the natural
numbers, N, called the Well Ordering Principle which states that every nonempty subset of
positive integers has a least element.
Step 1: Prove the statement is true at the starting point (usually n = 1).
Step 1: [We want to show this is true at the starting point n = 1.]
LHS = 1
RHS = 12 = 1
So the statement is true for n + 1. Hence, the statement is true for all n ∈ N
by induction.
1
n
X
Example 2 : Prove k 2 = 61 n(n + 1)(2n + 1) for all n ∈ N.
k=1
Step 1: [We want to show this is true at the starting point n = 1.]
n
X
LHS = k 2 = 12 = 1
k=1
RHS = 61 1(1 + 1)(2(1) + 1) = 1
n+1
X
LHS = k2
k=1
= |1 + 22 +
2 2
{z· · · + n} +(n + 1)
2
So the statement is true for n + 1. Hence, the statement is true for all n ∈ N
by induction.
Step 1: [We want to show this is true at the starting point n = 5.]
LHS = 25 = 32
RHS = 52 = 25
2
Step 2: Assume the statement is true for n, i.e. 2n > n2 .
[Want to show this is true for n + 1. i.e. want to show 2n+1 > (n + 1)2 . ]
LHS = 2n+1
= 2n · 2
> 2n2 (by assumption)
= n2 + n2
= n2 + 2n + 1 (since n2 > 2n + 1 for n ≥ 5)
= (n + 1)2
= RHS
So 2n+1 > (n + 1)2 for n ≥ 5. i.e. the statement is true for n + 1 whenever
n ≥ 5. Hence, the statement is true for all n ≥ 5 by induction.
Step 1: [We want to show this is true at the starting point n = 1.]
When n = 1, we have 91 − 21 = 7 which is divisible by 7.
The statement is true for n = 1.
Step 2: Assume the statement is true for n.
i.e. Assume 9n − 2n is divisible by 7.
i.e. Assume 9n − 2n = 7m for some m ∈ Z.
[Want to show this is true for n + 1.
i.e. Want to show 9n+1 − 2n+1 is divisible by 7. ]
9n+1 − 2n+1 = 9 · 9n − 2 · 2n
= 9(7m + 2n ) − 2 · 2n (by assumption)
= 7(9m) + 9 · 2n − 2 · 2n
= 7(9m) + 7 · 2n
= 7(9m + 2n ),
which is divisible by 7. So the statement is true for n+1. Hence, the statement
is true for all n ∈ N by induction.
3
Exercises:
3 3 3 n2 (n + 1)2
3
(c) 1 + 2 + 3 + · · · + n =
4
10
(d) 10 + 10 + 10 + · · · + 10 = 9 (10n − 1)
1 2 3 n
n
X n(n + 1)(n + 2)
(e) r(r + 1) =
r=1
3
n
X 1 n
(f) = does not work for n = 1, 2?
k=1
(3k − 2)(3k − 1) 3n + 1
(a) 2n ≥ 1 + n for n ≥ 1.
(b) 3n < (n + 1)! for n ≥ 4.
5. Prove by induction that if p is any real number satisfying p > −1, then
(1 + p)n ≥ 1 + np
for all n ∈ N.
(−1)n n!
6. Use induction to show that the nth derivative of x−1 is .
xn+1