Prove that $f[x_0,x_0,x_1]=f'[x_0,x_1]$ for divided difference
Attempt
RHS \begin{align*} f'[x_0,x_1]&=\lim_{\epsilon\rightarrow 0}\frac{f[x_0+\epsilon,z_1]-f[x_0,x_1]}{\epsilon} \end{align*}
LHS \begin{align*} f[x_0,x_0,x_1]&=\lim_{\epsilon\rightarrow 0}f[x_0,x_0+\epsilon,x_1]\\ &=\lim_{\epsilon\rightarrow 0}\frac{f[x_0,x_0+\epsilon]-f[x_0+\epsilon,x_1]}{x_0-x_1}\\ &=\frac{\frac{f(x_0+\epsilon)-f(x_0)}{\epsilon}-\frac{f(x_0+\epsilon)-f(x_1)}{x_0+\epsilon-x_1}}{x_0-x_1} \end{align*}
How to show that they are equal?