In my textbook, a clear proof that the Geometric Distribution is a distribution function is given, namely
$$\sum_{n=1}^{\infty} \Pr(X=n)=p\sum_{n=1}^{\infty} (1-p)^{n-1} = \frac{p}{1-(1-p))}=1.$$
Then the textbook introduces the Negative Binomial Distribution; it gives a fairly clear explanation for why the PMF of a Negative Binomial random variable $N$ with parameter $r$ is
$$p\binom{n-1}{r-1}p^{r-1}(1-p)^{n-r} = \binom{n-1}{r-1}p^{r}(1-p)^{n-r} $$
But to show
$$\sum_{n=r}^{\infty} \Pr(N=n)=\sum_{n=r}^{\infty}\binom{n-1}{r-1}p^{r}(1-p)^{n-r}=1$$
the textbook gives (in my opinion) a wordy and informal argument that is nowhere near as clear.
What is a straightforward algebraic way to prove the above statement; that the Negative Binomial is a distribution function? I also looked at a different probability textbook, plus wolfram.com's definition before asking.