gwial
- 3
- 0
Homework Statement
Use strong mathematical induction to prove that the Fibonacci numbers satisfy the inequality fn > (√2)n
Homework Equations
for all integers n > 6. The Fibonacci numbers fn are defined recursively
by: f0 =0,f1 =1
For all n > 1, fn = fn−1 + fn−2
The Attempt at a Solution
My problem is, i really don't know where to start. I assuming that I am trying to prove that LHS>RHS in my base cases, instead of LHS=RHS. I started by attempting bases cases of 0 and 1. Those attempts really lead me nowhere. I then attempted 2 and 3 as my base cases. I got LHS<RHS for both, which based on my assumption is the inverse of what I am trying to accomplish.
Should i be looking at larger numbers for my base cases? "for all integers n >6" does this mean i should start bases at 7 and 8? And should i still use my assumption to prove LHS>RHS or should i be trying to make LHS=RHS anyways.
Thanks