Exercise 2.2.6
Let be a natural number, and let be a property pertaining to the natural numbers such that whenever is true, then is true. Suppose that is also true. Prove that is true for all natural numbers ; this is known as the principle of backwards induction. (Hint: apply induction to the variable .)
The proposal seems intuitively correct and obvious, so the challenge is to prove it using only the building blocks provided by the text up to this point.
In case it isn't obvious, let's illustrate it. If the property is true, the statement tells us that is also true. Now we know is true, we can use again to tell us is true. We can keep going until we show is true. So is true.
Approach
We might be tempted to use soem form of induction that works backwards, but we can't do that. That is what we're being asked to prove, and we can only use the principle of induction as defined in Axiom 2.5, which goes forward, not backwards.
As with the previous exercise, we transform the problem from one about to one which is about by formulating a statement .
That is, says if is true, then is true for all natural numbers up to and including .
Induction ProofNow we can use standard induction on , which we hope will show is true for all natural numbers . Before we dive in, let's write out the known facts for clarity.
Inductive Hypothesis: is true.
Base Case: Consider , which means
is equivalent to beccause only satisfies the inequality.
is clearly true because is always true ... even if were false, which it is not here.
Inductive Step: We need to show .
Let's start with .
But we're given so
We're almost there. is equivalent to . In plain English this is saying the implication of includes . This gives us
This is .
By showing the base case , and that , by the induction principle we have shown is true for all natural numbers .
Translating back from to , we have if is true, and .
No comments:
Post a Comment