How to prove the following? Should I use induction or something else?
Let $n$ and $r$ be positive integers with $n \ge r$. Prove that $$\binom{r}{r} + \binom{r+1}{r} + \cdots + \binom{n}{r} = \binom{n+1}{r+1}.$$
Attempted start:
Basis step: ${\binom{1}{1}} = {\binom{2}{2}}$ true.
Where do I go from here?
Here is a combinatorial proof. Consider the problem of choosing $r+1$ numbers from $1,2,\ldots,n+1$, where repetition is not allowed and order is not important.
See if you can fill in the details.