So the statement is:
Prove: $$F^2_{n+1} - F^2_{n-1} = F_{2n}$$
How could this be proven with induction?
What about without induction?
For induction I got here: (already tested $n=1$, and assumed $n=k$ held true)
$$F^2_{k+2} - F^2_{k} = F_{2k + 2}$$ $$(F_{k+1} + F_{k})^2 - (F_{k-1} + F_{k-2})^2 = F_{2k+1} + F_{2k}$$ Then you get some cancelation based off the $n=k$ case $$2F_{k+1}F_k + F_k^2 - 2F_{k-1}F_{k-2} - F_{k-2}^2 = F_{2k+1}$$
This is where I am stuck for the induction proof.
I have no idea where to begin with the non-induction proof.