I've found many ways of proving $\binom{n}{r} = \binom{n-1}{r} +\binom{n-1}{r-1}$ However I can't find any for proving that:
$$\binom{n+1}{r} = \binom{n}{r} +\binom{n}{r-1}\;\text{ for }1 ≤ r ≤ n.$$
When I expand the equation it comes out to this:
$$\frac{(n+1)!}{(n-r+1)!r!}= \frac{n!}{(n-r)!r!}+\frac{n!}{(n-(r-1))!(r-1)!}$$
I'm not sure where to go from here. Can anyone help?
$$C(n, r) + C(n, r − 1)=\frac{n!}{(n-r)!r!}+\frac{n!}{(n-r+1)!(r-1)!}=\frac{n!(n-r+1)+n!r}{(n-r+1)!r!}=\frac{(n+1)!}{(n-r+1)!r!}=C(n + 1, r) $$