Let $f: [a,b] \rightarrow \mathbb{R}$ continous on [a,b] and differentiable on $(a,b)$. Asume there exist some $c \in \mathbb{R}$ so $f'(x) \rightarrow c$ for $x \rightarrow a+$. Show $f$ is differentiable at the endpoint with $a$ with $f'(a)=c$
Here's what I'm thinking...
I need to prove $\frac{f(x) - f(a)}{x - a}\rightarrow c$ as $x \rightarrow a+$. My guess would be to use the mean value theorem and replacing $b$ with $x$, so there exists a $\xi$ so $f'(\xi) = \frac{f(x) - f(a)}{x - a}$ where $\xi \rightarrow a$ as $x \rightarrow a+$? (since $\xi \in (a,x)$). But is this valid?