Let $f:\mathbb R\rightarrow\mathbb R$ be a differentiable function and let $f':\mathbb R\rightarrow\mathbb R$ be the derivative of f.Prove that if $\lim_{x\rightarrow a}f'(x)$ exists and is finite for all $a \in \mathbb R$,then $f'$ is continous.
May I ask for a formal $\epsilon-\delta$ proof?
Thanks in advance!
A proof without $\epsilon-\delta$ (might not be acceptable for you).
Suppose $\lim_{x\rightarrow a}f'(x)=L$
By the Mean Value Theorem there exists $c_x\in(a,x)$ if $x>a$ or $c_x\in(x,a)$ if $x<a$ such that
$f(x)-f(a)=f'(c_x)(x-a)$
Moreover $x\rightarrow a$ implies $c_x\rightarrow a$ (by squeeze theorem). So we have:
$f'(a)=\lim_{x\rightarrow a}\frac{f(x)-f(a)}{x-a}=\lim_{x\rightarrow a}f'(c_x)=L$
So $f'$ is continuous at $a$.