How to prove that $$\sum_{k=0}^m(-1)^k\binom{m}{k}\binom{n-k}{r}=\binom{n-m}{r-m} \qquad (n\ge r\ge m\ge 0)$$ by using inclusion-exclusion principle?
With inclusion–exclusion principle, it's not hard to prove that $$ \sum_{k=0}^m(-1)^k\binom{m}{k}\binom{n+m-k-1}{n}=\binom{n-1}{m-1} $$ by counting multiset combinations, however this trick does not work in the new problem.
Any ideas for the solution?