Let $f$ differentiable at $x_0$. Show that the following limit exists
$$ \lim_{h\rightarrow0} \frac{f(x_0+h)-f(x_0-h)}{h}$$
If $f$ is differetiable at $x_0$ then it's one-sided derivative exists and equal. Hence,
$$ \lim_{h\rightarrow0^+} \frac{f(x_0 +h)-f(x_0)}{h} = \lim_{h\rightarrow0^-} \frac{f(x_0 +h)-f(x_0)}{h} $$
Now, technically if I do a simple arithmetic I can get the answer (move the right limit and "join" them). Moreover, the limit exists and equals $0$.
But, I cannot just join them because they're not the same.
What should I do?