Having seen how standard mathematical induction works, we now explore a variant known as Strong Induction.
Second Principle of Finite Induction
Let be a set of positive integers with the following properties:
The integer 1 belongs to the set.
Whenever the integers are in , then the next integer must also be in .
Then is the set of all positive integers.
Similar to the first principle of finite induction, this statement seems obvious. The corresponding analogy is that if the weight of all of the initial dominos is strong enough to push down the next domino, then all dominos in this sequence must eventually fall. Of course, standard Mathematical Induction can be considered a special case of Strong Induction.
Let's work through several examples, to see why we sometimes need all of the initial dominos, instead of just one preceding domino.
1. [Fundamental Theorem of Arithmetic] Every integer can be written as the product of prime numbers.
Proof: Base case: This is clearly true for .
Induction step: Suppose the statement is true for .
If is prime, then we are done.
Otherwise, has a smallest prime factor, which we denote by . Let . By Strong induction, can be written as the product of prime numbers. Hence, so can .Note: This expression is unique up to the ordering of the primes. Since Induction is generally an 'existence' proof, it often is unable to show uniqueness. Instead, an alternative approach is required.
2. Throughout the world (with slight exceptions), McDonalds sells Chicken McNuggets in 4, 6, 9 and 20 piece boxes. Show that for any integer , we can always obtain exactly McNuggets by buying several boxes.
Proof: Base Case: This is clearly true for , , and .
Induction step: Suppose the statement is true for .
Then it is true for , since we can buy McNuggets, together with another box of 4 McNuggets.Note: This approach of inducting on several base cases is also known as the Third Principle of Mathematical Induction.
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
There are no comments in this discussion.