Given $x_1, \ldots, x_n$ some numbers, and $0 \leq d \leq n-1$, how can I show that \begin{align*}\sum_{i=1}^n \frac{x_i^d}{\prod\limits_{\substack{j=1\\j\neq i}}^n(x_i-x_j)} = \begin{cases} 0 &\text{if } 0 \leq d < n-1\\1 &\text{if }d=n-1\end{cases}\end{align*} (or is this even true - as far as I can tell it holds for any choices of $x_1,\ldots, x_n$ distinct)
I see the case $d=0$ has been answered here. Thanks!