Given $$\sum\limits_{i=0}^n(-1)^i \binom{n}{i}\binom{m-ik+n-1}{n-1}$$ (which can be interpreted as the number of solution sets to the equation $x_1+x_2+\cdots+x_n=m$ where $0≤x_i<k$), prove that $$\sum\limits_{i=0}^n(-1)^i\binom{n}{i}\binom{kn-ki}{n-1}=0$$ for all $k,m,n\in \mathbb{N}.$$
Does anyone have any hints on how to do this question? Am I still supposed to/can I even use a combinatorial interpretation? I can see where they got $$\sum\limits_{i=0}^n(-1)^i \binom{n}{i}\binom{m-ik+n-1}{n-1}$$, which is pretty much defining sets for $x_i≥k,$ (i.e., splitting all of the solution sets into two types based on ones with at least one $i$ having greater than $k$, then using the Principle of Inclusion-Exclusion to take the complement (like done here for a specific case in Example 2.1.4. I also tried to plug in numbers to turn this into a specific case, and interpret it in a combinatorial context (i.e., counting the number of ways to distribute $m=8$ balls into $n=3$ bins where each bin can only hold a max of $k<2$ balls. However, I can't see any way to get to the conclusion stated, and am truly stuck. I notice that the expression looks like the identity $$\sum\limits_{i=0}^n\binom ni(-1)^i$$ from the binomial theorem, but couldn't find a way to use it (don't even know if this can be used).
Suppose you have a collection of distinct balls, there being $k$ different colors of balls available, and there being $n$ balls of each of the colors, within each color they are labeled with numbers $1,2,3,\dots,n$
In how many ways can you select $n-1$ balls such that at least one number is absent?
What if we were to do this by inclusion-exclusion however over the events "Number1 is absent", "Number2 is absent", ...
$~$