Does this hold:
If the derivative of a function $f$ is continuous at point $c$ (i.e. $f'$ is continuous at $c$), then the function $f$ is continuous in an open interval around $c$?
My understanding is that the answer is yes, with the following arguments:
- in order for $f'$ to be continuous at $c$, the derivative needs to exist for all points in a non-empty neighborhood of $c$ (i.e. $\exists \delta >0. \forall x \in (c-\delta, c+\delta). f'(x)$ exists).
- because existence of derivative implies continuity, we can conclude that $f$ is also continuous for all points in the neighborhood of $c$ ($\forall x \in (c-\delta, c+\delta). f'(x)$ exists $ \implies \lim_{t \to x} f(t) = f(x) $).
That could be a follow up to my previous question.
Thanks!