Saturday, 5 September 2015

Prove the n-th Fibonacci number is less than 2n for all n greater than zero using strong induction



I need to prove the n-th Fibonacci number is less than 2n for all n0 using strong induction.




I have been exposed to the idea that strong induction differs from weak induction in that the pattern upon which induction is based often does not repeat at every value of n. ( For example, the nth term in a sequence might be defined in terms of the n4th term, as opposed to the n1 term, "reaching back four terms" as it were. )



The Fibonacci sequence "reaches back" two terms. So, I show for two base cases that the predicate is true for n=0 and n=1:



F0=120F1=121




Then, I state the inductive hypothesis:



(  kN{0} )( Fk=Fk1+Fk22k )



From there, I step forward twice:



(  kN{0} )( Fk=Fk1+Fk22k )(  kN{0} )( Fk+1=Fk+Fk12k+1 )(  kN{0} )( Fk+2=Fk+1+Fk2k+2 )



And from there--I think--I should be able to do some substitution or other simple arithmetic operation to show that the inductive step is true if any base case is true.



But, I'm just not seeing it.



Any help would be appreciated.



Answer



Now, I'm going to restate what you said in the induction step, but simplify it more. The first statement was:
Fk2k
Notice how I left out the part. This is because you only add that in until after you've proven the statement. The second statement was:
Fk+12k+1
The third statement was:
Fk+22k+2
We assume the first two statements are true. Now, by the definition of the Fibonacci sequence, we know that:
Fk+2=Fk+1+Fk
This means we need to add Fk and Fk+1 to get an inequality somehow. We do this by adding the first two statements together:

Fk+Fk+12k+2k+1Fk+22k+2k+1
Now, I'll let you take it from here. Good luck!


No comments:

Post a Comment

real analysis - How to find limhrightarrow0fracsin(ha)h

How to find limh0sin(ha)h without lhopital rule? I know when I use lhopital I easy get $$ \lim_{h\rightarrow 0}...