Let $x_0<x_1<\cdots<x_n$, and let $f$ be continuously differentiable. Show that $$\dfrac{\partial}{\partial x_i} f[x_0,x_1,\dots,x_n]=f[x_0,x_1,\dots,x_i,x_i,x_{i+1},\dots,x_n].$$
At first, I thought this question can be done by induction on $n$ but after attempting it, I got something weird.
Next, I tried using $$f[x_0,,x_1,\dots,x_n]=\sum_{i=0}^n f(x_i) \prod_{\substack{j=0 \\ j\neq i}}^n (x_i-x_j)^{-1}$$ But when you take the derivative of this equation. I will obtain a double sum because of the product rule.
Can someone help me get started on this question?