I have some trouble with an exercise in discrete mathematics:
Show for $0\leq i\leq r-1$:
$$ \sum^{\infty}_{n=1}\binom{n-1}{r-i-1}t^n=\left(\frac{t}{1-t}\right)^{r-i}=\frac{t^{r-i}(1-t)^{i-1}}{(1-t)^{r-1}}. $$
I really have some trouble to start on this on and every help is highly appreciated!
Kind regards.
Comment:
In (1) we apply the binomial series expansion.
In (2) we use the binomial identity $\binom{-p}{q}=\binom{p+q-1}{q}(-1)^q$.
In (3) we collect the terms in $t$ and use the binomial identity $\binom{p}{q}=\binom{p}{p-q}$.
In (4) we shift the index to start from $n=r-i$.
In (5) we observe $\binom{n-1}{r-i-1}=0$ for $1\leq n\leq r-i-1$ and start with $n=1$.