Consider numbers $n \geq r \geq 1$ where $n,r \in \mathbb{Z} $, prove the following: $$\binom {r}{r} + \binom {r+1}{r}...+ \binom n r = \binom {n+1}{r+1}$$
Only thing I know is that if I choose to use induction using n choosing the base case n = r = 1 is not the way to go.
I also tried to rewrite it into the following
$$1 + \sum_{i=r+1}^n \binom i r = \binom {n+1}{r+1}$$ but that didn't really help me all that much.
Note that $$ \binom{n}{r} + \binom{n}{r+1} = \binom{n+1}{r+1} $$ Therefore repeatedly applying this in reverse, $$ \begin{split} \binom{n+1}{r+1} &= \binom{n}{r} + \binom{n}{r+1} \\ &= \binom{n}{r} + \binom{n-1}{r} + \binom{n-1}{r+1} \\ &= \binom{n}{r} + \binom{n-1}{r} + \binom{n-2}{r} + \binom{n-2}{r+1} \end{split} $$ can you finish this?