I'm stuck on what was an easy exercise at first sight. It's exercise 18, PSet 15.3, Kreyszig "Advanced Engineering Mathematics" 10th ed. It asks to prove that given $(1+z)^p(1+z)^q=(1+z)^{p+q}$ then $\sum\limits_{n=0}^r\binom{p}{n}\binom{q}{r-n}=\binom{p+q}{r}$.
Taking for granted that $(1+z)^p=\sum\limits_{k=0}^p\binom{p}{k} z^k$ and from
$$\sum\limits_{n=0}^p\binom{p}{n} z^n \sum\limits_{m=0}^q\binom{q}{m} z^m=\sum\limits_{r=0}^{p+q}\binom{p+q}{r} z^r$$
I should be able to manipulate the indices to get $\sum\limits_{r=0}^{p+q}\sum\limits_{n=0}^{r}\binom{p}{n} \binom{q}{r-n}z^r$ but I can't. My attempt was noticing that there is a constraint for which $n+m=r$ and $m,n>0$:
$$ \sum\limits_{n=0}^p\binom{p}{n} z^n \sum\limits_{m=0}^q\binom{q}{m} z^m=\sum\limits_{n=0}^p\sum\limits_{m=0}^q\binom{p}{n}\binom{q}{m} z^{n+m}=\sum\limits_{n=0}^p\sum\limits_{r=n}^{q+n}\binom{p}{n}\binom{q}{r-n} z^r=\\ =\sum\limits_{r=n}^{q+n}\sum\limits_{n=0}^p\binom{p}{n}\binom{q}{r-n} z^r$$
This is the closest I can get to $\sum\limits_{r=0}^{p+q}\sum\limits_{n=0}^{r}\binom{p}{n} \binom{q}{r-n}z^r$. Can anyone help me?
Thanks, Luca
But note the representation \begin{align*} \sum_{r=n}^{q+n}\sum_{n=0}^p\binom{p}{n}\binom{q}{r-n}z^r \end{align*} is not valid, since the index $r$ in the outer sum starts with $r=n$, but $n$ is not defined. The scope of the inner index $n$ does not extend to the outer sum.
Comment:
In (2) we set the upper limit of the sums to $p+q$ by noting that $\binom{n}{k}=0$ if $n,k\in\mathbb{N}$ and $k>n$.
In (3) we just use another presentation of the index range to better see the situation.
In (4) we exchange the sums by respecting the range of the indices indicated in (3).