Question is : Set $f(x)$ to be a polynomial of degree $m$. Denote $f[x_0,x_1,…,x_n]$ as the Newton Divided Difference. Given that $f[x_0,x_1,…,x_n,x]$ is a polynomial of degree $m-(n+1)$. Use this result to show that $f[x_0,x_1,…,x_n,x]=0$ for any $x_0,x_1...,x_n$, if $\deg(f)≤n$.
My thought: $\deg(f)≤n$ implies $\deg(f[x_0,x_1,…,x_n,x])<0$, so $f[x_0,x_1,…,x_n,x]$ is the zero polynomial. This means $f[x_1,…,x_n,x]-f[x_0,x_1,…,x_n]=0$ by the definition. Also since $f[x_0,x_1,…,x_n]$ is a constant term while $f[x_1,…,x_n,x]$ is a polynomial with x in each term, so both of them should be equal to 0. Thus $f[x_0,x_1,…,x_n]=0$ for all $x_i$, $i=0,1...,n$.
I don't know my argument is correct or not, does anyone have any idea about this question?