I am trying to prove the equation below with P.I.E :
$$\sum_{i=0}^{n}(-1)^n\binom{n}{i}\binom{m+n-i}{k-i} = \binom{m}{k}$$
First RHS is quite simple, i.e., choosing k among m, and then move to LHS, this part is little confusing to me.
It represents the task of applying P.I.E. through the part $\binom{n}{i}\binom{m+n-i}{k-i}$, however, with analogy to the latter part of P.I.E,
$$\sum_{1\le i_1\lt i_2\cdot\cdot\cdot\lt i_k \le n } \mid A_{i_1}\cap\cdot\cdot\cdot \cap A_{i_k} \mid$$
I can't understand how I can link this part to the given product of binoms.
any guidance to the direction?