I'm wondering if the following is correct. The original question(1.1.21, Fa96) asks to prove that \begin{align*} f''(x) = \lim_{h\rightarrow0}\dfrac{f(x+h) - 2 f(x) +f(x-h) }{h^2} \end{align*}
I thought it was straightforward and proposed the following solution:
\begin{align} f'(x) &= \lim_{h\rightarrow0}\dfrac{f(x+h) - f(x)}{h} \\ f'(x-h)&= \lim_{h\rightarrow0}\dfrac{f(x) - f(x-h)}{h}\\ f''(x) &=\lim_{h\rightarrow0} \dfrac{f'(x) - f'(x-h)}{h} \\ \end{align}
Substitute $f'(x)$ and $f'(x-h)$ and we'll end up with our desired identity. This solution is different from the one proposed in the book so I want to make sure it is correct.
$$ f(x+h) = f(x) + hf'(x) + \frac{h^{2}}{2} f''(x) + \mathop{o} \limits_{h \to 0}\big( h^{2} \big) $$
– pitchounet Jul 27 '14 at 09:49