I'm trying to prove the following identity:
$$\binom{n} {0} F_0+\binom{n}{1} F_1+\binom{n}{2} F_2+\cdots +\binom{n}{n} F_n=F_{2n}$$
I need to prove it using induction (not a counting argument), I know simultaneous induction has to be used but other than that I'm totally lost.
The case for $F_0$ is trivial. For the inductive step, based on the assumption that: $\displaystyle \sum_{r=0}^{k} \binom{k}{r} F_r = F_{2k}$, we get the following (using Pascal's Rule, Binet's formula and the Binomial Theorem): $$ \sum_{r=0}^{k+1} \binom{k+1}{r} F_r = \sum_{r=1}^{k} \left(\binom{k}{r}+ \binom{k}{r-1}\right) F_r + F_0 + F_{k+1} = \sum_{r=0}^{k} \binom{k}{r} F_r + \sum_{r=1}^{k} \binom{k}{r-1}F_r + F_{k+1}=F_{2k}+\sum_{r=0}^{k} \binom{k}{r} F_{r+1} = F_{2k}+\sum_{r=0}^{k} \binom{k}{r} \left(\frac{\varphi^{r+1}-\psi^{r+1}}{\sqrt{5}}\right) = F_{2k}+\frac1{\sqrt{5}}\sum_{r=0}^{k} \binom{k}{r} (\varphi^{r+1}-\psi^{r+1}) =F_{2k}+\frac1{\sqrt{5}}\left(\varphi\sum_{r=0}^{k} \binom{k}{r} \varphi^{r}-\psi\sum_{r=0}^{k} \binom{k}{r}\psi^{r}\right) =F_{2k}+\frac1{\sqrt{5}}\left(\varphi(1+\varphi)^k-\psi(1+\psi)^k\right)=F_{2k}+\frac1{\sqrt{5}}\left(\varphi(\varphi^2)^k-\psi(\psi^2)^k\right)=F_{2k}+F_{2k+1}=F_{2k+2} $$ (NB: $\displaystyle\varphi = \frac{1+\sqrt{5}}{2}, \psi = \frac{1-\sqrt{5}}{2}$)