How can I show that, for a given integer $n$, that the following identity is true? $$\left[(-1)^n\binom{n-1}{m}-\sum_{k=m}^{n-2}(-1)^k\binom{n}{k+1}\binom{k}{m}\right]=-(-1)^m$$
This came up in a derivation of arbitrary derivatives of the Black-Scholes function. It is part of a larger equation for the $n^{th}$ order derivative $$\sum_{m=0}^{n-2}\frac{H_m(d)}{(\sigma\sqrt{\tau})^m}\left[(-1)^n\binom{n-1}{m}-\sum_{k=m}^{n-2}(-1)^k\binom{n}{k+1}\binom{k}{m}\right]$$ which, in order to make contact with a known result (Carr, Peter. (2000). Deriving Derivatives of Derivative Securities. Journal of Computational Finance. 4. 101 - 128. https://ieeexplore.ieee.org/document/844609) this identity must hold. I've also checked that it's true in sagemath.