I need to Let $f : (a, b) → R$ be differentiable on $(a, b)$. Prove that $f$ is continuous on $(a, b)$ by showing that:
$∀x_0 ∈ (a, b)$ $∀ε > 0$ $∃δ > 0$ s.t.
$(x ∈ (a, b), |x − x_0| < δ) ⇒ |f(x) − f(x_0)| < ε$
My understanding so far:
When we say a function is differentiable at $x_0$, we mean that the limit: $$f^{\prime} (x) = \lim_{x\to x_0} \frac{f(x) - f(x_0)}{x-x_0}$$ exists.
When we say a function is continuous at $x_0$, we mean that: $$\lim_{x\to x_0} f(x) - f(x_0) = 0$$
My attempted proof:
Let us suppose that $f$ is differentiable at $x_0$. Then $$ \lim_{x\to x_0} \frac{f(x) - f(x_0)}{x-x_0} = f^{\prime} (x) $$
and hence
$$ \lim_{x\to x_0} f(x) - f(x_0) = \lim_{x\to x_0} \left[ \frac{f(x) - f(x_0)}{x-x_0} \right] \cdot \lim_{x\to x_0} (x-x_0) = 0$$
My issue:
My issue may be a non issue, however for the 6 marks this question should be worth my proof seems shallow. Could someone please poke some holes in my proof, or add to it?
Thank you
Your reasoning is correct, but you might be a little relieved to use the other equivalent definition of a derivative $$f'(x) = \lim_{h\to 0} \frac{f(x+h) - f(x)}{h}$$
Use $f(x+h) - f(x) = h \cdot \frac{f(x+h) - f(x)}{h}$, then we have
$$\lim_{h \to 0} f(x+h) - f(x) = (\lim_{h \to 0} h )\cdot f'(x) = 0 \cdot f'(x) = 0 \implies \lim_{h\to0} f(x+h) = f(x)$$