I need to prove the rule below using Mathematical proof by induction but actually I'm stuck in the middle of the proving.
$$F_n^2 - F_{n-1}F_{n+1} = (-1)^{n+1} {~\rm for~} n>1$$
If someone can help that would be great.
Thank you
I need to prove the rule below using Mathematical proof by induction but actually I'm stuck in the middle of the proving.
$$F_n^2 - F_{n-1}F_{n+1} = (-1)^{n+1} {~\rm for~} n>1$$
If someone can help that would be great.
Thank you
Note that $$F_{n+1} = F_n+F_{n-1}\quad\mbox{for all }n\ge2,$$ which follows that \begin{align} F_{n+1}^2 - F_{n}F_{n+2} &=F_{n+1}(F_{n}+F_{n-1}) - F_{n}(F_{n+1}+F_{n}) \\ &=F_{n+1}F_{n-1}-F_{n}^2\\ &= -(-1)^{n+1}\\ &=(-1)^{n+2}. \end{align}