I'm unsure of how to continue in my proof. How can I prove the follow through induction:
$\sum\limits_{k=66}^n {k-1 \choose 65} = {n \choose 66}$ where $n \geq k \geq 66$
Basis:Let $n=66$. $$\sum\limits_{k=66}^{66} {66-1 \choose 65} = {66 \choose 66}$$ $$1 = 1$$ The basis holds.
Induction Hypothesis: Suppose $n=m$ holds for all $m\geq 66$
Induction Step: Consider $m+1$. $$\sum\limits_{k=66}^{m+1} {k-1 \choose 65} = {m+1 \choose 66}$$