If $f(x)$ is a real function such that $f'(x) → 3$ as $x → 0$, does that mean $f'(0)$ exists? I ask this because of problem 9 on page 115 of Rudin's Principles of Mathematical Analysis. The actual question is slightly different:
Let $f$ be a continuous real function on $ℝ^1$, of which it is known that $f'(x)$ exists for all $x ≠ 0$ and that $f'(x) → 3$ as $x → 0$. Does it follow that $f'(0)$ exists?
I believe it does exist because the left and right limits are equal and the function itself is continuous and defined (is there more that must be met than this?). But if continuity is not known, then I think this conclusion is invalid. Would the following counterexample be valid if continuity is not assumed?
Let $f(x) = 3x - 5$, for $x < 0$ and $f(x) = 3x + 5$, for $x ≥ 0$. Then clearly $f'(x) → 3$ as $x → 0$, but $f'(0)$ does not exist because of the jump discontinuity on $f(x)$ at $x=0$.