Show that if $m$ and $n$ are integers with $0\leq m<n$ then $$\sum_{k=m+1}^{n} (-1)^{k} \binom{n}{k}\binom{k-1}{m}= (-1)^{m+1}$$
Attempts:
$(-1)^{k}\binom{n}{k}$ is the coefficient of $x^{k}$ in the expansion of $(1-x)^{n}$
And $\binom{k-1}{m}$ is the coefficient of $x^{m}$ in the expansion of $(1+x)^{k-1}$.
Thats all what I could come up with.
Following the hint of Arthur, note that $$\frac{1}{m!}\sum_{k=1}^{n}\dbinom{n}{k}\left(-1\right)^{k}x^{k-1}=\frac{\left(1-x\right)^{n}-1}{xm!} $$ and if we differentiate the LHS $m$ times, we get $$\frac{1}{m!}\sum_{k=1}^{n}\dbinom{n}{k}\left(-1\right)^{k}\left(k-1\right)\left(k-2\right)\cdots\left(k-m\right)x^{k-m-1}=\sum_{k=m+1}^{n}\dbinom{n}{k}\left(-1\right)^{k}\frac{\left(k-1\right)!}{m!\left(k-m-1\right)!}x^{k-m-1} $$ so we have $$\sum_{k=m+1}^{n}\dbinom{n}{k}\left(-1\right)^{k}\dbinom{k-1}{m}=\frac{1}{m!}\frac{d^{m}}{dx^{m}}\left(\frac{\left(1-x\right)^{n}-1}{x}\right)_{x=1} $$ now note that $$\frac{d}{dx}\left(\frac{\left(1-x\right)^{n}}{x}-\frac{1}{x}\right)=-\frac{n\left(1-x\right)^{n-1}}{x}-\frac{\left(1-x\right)^{n}}{x^{2}}+\frac{1}{x^{2}} $$ and $$\frac{d}{dx}\left(-\frac{n\left(1-x\right)^{n-1}}{x}-\frac{\left(1-x\right)^{n}}{x^{2}}+\frac{1}{x^{2}}\right)=\frac{2\left(1-x\right)^{n}}{x^{3}}+\frac{2n\left(1-x\right)^{n-1}}{x^{2}}+\frac{n\left(n-1\right)\left(1-x\right)^{n-2}}{x}-\frac{2}{x^{3}} $$ and so on, so you can see that, since $m<n $ we have only one term that doesn't vanish at $x=1$. Hence $$\frac{1}{m!}\frac{d^{m}}{dx^{m}}\left(\frac{\left(1-x\right)^{n}-1}{x}\right)_{x=1}=\frac{1}{m!}\left(-1\right)^{m+1}m!=\left(-1\right)^{m+1} $$ so finally
as wanted.