- #1
honestrosewater
Gold Member
- 2,143
- 6
My book gives a proof that "The Strong Principle of Induction follows from the Weak Principle of Induction." I don't understand one step in the proof or how to use it for specific cases (when he asks for a proof by strong induction on something). (He includes 0 as a natural number (the least, BTW).)
Weak Prinicple of Induction:
(1) [tex]\frac{P0, \forall n [Pn \Rightarrow P(n + 1)]}{\forall n (Pn)}[/tex]
Strong Principle of Induction:
(2) [tex]\frac{\forall n [\forall m < n (Pm) \Rightarrow Pn]}{\forall n (Pn)}[/tex]
where [itex]\forall m < n (Pm)[/itex] means "all numbers m smaller than n have the property P".
The proof is briefly:
Define a new property, Q:
(3) [tex]Qn \Leftrightarrow_{df} \forall m < n (Pm)[/tex]
Now the induction hypothesis becomes:
(4) [tex]\forall n [Qn \Rightarrow Pn][/tex].
Since [itex]\forall m < 0\ (Pm)[/itex] is vacuously true (there is no m in N smaller than 0):
(5) Q0
Let n be any natural number and assume that Qn holds. Infer from (4) that Pn holds. (Here's the step I don't get:) "But by (3) Qn means [itex]\forall m < n (Pm)[/itex]. Therefore what we have shown is that
(6) Pm holds for all m < n."
The rest of the proof is just showing that (m < n) <=> (m < (n + 1)) and putting everything back together- I understand this.
So weak and strong induction are equivalent. But strong induction seems quite magical to me since we seem to get Q0 for free- and I don't mean "magical" in a good way. It would help a lot if someone could quickly work through an example- or just give me a hint. The example he uses for weak induction is [0 + 1 + 2 + ... + n = (n(n + 1))/2]. Or I have an actual problem from the book here. Thanks, I know I'm asking a lot. I've really tried to do it on my own.
Weak Prinicple of Induction:
(1) [tex]\frac{P0, \forall n [Pn \Rightarrow P(n + 1)]}{\forall n (Pn)}[/tex]
Strong Principle of Induction:
(2) [tex]\frac{\forall n [\forall m < n (Pm) \Rightarrow Pn]}{\forall n (Pn)}[/tex]
where [itex]\forall m < n (Pm)[/itex] means "all numbers m smaller than n have the property P".
The proof is briefly:
Define a new property, Q:
(3) [tex]Qn \Leftrightarrow_{df} \forall m < n (Pm)[/tex]
Now the induction hypothesis becomes:
(4) [tex]\forall n [Qn \Rightarrow Pn][/tex].
Since [itex]\forall m < 0\ (Pm)[/itex] is vacuously true (there is no m in N smaller than 0):
(5) Q0
Let n be any natural number and assume that Qn holds. Infer from (4) that Pn holds. (Here's the step I don't get:) "But by (3) Qn means [itex]\forall m < n (Pm)[/itex]. Therefore what we have shown is that
(6) Pm holds for all m < n."
The rest of the proof is just showing that (m < n) <=> (m < (n + 1)) and putting everything back together- I understand this.
So weak and strong induction are equivalent. But strong induction seems quite magical to me since we seem to get Q0 for free- and I don't mean "magical" in a good way. It would help a lot if someone could quickly work through an example- or just give me a hint. The example he uses for weak induction is [0 + 1 + 2 + ... + n = (n(n + 1))/2]. Or I have an actual problem from the book here. Thanks, I know I'm asking a lot. I've really tried to do it on my own.