Proofs with Fibonacci and Lucas numbers via induction

330 Views Asked by At

How would I go about proving the following sequence using induction on $k$?

$2F_{2n+k} = F_{n+k}L_n + F_nL_{n+k}$

I know I have to show that it's true for $k = 1$, but I can't even seem to be able to do that.