I was doing some revision questions on the polynomial interpolation error theorem, $$f(x)-p_n(x) = \frac{f^{n+1}\pi_{n+1}(x)}{(n+1)!}$$ After doing out the proof of this theorem, I'm asked if you can use this theorem to conclude that $p_n(x)$ tends to $f(x)$ as $n$ goes to $\infty$?
My initial thoughts are that it can be used as $(n+1)!$ will go to infinity meaning $\frac{f^{n+1}\pi_{n+1}(x)}{(n+1)!}$ will go to zero but I'm not sure I'm right. Anyone able to tell me if I'm wrong?