I need to find a combinatorial proof of this identity
$$\sum_{k=0}^{n}(-1)^{k}\binom{n}{k}\binom{2n-2k}{n-1}=0.$$
I think inclusion exclusion is the best method here. But I"m having a really hard time coming up with a set to count. Permutations don't work here.
A hint would be really nice. Thanks.
You have $n$ different pairs of shoes. How many ways are there to choose $n-1$ shoes so that you get at least one shoe from each pair? Obviously the answer is $0$, but you can also use inclusion-exclusion to count it the hard way as follows.
There are $\binom{2n}{n-1}$ ways to choose $n-1$ shoes. From this we want to exclude the ways that don’t include a shoe from the first pair; clearly there are $\binom{2n-2}{n-1}$ of those. We want to do the same for each of the $n$ pairs, so we should subtract $n\binom{2n-2}{n-1}$. But now each $(n-1)$-set that contains no shoe from either of the first two pairs has been counted once in $\binom{2n}{n-1}$ and subtracted twice in $n\binom{2n-2}{n-1}$ and should therefore be added back in. There are $\binom{2n-4}{n-1}$ such $(n-1)$-sets, and the same is true for each pair of the $\binom{n}2$ pairs of pairs, so we should add $\binom{n}2\binom{2n-4}{n-1}$.
Continuing in this fashion, we see that there are
$$\sum_{k=0}^n(-1)^k\binom{n}k\binom{2n-2k}{n-1}$$
sets of $n-1$ shoes that meet the requirements, so
$$\sum_{k=0}^n(-1)^k\binom{n}k\binom{2n-2k}{n-1}=0\;.$$