3

Prove that if $f:\mathbb R\to\mathbb R$ is continuous at $a$ and differentiable at all $x\neq a$ in a neighborhood of $a$, and $\lim_{x\to a}f'(x)=L$, then $f$ is differentiable at $a$ and $f'(a)=L$.

It seems so obvious, yet I can't find the way to formulate a solution. Would appreciate any help.

joriki
  • 238,052
Harold
  • 711
  • 1
    This statement could be worded better - "so" is not the appropriate conjunction here. And there is no such thing as "the" neighborhood of $a$, there are infinitely many and no single neighborhood is special. By "is determinable" do you mean "exists?" Would you write the statement to be proved as an unambiguous "if these assumptions hold, then this is true"-type sentence? – Gyu Eun Lee Jan 18 '13 at 05:36
  • @proximal Sorry, I translated the problem from another language. – Harold Jan 18 '13 at 05:37
  • I tried to clarify the question; please check whether it now expresses what you intended. – joriki Jan 18 '13 at 07:53
  • Yes! Thanks you! – Harold Jan 18 '13 at 08:09
  • Here is nearly the same question. – David Mitra Jan 18 '13 at 12:16
  • I saw your response by chance. If you want people to be notified of your responses, you need to ping them using @username (unless it's under their own post, where notification is automatic). – joriki Jan 19 '13 at 10:48

1 Answers1

3

Apply the Mean Value theorem with endpoints $x$ and $a$ and then let $x\rightarrow a$. This will give you exactly what you want.

goonfiend
  • 2,759
  • Could you be more detailed? How can I apply the MVT on the derivative? – Harold Jan 18 '13 at 09:51
  • 1
    As f is differentiable on the open interval with endpoints $x$ and $a$ and continuous on the corresponding closed interval (for $x$ sufficiently close to $a$), the MVT applies and we have:

    $$\frac{f(x)-f(a)}{x-a}=f'(c)$$

    for some $c$ (depending on $x$) between $a$ and $x$.

    Now as $x\rightarrow a$ we have $c\rightarrow a$, and so:

    $$\frac{f(x)-f(a)}{x-a}=f'(c)\rightarrow L $$

    as $x\rightarrow a$.

    – goonfiend Jan 18 '13 at 11:14