To prove a statement P(n) is true for every n∣n>nthreshold (positive integer)
1. Basic step Show P(nthreshold) is true.
2. Hypothesis Assume the statement for a value of n=k,P(k) is true .
3. Induction step Prove for n=k+1,P(k+1) is true.
EXAMPLE 1
Show that if n is a positive integer, then 1+2+⋯+n=2n(n+1)
EXAMPLE 2
Conjecture a formula for the sum of the first n positive odd integers. Then prove your conjecture using mathematical induction.
EXAMPLE 3
Use mathematical induction to show that 1+2+22+⋯+2n=2n+1−1
EXAMPLE 5
Use mathematical induction to prove the inequality n<2n for all positive integers.
EXAMPLE 6
Use mathematical induction to prove that 2n<n! for every integer n with n⩾4. (Note that this inequality is false for n=1,2, and 3.)
EXAMPLE 8
Use mathematical induction to prove that n3−n is divisible by 3 whenever n is a positive integer. (Note that this is the statement with p=3 of Fermat’s little theorem, which is Theorem 3 of Section 4.4.)
EXAMPLE 9
Use mathematical induction to prove that 7n+2+82n+1 is divisible by 57 for every nonnegative integer n.
EXAMPLE 10 The Number of Subsets of a Finite Set Use mathematical induction to show that if S is a finite set with n elements, where n is a nonnegative integer, then S has 2n subsets. (We will prove this result directly in several ways in Chapter 6.)
EXAMPLE 11
Use mathematical induction to prove the following generalization of one of De Morgan's laws:
j=1⋂nAj=j=1⋃nAj
whenever A1,A2,⋯,An are subsets of a universal set U and n⩾2
Homework
p350: 6, 14, 15, 20, 21, 31, 32, 34, 36, 43
6. Prove that 1⋅1!+2⋅2!+⋯+n⋅n!=(n+1)!−1 whenever n is a positive integer.
Solution
Proof:
Let P(n) be the statement 1⋅1!+2⋅2!+⋯+n⋅n!=(n+1)!−1 for all every integer n. Basic step. P(1) is true, because 1⋅1=(1+1)⋅1−1=1 Hypothesis. Assume P(n) is true for n=k
1⋅1!+2⋅2!+⋯+k⋅k!=(k+1)!−1
Inductive step We need to prove P(k+1), namely, 1⋅1!+2⋅2!+⋯+k⋅k!+(k+1)⋅(k+1)=(k+2)!−1.
14. Prove that for every positive integer n, ∑k=1nk2k=(n−1)2n+1+2.
Solution
Proof:
Let P(n) be the statement ∑k=1nk2k=(n−1)2n+1+2, for every positive integer n. Basic step. P(1) is true, because ∑k=11k2k=1⋅21=(1−1)⋅21+1+2=2. Hypothesis. Assume P(n) is true for n=m
k=1∑mk2k=(m−1)2m+1+2
Inductive step We need to prove P(m+1), namely ∑k=1m+1k2k=(m)2m+2+2, is true.
15. Prove that for every positive integer n, 1⋅2+2⋅3+⋯+n(n+1)=n(n+1)(n+2)/3.
Solution
Proof:
Let P(n) be the statement 1⋅2+2⋅3+⋯+n(n+1)=n(n+1)(n+2)/3, for every positive integer n. Basic step. P(1) is true, because 1⋅2=31⋅(1+1)(1+2)=2. Hypothesis. Assume P(n) is true for n=k
1⋅2+2⋅3+⋯+k(k+1)=3k(k+1)(k+2)
Inductive step We need to prove P(k+1), namely 1⋅2+2⋅3+⋯+k(k+1)+(k+1)(k+2)=3(k+1)(k+2)(k+3), is true.
20. Prove that 3n<n! if n is an integer greater than 6.
Solution
Let P(n) be the statement 3n<n! for integer n greater than 6. Basic stepP(7) is true, because 37=2187<7!=5040. Hypothesis. Assume P(n) is true for n=k,
3k<k!
Inductive step. We need to prove P(k+1), namely 3k+1<(k+1)!, is true.
31. Prove that 2 divides n2+n whenever n is a positive integer.
Solution
Let P(n) be the statement 2∣n2+n for positive integer n. Basic stepP(1) is true, because 212+1=1. Hypothesis. Assume P(n) is true for n=k,
2∣k2+k
Inductive step. We need to prove P(k+1), namely 2∣(k+1)2+k+1, is true.
(k+1)2+k+1=k2+2k+1+k+1=k2+k+2(k+1)∵2∣k2+k and 2∣2(k+1)∴2∣k2+k+2(k+1) or 2∣(k+1)2+k+1
By induction, P(n) is true.
32. Prove that 3 divides n3+2n whenever n is a positive integer.
Solution
Let P(n) be the statement 3∣n3+2n for positive integer n. Basic stepP(1) is true, because 313+2⋅1=1. Hypothesis. Assume P(n) is true for n=k,
3∣k3+2k
Inductive step. We need to prove P(k+1), namely 3∣(k+1)3+2(k+1), is true.
(k+1)3+2(k+1)=k3+3k2+3k+1+2k+2=(k3+2k)+(3k2+3k+3)=(k3+2k)+3(k2+k+1)∵3∣(k3+2k) and 3∣3(k2+k+1)∴3∣(k3+2k)+3(k2+k+1) or 3∣(k+1)3+2(k+1)
By induction, P(n) is true.
34.Prove that 6 divides n3−n whenever n is a nonnegative
integer.
Solution
Let P(n) be the statement 6∣n3−n for positive integer n. Basic stepP(1) is true, because 613−1=0. Hypothesis. Assume P(n) is true for n=k,
6∣k3−k
Inductive step. We need to prove P(k+1), namely 6∣(k+1)3−(k+1), is true.
(k+1)3−(k+1)=k3+3k2+3k+1−k−1=(k3−k)+3k(k+1)
As 6∣(k3−k), we need to to prove 6∣3k(k+1).
Because one in k and k+1 is even, k(k+1) is even. Thus 6∣3k(k+1).
That is 6∣(k3−k)+3k(k+1)
By induction, P(n) is true.
36.Prove that 21 divides 4n+1+52n−1 whenever n is a positive integer.
Solution
Let P(n) be the statement 21∣4n+1+52n−1 for positive integer n. Basic stepP(1) is true, because 2141+1+52−1=2121=1. Hypothesis. Assume P(n) is true for n=k,
21∣4k+1+52k−1
Inductive step. We need to prove P(k+1), namely 21∣4(k+1)+1+52(k+1)−1, is true.
4(k+1)+1+52(k+1)−1=4⋅4k+1+25⋅52k−1=25⋅4k+1+25⋅52k−1−21⋅4k+1=25⋅(4k+1+52k−1)−21⋅4k+1∵21∣(4k+1+52k−1)Hypothesis∴21∣25⋅(4k+1+52k−1)∵21∣21⋅4k+1∴21∣25⋅(4k+1+52k−1)−21⋅4k+1 or 21∣4(k+1)+1+52(k+1)−1
By induction, P(n) is true.
43. Prove that if A1,A2,...,An are subsets of a universal set U, then ⋃k=1nAk=⋂k=1nAk.
Solution
Let P(n) be the statement ⋃k=1nAk=⋂k=1nAk. Basic step. P(1) is true, because ⋃k=11Ak=A1=⋂k=11A1. Hypothesis. Assume P(n) is true for n=m,
k=1⋃mAk=k=1⋂mAk
Inductive step. We need to prove P(k+1), namely ⋃k=1m+1Ak=⋂k=1m+1Ak, is true.
k=1⋃m+1Ak=k=1⋃mAk∪Am+1=k=1⋃mAk∩Am+1=k=1⋂mAk∩Am+1=k=1⋂m+1AkDefition of union of setsDe Morgan’s LawBy HypothesisDefition of intersection of sets