Question: I want to prove that $F_{kn}$ is a multiple of $F_n$.
Approach: I have to deduce this result from the following results:
$$F_{n+k} = F_{k}F_{n+1} + F_{k-1}F_{n}$$
I have shown the result by induction on $k$. I want to know if it's possible to prove it via induction on $n$ instead. I have tried but get into a mess. Is there anything I need to be careful about when choosing which variable to carry out the induction on?
Thanks.
In fact your formula can be written: $$F_{n+k+1} = F_{k+1}F_{n+1} + F_{k}F_{n}$$
and this is symmetric on $k$ and $n$ so the same argument works also, (you can only change $k$ on $n$ and $n$ on $k$ and your first proof becomes an induction on $n$)