I'm working on a problem that asks us to prove for any n $\geq$ 1, $F_n$ the Fibonacci number satisfy $F_{n+1}^2 - F_{n-1}^2 = F_{2n}$.
I learned Fibonacci identity $F_{2n} = F_{1}+F_{3}+F_{5}+...+F_{2n-1}$ by combinatorial-proofs but I don't know how to deal with the LHS.
Any help would be appreciated.