← Proof by Mathematical Induction › Induction for Divisibility and Inequalities › Solutions
Induction for Divisibility and Inequalities — Full Worked Solutions
-
Verify the base case and inductive hypothesis for each divisibility statement. Fluency
(a) 3 | (4n − 1):
Base case n = 1: 41 − 1 = 3. Since 3 = 3 × 1, we have 3 | 3. ✓
Inductive hypothesis: Assume 3 | (4k − 1) for some integer k ≥ 1, i.e. 4k − 1 = 3m for some integer m.
(b) 5 | (6n − 1):
Base case n = 1: 61 − 1 = 5. Since 5 = 5 × 1, we have 5 | 5. ✓
Inductive hypothesis: Assume 5 | (6k − 1) for some integer k ≥ 1, i.e. 6k − 1 = 5m for some integer m.
(c) 7 | (8n − 1):
Base case n = 1: 81 − 1 = 7. Since 7 = 7 × 1, we have 7 | 7. ✓
Inductive hypothesis: Assume 7 | (8k − 1) for some integer k ≥ 1, i.e. 8k − 1 = 7m for some integer m.
-
Complete the inductive step. Fluency
We need to show that 5 | (6k+1 − 1), given that 6k − 1 = 5m.
6k+1 − 1 = 6 × 6k − 1
= 6(6k − 1) + 5 [add and subtract 6 to isolate f(k)]
= 6 × 5m + 5 [by the inductive hypothesis, 6k − 1 = 5m]
= 5(6m + 1).
Since 6m + 1 is an integer, 5 | (6k+1 − 1). ✓
Conclusion: By mathematical induction, 5 | (6n − 1) for all integers n ≥ 1.
-
Prove 3 | (n3 − n) for all integers n ≥ 1. Fluency
Claim: P(n): 3 | (n3 − n) for all integers n ≥ 1.
Base case n = 1: 13 − 1 = 0. Since 0 = 3 × 0, we have 3 | 0. ✓
Inductive hypothesis: Assume 3 | (k3 − k) for some integer k ≥ 1, i.e. k3 − k = 3m.
Inductive step: We must show 3 | ((k+1)3 − (k+1)).
(k+1)3 − (k+1) = k3 + 3k2 + 3k + 1 − k − 1
= (k3 − k) + 3k2 + 3k
= (k3 − k) + 3k(k + 1)
= 3m + 3k(k+1) [by the inductive hypothesis]
= 3(m + k(k+1)).
Since m + k(k+1) is an integer, 3 | ((k+1)3 − (k+1)). ✓
Conclusion: By the principle of mathematical induction, 3 | (n3 − n) for all integers n ≥ 1.
-
Verify the base case for each inequality. Fluency
(a) n! > 2n for n ≥ 4:
Base case n = 4: LHS = 4! = 24. RHS = 24 = 16. Since 24 > 16, the inequality holds. ✓
(b) 2n > n2 for n ≥ 5:
Base case n = 5: LHS = 25 = 32. RHS = 52 = 25. Since 32 > 25, the inequality holds. ✓
(Note: for n = 4, 24 = 16 = 42 — equality, not strict inequality. So n = 4 is not a valid base case for a strict inequality.)
(c) n2 > 2n + 1 for n ≥ 3:
Base case n = 3: LHS = 32 = 9. RHS = 2(3) + 1 = 7. Since 9 > 7, the inequality holds. ✓
-
Prove 6 | (n3 − n) for all integers n ≥ 1. Understanding
Claim: P(n): 6 | (n3 − n) for all integers n ≥ 1.
Base case n = 1: 13 − 1 = 0. 6 | 0. ✓
Inductive hypothesis: Assume 6 | (k3 − k) for some integer k ≥ 1, i.e. k3 − k = 6m.
Inductive step: Consider (k+1)3 − (k+1).
(k+1)3 − (k+1) = k3 + 3k2 + 3k + 1 − k − 1
= (k3 − k) + 3k2 + 3k
= (k3 − k) + 3k(k + 1).
By the inductive hypothesis, 6 | (k3 − k).
Now consider 3k(k+1): k and k+1 are consecutive integers, so one of them must be even. Therefore k(k+1) = 2t for some integer t, giving 3k(k+1) = 6t, which is divisible by 6.
Therefore (k+1)3 − (k+1) = 6m + 6t = 6(m + t), and since m + t is an integer, 6 | ((k+1)3 − (k+1)). ✓
Conclusion: By the principle of mathematical induction, 6 | (n3 − n) for all integers n ≥ 1.
-
Prove n! > 2n for all integers n ≥ 4. Understanding
Claim: P(n): n! > 2n for all integers n ≥ 4.
Base case n = 4: 4! = 24 and 24 = 16. Since 24 > 16, P(4) is true. ✓
Inductive hypothesis: Assume k! > 2k for some integer k ≥ 4.
Inductive step: We must show (k+1)! > 2k+1.
(k+1)! = (k+1) × k!
> (k+1) × 2k [by the inductive hypothesis, since k+1 > 0]
> 2 × 2k [since k ≥ 4 implies k+1 ≥ 5 > 2]
= 2k+1.
Therefore (k+1)! > 2k+1. ✓
Conclusion: By the principle of mathematical induction, n! > 2n for all integers n ≥ 4.
-
Prove 2n > n2 for all integers n ≥ 5. Understanding
Claim: P(n): 2n > n2 for all integers n ≥ 5.
Base case n = 5: 25 = 32 and 52 = 25. Since 32 > 25, P(5) is true. ✓
Inductive hypothesis: Assume 2k > k2 for some integer k ≥ 5.
Inductive step: We must show 2k+1 > (k+1)2.
2k+1 = 2 × 2k
> 2k2 [by the inductive hypothesis]
We now show 2k2 ≥ (k+1)2 = k2 + 2k + 1.
This requires k2 − 2k − 1 ≥ 0, i.e. (k−1)2 ≥ 2.
Since k ≥ 5, we have k − 1 ≥ 4, so (k−1)2 ≥ 16 ≥ 2. ✓
Therefore 2k+1 > 2k2 ≥ (k+1)2. ✓
Conclusion: By the principle of mathematical induction, 2n > n2 for all integers n ≥ 5.
-
Prove 8 | (9n − 1) for all integers n ≥ 1. Understanding
Claim: P(n): 8 | (9n − 1) for all integers n ≥ 1.
Base case n = 1: 91 − 1 = 8. Since 8 = 8 × 1, we have 8 | 8. ✓
Inductive hypothesis: Assume 8 | (9k − 1) for some integer k ≥ 1, i.e. 9k − 1 = 8m.
Inductive step: We must show 8 | (9k+1 − 1).
9k+1 − 1 = 9 × 9k − 1
= 9(9k − 1) + 8
= 9(8m) + 8 [by the inductive hypothesis]
= 72m + 8
= 8(9m + 1).
Since 9m + 1 is an integer, 8 | (9k+1 − 1). ✓
Conclusion: By the principle of mathematical induction, 8 | (9n − 1) for all integers n ≥ 1.
-
Prove 3 | (n3 + 2n) for all integers n ≥ 1. Problem Solving
Claim: P(n): 3 | (n3 + 2n) for all integers n ≥ 1.
Base case n = 1: 13 + 2(1) = 1 + 2 = 3. Since 3 = 3 × 1, we have 3 | 3. ✓
Inductive hypothesis: Assume 3 | (k3 + 2k) for some integer k ≥ 1, i.e. k3 + 2k = 3m.
Inductive step: We must show 3 | ((k+1)3 + 2(k+1)).
(k+1)3 + 2(k+1) = k3 + 3k2 + 3k + 1 + 2k + 2
= (k3 + 2k) + 3k2 + 3k + 3
= (k3 + 2k) + 3(k2 + k + 1)
= 3m + 3(k2 + k + 1) [by the inductive hypothesis]
= 3(m + k2 + k + 1).
Since m + k2 + k + 1 is an integer, 3 | ((k+1)3 + 2(k+1)). ✓
Conclusion: By the principle of mathematical induction, 3 | (n3 + 2n) for all integers n ≥ 1.
-
Multi-part challenge. Problem Solving
(a) Prove 4 | (5n − 1) for all n ≥ 1:
Base case n = 1: 5 − 1 = 4. 4 | 4. ✓
Inductive hypothesis: Assume 4 | (5k − 1), i.e. 5k − 1 = 4m.
5k+1 − 1 = 5(5k − 1) + 4 = 5(4m) + 4 = 4(5m + 1).
Since 5m + 1 is an integer, 4 | (5k+1 − 1). ✓
By mathematical induction, 4 | (5n − 1) for all n ≥ 1.
(b) 2n > n2 fails at n = 4:
At n = 4: 24 = 16 and 42 = 16. So 2n = n2 (not strictly greater). The strict inequality fails for n = 4.
From Question 7, we proved 2n > n2 for all n ≥ 5. So n = 5 is the smallest value for which the strict inequality holds.
(c) Prove (5n − 1)/4 > n2 for all n ≥ 5:
This is equivalent to proving 5n − 1 > 4n2.
We prove this by induction. Base case n = 5: 55 − 1 = 3125 − 1 = 3124 and 4(52) = 100. Since 3124 > 100. ✓
Inductive hypothesis: Assume 5k − 1 > 4k2 for some k ≥ 5.
Inductive step:
5k+1 − 1 = 5 × 5k − 1 = 5(5k − 1) + 4 > 5 × 4k2 + 4 = 20k2 + 4. [by IH]
We need 20k2 + 4 ≥ 4(k+1)2 = 4k2 + 8k + 4, i.e. 16k2 ≥ 8k, i.e. 2k ≥ 1.
This holds for all k ≥ 1, and certainly for k ≥ 5. ✓
Therefore 5k+1 − 1 > 4(k+1)2. By mathematical induction, (5n−1)/4 > n2 for all n ≥ 5.