Here's the problem stumping me today:
Let $n \in \mathbb{N}$ and $r \in \mathbb{N}$ such that $r \leq n$, and prove using induction that $\binom{n+1}{r+1} = \sum\limits_{i=r}^n \binom{i}{r}$.
I've setup the basics of my inductive proof, but I'm struggling with the induction step.
Could anyone point me in the right direction?