MATH 122
MATHEMATICAL INDUCTION
Let Pn be a statement involving the positive integer n.
Examples:
- n2 = n × n
- 2n is an even number
- 2n + 1 is an odd number
-
- n is divisible by 3
-
Which of the above statements are true for ALL positive integral values
of n?
Answer: a, b, c and f (f is not obviously true)
Note that d is not true for any value of n, while e is only true for
n = 3, 6, 9, ...
f is true for the following reason:
= sum of the first n terms of this arithmetic
series (Sn).
Thus
Notation:
If Pn is a statement,
Then P1 is this statement where n = 1
P2 is this statement where n = 2, etc.
Example:
Let Pn be: n2 + n is positive.
Then P1 says, "12 + 1 is positive",
P4 says, "42 + 4 is positive", etc.
AXIOM OF MATHEMATICAL INDUCTION
Let Pn be a statement (i.e.P1, P2, P3,
... etc. are defined).
Furthermore, let the following 2 conditions exist:
- P1 is true
- Pk+1 is true whenever Pk is true. (k is any positive integer.)
Conclusion: Pn is true for n = 1, 2, 3, ...
i.e. P1, P2, P3, P4,...
are all true.
EXAMPLE 1:
PROVE
by mathematical induction.
(i.e. Prove that Pn is true for n = 1, 2, 3, ...)
Pn:
P1:
,
i.e., 1 = 1 SO P1 is true.
ASSUME Pk is true: i.e.,
PROVE Pk+1 is true: i.e., Prove
USUALLY YOU START ALL WITH THE LEFT SIDE OF Pk+1:
Therefore, Pn true for n = 1, 2, 3,...
EXAMPLE 2
SHOW THAT: Pn: 5n - 1 is divisible
by 4.
P1:
Therefore: P1 is true.
ASSUME Pk: 5k − 1 divisible by 4.
or
, is an integer
Then 5k − 1 = 4q and 5k = 4q + 1
PROVE Pk+1: 5k+1 - 1 divisible by 4.
Therefore Pn TRUE for n = 1, 2, 3,...
MATH 122
MATHEMATICAL INDUCTION PROBLEMS
Use induction to prove that each of the following formulas is true for
each positive integer n.
-
-
-
-
-
-
-
By induction show that:
- 3n − 1 is divisible by 2.
- 5n − 1 is divisible by 4.
- 7n − 1 is divisible by 6.
- 82n − 1 is divisible by 63.
- 62n − 1 is divisible by 35.
- 92n − 1 is divisible by 80.
- n2 − 3n + 4 is even.
- 2n3 − 3n2 + n is divisible by 6.
-
- Show: If 2 + 4 + 6 + ... + 2n = n(n
+ 1) + 2 is true for n = j, then it is true for n = j + 1.
-
Is the formula true for all n?