Let $F_n$ be the Fibonacci Sequence ($F_1=F_2=1, F_{n+2}=F_{n+1}+F_{n}$). Prove that $F_{2n}^2=F_{2n+2}F_{2n-2}+1$.
I've tried everything from induction to telescoping series but I haven't got close. They seem to make the identity even more messy. The main problem is with the squared term and the 1 at the end. Does Pell's Equation or continued fractions have anything to do with this?
hint: First prove the following: $\forall n \geq 1: F_{n+1}\cdot F_{n-1}-F_n^2=(-1)^n$, then use it to prove: $\forall n \geq 1: F_{n+2}\cdot F_{n-2}-F_n^2 = (-1)^{n+1}$, then replace $n$ with $2n$ to get the sought identity.