Let $f:[a,b]\rightarrow\mathbb{R}$ be continuous on $[a,b]$ and differentiable on $(a,b)$. Show that if $\lim_{x\rightarrow a}f'(x)=A$, then $f'(a)$ exists and equals $A$. Use the definition of $f'(a)$ and the Mean Value Theorem.
Definition of a derivative:
Let $I\subset\mathbb{R},f:I\rightarrow\mathbb{R}$, and $c\in I$. We say $L$ is the derivative of $f$ at $c$ if $\forall\varepsilon>0,\exists\delta>0$ such that if $x\in I$ and $0<|x-c|<\delta$, then $|\frac{f(x)-f(x)}{x-c}-L|<\varepsilon$. We say $f$ is differentiable at $c$ and denote it as $f'(c)=L$. We can say $f'(c)=\lim_{x\rightarrow c} \frac{f(x)-f(x)}{x-c} = L$
Mean Value Theorem:
Suppose $f$ is continuous on a closed intervale $I:=[a,b]$ and that $f$ has a derivative in the open interval $(a,b)$. Then there exists at least one point $c\in(a,b)$ such that $f(b)-f(a)=f'(c)(b-a)$
Quite honestly I do not see how I could make these two things work together. Also, if we simply replace $f'(x)$ with its limit definition we would have a limit inside of a limit, and I am not sure how to deal with that either.
Any help in pointing me in the right direction would be greatly appreciated.