Question:
Prove that ${F_{n+1}}$ = $\sum_{k=0}^{n} \binom{n-k}{k}$ where ${F_{n}}$ is n-th Fibonacci number.
My idea:
I guess I could use induction so ${F_{n}}\to{F_{n+1}}$ where we see that for $n=0$ and $n=1$ it is true so that would be our base. Then - ${F_{n+1}}= \sum_{k=0}^{n+1} \binom{n-k+1}{k}$ but I have no idea what to do with it, does anyone have any idea? Maybe use some binomial or Fibonacci properties?