Sum of binomial product $\displaystyle \sum^{n}_{r=0}\binom{p}{r}\binom{q}{r}\binom{n+r}{p+q}$
Simplifying $\displaystyle \frac{p!}{r!\cdot (p-r)!} \cdot \frac{q!}{r!\cdot (q-r)!}\cdot \frac{(n+r)!}{(p+q)! \cdot (n+r-p-q)!}$.
Could some help me with this, thanks
It is convenient to use the coefficient of operator $[t^r]$ to denote the coefficient of $t^r$ in a series. This way we can write e.g. \begin{align*} \binom{p}{r}=[t^r](1+t)^p \end{align*}
The following is valid \begin{align*} \color{blue}{\sum_{r=0}^n\binom{p}{r}\binom{q}{r}\binom{n+r}{p+q}=\binom{n}{p}\binom{n}{q}} \end{align*}
Comment:
In (1) we apply the coefficient of operator for each binomial coefficient.
In (2) we use the linearity of the coefficient of operator and apply the rule $[t^{p}]t^qA(t)=[t^{p-q}]A(t)$.
In (3) we apply the substitution rule of the coefficient of operator with $t:=v(1+w)$ \begin{align*} A(z)=\sum_{r=0}^\infty a_rz^r=\sum_{r=0}^\infty z^r[t^r]A(t) \end{align*}
In (4) we factor out $(1+v)^p$.
In (5) we apply the binomial summation formula twice. Since we want to select the coefficient of $w^{p+q}$ we can restrict the upper limit of the left sum with $k=p+q$.
In (6) we select the coefficient of $w^{p+q-k}$.
In (7) we do some simplifications and can restrict the lower limit of the sum with $k=p$.
In (8) we apply the cross product $\binom{n}{k}\binom{k}{j}=\binom{n}{j}\binom{n-j}{k-j}$.
In (9) we shift the summation index and start from $k=0$.
In (10) we apply the Chu-Vandermonde identity.