Suppose $f(x)=x^n+a_1x^{n-1}+a_2x^{n-2}+...+a_{n-1}x+a_n$. Then $\Delta^nf(x)=n!h^n$ and $\Delta^{n+r}f(x)=0,$ for $r=1,2,3,4,5... \infty$.(Where we have equally spaced points $x,x+h,...,x+nh$ with corresponding values $f(x),f(x+h),...f(x+nh)$. Forward difference operator is defined as $\Delta f(x)=f(x+h)-f(x)$)
My attempt:- When $f(x)=x,f(x)=x^2+a_1x+a_2$ , I could prove, How do I prove generally? Is the argument true?
$\Delta f(x)=f(x+h)-f(x)=(x+h)^n+a_1(x+h)^{n-1}+a_2(x+h)^{n-2}+...+a_{n-1}(x+h)+a_n-(x^n+a_1x^{n-1}+a_2x^{n-2}+...+a_{n-1}x+a_n).$ By binomial expansion, we get a polynomial of degree $n-1$. Following the step n times, we landed upon $\Delta^nf(x)=$constant. But I am not able to prove it is $\Delta^nf(x)=n!h^n$.