Prove combinatorially (using inclusion-exclusion) that$ \binom nk=\sum_{j=0}^{\lfloor\frac k2\rfloor}(-1)^j\binom nj\binom{n+k-2j-1}{n-1}$ Hi, everyone. I'm at a loss here. I've been trying to figure out what is being counted here for literally 4 hours. I've learned some things in the meantime, but the minus 2j term confuses me.
I see that we are starting with the j=o set and filtering out some union of other sets. I have been looking for a way to embed subsets from the LHS into subsets count in the first term on the RHS. But no luck. Are we trimming elements from the sides of the n-1 element subsets of the n+k -1 element set that our k element subsets of an n element set are being somehow mapped into? I only ask what is being counted or a hint in that direction. I'm more than willing to complete the details of the proof. I like this stuff, but this one beats ne. Thanks in advance for any help.
It may help to write out a few terms of the sum
$$\sum_{j=0}^{\lfloor k/2\rfloor}(-1)^j\binom{n}j\binom{n+k-2j-1}{n-1}\;,$$
to get
$$\binom{n}0\binom{n+k-1}{n-1}-\binom{n}1\binom{n+k-3}{n-1}+\binom{n}2\binom{n+k-5}{n-1}-+\ldots\;.$$
The binomial coefficient $\binom{n+k-1}{n-1}$ is recognizable as the number of ways to distribute $k$ indistinguishable stones amongst $n$ distinguishable boxes. Extending that idea to the other terms, we see that $\binom{n+k-3}{n-1}$ is the number of ways to distribute $k-2$ indistinguishable stones amongst $n$ distinguishable boxes, and in general $\binom{n+k-2j-1}{n-1}$ is the number of ways to distribute $k-2j$ indistinguishable stones amongst $n$ distinguishable boxes.
If this isn’t quite enough of a push, I’ve gone further in the spoiler-protected block below.