Let $C(n,r)$ denote the number of ways of choosing $r$ objects from $n$ objects (order does not matter). I want to prove that for any positive integers $u>m$, $$ \sum_{r=m}^u (-1)^{r-m}C(r,m)C(u,r)=0 $$
I tried to use the binomial formula to write the left-hand-side as a power of $0$, but it does not work.