I have been trying to prove the following Fibonacci Identity using induction:
$F_{2n+2} = 2F_nF_{n+1}+F_{n+1}^2$
To assist with this proof I have been told that:
$F_{2n+1}=F_n^2+F_{n+1}^2$
I can do the Base Case and Inductive Hypothesis myself, but need help with the actual proof.
If possible the proof would not involve a Fibonacci Matrix or Binet's Formula.
If you prove for first that $F_{2n}=F_n L_n$, your claim boils down to showing that $$ L_{n+1} = 2F_n+F_{n+1} $$ holds, and that is very simple (always by induction).