I discovered a very interesting thing recently, and proved it by induction.
I found that the $n$th power of $\phi={1+\sqrt5 \over2}$, the Golden Ratio, is the product of $\phi$ with the $n$th Fibonacci number added to the $(n-1)$th Fibonacci number.
However, I'm not able to prove it by any other method. Can anyone help?
$\text{Theorem}:\; \phi^n=F_n\phi+F_{n-1}\qquad[F_0=0]$
$\text{Proof}:$
$\text{Trivial for }n=1.$
$\text{Let this be true for all }n\text{ till }k.$
$\text{Then,}$
$\begin{align}\phi^{k+1}&=\phi^k\phi\\&=(F_n\phi+F_{n-1})\phi\\&=F_n\phi^2+F_{n-1}\phi\\&=F_n(\phi+1)+F_{n-1}\phi\\&=F_n\phi+F_{n-1}\phi+F_n\\&=(F_n+F_{n-1})\phi+F_n\\&=F_{n+1}\phi+F_{(n+1)-1}\end{align}$
$\text{Therefore Proved by Induction Hypothesis}.$
So, is there an alternative proof? I tried taking $\phi^2=\phi+1$ and branching outwards, but got nowhere.