MATH 302 Lecture 12
« previous | Monday, October 10, 2011 | next »
Strong Induction
Same as mathematical induction, only assume that all previous steps are true(not just an arbitrary )
Example
Theorem. Every integer can be written as a product of primes.
Proof. Let represent "The integer can be written as a product of primes.
Basis Step. : 2 is prime — verified.
Inductive step. For some , assume , , …, are true. Consider : There are two cases:
- is prime — done
- , where
For the second case, by the inductive hypothesis, let and . for primes , , , , …. Then is also a product of primes. Therefor is a product of primes and thus is true by the principle of mathematical induction.
Another Example
What numbers can be represented as a sum of non-negative multiples of 3 and 5?
Conjecture P(n): Any number ≥ 8 can be written as such a sum.
Basis step.
- P(8): 8 = 1(3) + 1(5)
- P(9): 9 = 3(3) + 0(5)
- P(10): 10 = 0(3) + 2(5)
Inductive step. Assume that P(8), ..., P(k) are true where k ≥ 10. Consider n = k + 1 where k + 1 ≥ 11 and . By the inductive hypothesis: , where .
So is true. This proves the inductive step. The general result follows by the principle of strong mathematical induction.