Section 7.3 Strong form of Mathematical Induction
Idea.
The idea here is the same as for regular mathematical induction. However, in the strong form, we allow ourselves more than just the immediately preceding case to justify the current case.
If the first case is true, and then must be true as well. Now, if and we already have and both true, then must be true as well. Furthermore, if and we already have and all true, then must be true as well. And so on, until we have reached for whatever value we wish.
Procedure 7.3.2. Proof by strong induction.
Base case.
Start by proving the statement for the base case
Induction step.
Next, assume that is a fixed number such that and that the statement is true for all Based on this assumption, try to prove that the next case, is also true.
Worked Example 7.3.3.
Prove that each whole number greater than can be factored into a product of (one or more) primes.
Solution.
Case
Case
Base case.
The first number greater than is and it is prime. So it can be considered a product of one prime.
Induction step.
Let represent a whole number that is greater than Assume that can each be factored into primes. We want to show can also be factored into primes.
Break into cases.
Case prime.
In this case is already a product of a single prime, itself.
Case not prime.
If is not prime, then it has nontrivial divisors. So there exist integers with such that By our induction hypothesis, each of can be factored into a product of primes, so their product can as well.
Warning 7.3.4.
If your proof of the induction step requires knowing a very specific number of previous cases are true, you may need to use a variant of the strong form of mathematical induction where several base cases are first proved. For example, if, in the induction step, proving that is true relies specifically on knowing that both and are true, then this argument does not prove that and so you must prove both base cases of and explicitly.