Exercise: Use $I_2$ to prove that $\alpha^{n-2}\le f_n\le \alpha^{n-1}$ for every positive integer $n$. Note that it is again necessary to make the first part of the proof for $n=1$ and $n=2$.
$I_2$ here means that we have to use strong induction. The variable $\alpha =\frac {1+\sqrt 5} {2}$
Attempt: I showed it holds for $n=1,2$ already and then assumed it held for up to $k$.
Im struggling on how to show it holds for $k+1$. I attempted to solve the left inequality first using the definition of fibonacci sequence $F_{k+1}= F_{k-1} + F_k$ and then using the induction hypothesis.
$F_k= F_{k-1}+F_{k}$
$x^{k-3}\le F_{k-1}\le x^{k-2}$ and $x^{k-2}\le F_k\le x^{k-1}$ (by our inductive hypothesis) (I replaced $x$ with $\alpha$)
therefore,
$$F_{k-1}\ge x^{k-3} + x^{k-2}\\ \ge x^{k-2}(x^{-1}+1)\\ \ge x^{k-2}(x^{-2})\\ \ge x^{k-4}$$
This is obviously wrong not sure why though!
$F_{k+1}\ge x^{k-4}$ (I replaced $\alpha$ with $x$). obviously not what I wanted which is $x^{k-1}\le F_{k+1}$