How can I prove the following:
If $f_n$ is a number of the Fibonacci sequence and φ= $\frac{1+\sqrt{5}}2$, then $f_n > φ^n$ for every $n >2$?
I have tried using induction but I can't seem to get anywhere.
How can I prove the following:
If $f_n$ is a number of the Fibonacci sequence and φ= $\frac{1+\sqrt{5}}2$, then $f_n > φ^n$ for every $n >2$?
I have tried using induction but I can't seem to get anywhere.
We have $F_n=\left[ \frac{\phi^n}{\sqrt{5}}\right]$, so this implies $F_n<\phi^n$, see http://en.wikipedia.org/wiki/Fibonacci_number for a proof. So we have the opposite inequality. Here $[x]$ denotes the nearest integer function.