Prove by Mathematical Induction that: $$a^2_{n+1} - a_{n}a_{n+2} = (-1)^n$$
Here the terms are from the Fibonacci Sequence.
Prove by Mathematical Induction that: $$a^2_{n+1} - a_{n}a_{n+2} = (-1)^n$$
Here the terms are from the Fibonacci Sequence.
A hint: let $a:=F_n,\,b:=F_{n+1}$ so$$\color{blue}{F_{n+2}^2-F_{n+1}F_{n+3}}+\color{red}{F_{n+1}^2-F_nF_{n+2}}=(a+b)^2-b(a+2b)+b^2-a(a+b).$$Simplify this.