Of the identity ${n \choose k} = {\sum\limits_{m=k-1}^{n-1} {m \choose k-1}}$, a proof by induction over $d=n-k$ should be possible. I can only see how $${n+1 \choose k} = {n \choose k} + {n \choose k-1}$$ (by Pascal's identity)
$$ ={\sum_{m=k-1}^{n-1} {m \choose k-1}} + {n \choose k-1}$$ (by induction hypothesis) $$={\sum_{m=k-1}^{n} {m \choose k-1}}$$ leads to the result. Can someone point me into the right direction for an induction over $d=n-k$?
Since $d=n-k$, you can rewrite it as
$$\binom{d+k}k=\sum_{m=k-1}^{d+k-1}\binom{m}{k-1}\;;$$
let $\ell=m-(k-1)$, and this can in turn be rewritten
$$\binom{d+k}k=\sum_{\ell=0}^d\binom{\ell+k-1}{k-1}\;,$$
and you want to prove this by induction on $d$. Just use the same approach that you took for your induction on $n$.