Can somebody help me with following: Let $f(x)=x^5-x+1$ and let $x$ be the limit of the Newton series $x_n=x_{n-1}-\frac{f(x_{n-1})}{f'(x_{n-1})}$. How do I prove that $x$ is a root of $f$, i.e. $f(x)=0$.
I have tried to proove that $|f(x_N)|<\frac{1}{n}$ for some $N$ big enough, by using the triangle inequality, but without succes.