I have to show that the numerical differentation formula $$ f^\left(IV\right) (x) = \frac{1}{h^4} \left(f(x-2h)-4f(x-h)+6f(x)-4f(x+h)+f(x+2h)\right) + R_h(f) $$
converges.
How do I do that? Do I have to show something related to the truncation error $R_h(f) $ ?