14

I have a question with regards to combinatorics. I am supposed to show the following combinatorial identity: $\sum\limits_{r=0}^n\binom{n}{r}\binom{m+r}{n}=\sum\limits_{r=0}^n\binom{n}{r}\binom{m}{r}2^r$.

The algebraic way is to consider the coefficient of $t^m$ in the expansion of $(1+t)^n(1-t)^{-(n+1)}$. For $r\in\{0,1,\cdots,n\}$, we have the coefficient of $t^{n-r}$ in the expansion of $(1+t)^n$ to be equal to $\binom{n}{r}$, and the coefficient of $t^{m+r-n}$ in the expansion of $(1-t)^{-(n+1)}$ to be equal to $\binom{m+r}{n}$. By the addition and multiplication principles this will show that the coefficient of $t^m$ in the expansion of $(1+t)^n(1-t)^{-(n+1)}$ will be equal to $\sum\limits_{r=0}^n\binom{n}{r}\binom{m+r}{n}$.

On the other hand, we note that $(1+t)^n(1-t)^{-(n+1)}=(1+\frac{2t}{1-t})^n(1-t)^{-1}=\sum\limits_{r=0}^n\binom{n}{r}2^rt^r(1-t)^{-(r+1)}$. As the coefficient of $t^{m-r}$ is equal to $\binom{m}{r}$, this implies that the coefficient of $t^m$ in the expansion of $(1+t)^n(1-t)^{-(n+1)}$ is equal to $\sum\limits_{r=0}^n\binom{n}{r}\binom{m}{r}2^r$.

What I am thinking of, is to think of a way to prove this identity without the use of the generalized binomial series. I was trying to think of a combinatorial method to solve this problem. In particular, I was trying to prove the combinatorial identity as follows:

Firstly, let us be given a class of $n$ boys and a class of $m$ girls, where $n\leq m$. Choose a team $A$ of $r$ boys, and choose a team $B$ of $r$ girls, and finally choose any subset (may be empty) of boys from $A$ to clean the classroom, where $r\in\{0,1,\cdots,n\}$. For each value of $r$, we see that there are $\binom{n}{r}$ choices for $A$, $\binom{m}{r}$ choices for $B$, and subsequently there are $2^r$ ways to choose a subset from $A$. In this way we get the number of ways to do so to be equal to the expression on the RHS of the identity.

What I am struggling though, is to be able to count the number of desired ways in a way that will give me the expression on the LHS of the identity. I tried firstly to choose the boys to clean the classroom before choosing the sets $A$ and $B$, but I wound up with some messy expression that does not seem close to matching the expression on the LHS.

I would like to know if there is another way of looking at this method (or I could have been missing out on something), or if there is any other combinatorial method (or any other algebraic method that does not involve the use of generalized binomial series) that one could think of to show the desired identity.

yoshi
  • 1,061
  • I tried it with Maple. Maple explicitly calculates both sums in terms of hypergeometric functions and JacobiP, but has difficulties with the comparison of the ones. – user64494 Aug 07 '13 at 13:25

3 Answers3

7

An approach using common binomial identities: $$ \begin{align} \sum_{r=0}^n\binom{n}{r}\binom{m+r}{n} &=\sum_{r=0}^n\binom{n}{r}\sum_{k=0}^n\binom{m}{k}\binom{r}{n-k}\tag{1}\\ &=\sum_{k=0}^n\binom{m}{k}\sum_{r=0}^n\binom{n}{r}\binom{r}{n-k}\tag{2}\\ &=\sum_{k=0}^n\binom{m}{k}\sum_{r=0}^n\binom{n}{n-k}\binom{k}{r-n+k}\tag{3}\\ &=\sum_{k=0}^n\binom{m}{k}\binom{n}{k}2^k\tag{4} \end{align} $$ Explanation:
$(1)$: $\sum\limits_{k=0}^n\binom{m}{k}\binom{r}{n-k}=\binom{m+r}{n}$
$(2)$: change order of summation
$(3)$: $\binom{n}{m}\binom{m}{k}=\binom{n}{k}\binom{n-k}{m-k}$
$(4)$: $\sum\limits_{k=0}^n\binom{n}{k}=2^n$

robjohn
  • 345,667
4

In fact both numbers are equal to $D_{m,n}$, which is the so-called Delannoy number of an $(m \times n)$-lattice. It is defined to be the number of paths from $(0,0)$ to $(m,n)$ using the steps $(0,1), (1,0)$ and $(1,1)$.

LHS: Classify the paths by the number of $(1,1)$-steps. If there are $r$ diagonal steps, then we need $m+n-r$ steps in total (of which $r$ are diagonal steps) and we have $m+n-2r$ non-diagonal steps (of which $n-r$ are $(0,1)$-steps). That should give you a clue how to go about showing that $LHS=D_{m,n}$.

RHS: Hopefully there is some clever way of counting the number of paths in a different way, showing that $RHS=D_{m,n}$.

Alternatively, maybe one (algebraic) approach could be to show that both expressions satisfy the recurrence relation $$D_{m,n}=D_{m,n-1}+D_{m-1,n}+D_{m-1,n-1}$$

with intial condition $D_{0,0}=1$.

(This follows trivially from the definition of $D_{m,n}$. Just condition on the type of the last step.)

ET3
  • 443
  • I should have searched before I wrote this. At least I had the right idea in mind even though I couldn't quite make it work myself. See joriki's answer here: http://math.stackexchange.com/questions/129719/combinatorial-interpretation-of-delannoy-numbers-formula – ET3 Aug 07 '13 at 13:58
2

LHS

There are $n$ students and $m$ teachers. Every teacher is a member of the school committee. Some students, say $r$, are appointed as committee members. Out of all committee members, $n$ are going to a conference next year. The number of all possibilities is given by the LHS:

$$ \sum_{r=0}^{n}\binom{n}{r}\binom{m+r}{n} $$

RHS

Alternatively, we can select $n-r$ students and $r$ teachers to go to the conference. If a student goes to the conference, the student is automatically appointed as committee member. The remaining $r$ students may or may not be member of the committee. The number of all possibilities is given by the RHS:

$$ \sum_{r=0}^{n}\binom{n}{n-r}\binom{m}{r}2^{r} $$

Conclusion

Since both LHS and RHS count the number of possibilities of the same event, they must be equal:

$$ \sum_{r=0}^{n}\binom{n}{r}\binom{m+r}{n} = \sum_{r=0}^{n}\binom{n}{n-r}\binom{m}{r}2^{r} $$

acat3
  • 11,897