0

Let $f:\mathbb R\to\mathbb R$ be continuously differentiable at $a\in\mathbb R$ with $f(a)=0$ and $f'(a)\ne0$.

It's intuitively trivial, but how do we formally prove that $a$ is an isolated point of $\left\{x\in\mathbb R:f(x)=0\right\}$, i.e. there is a $\delta>0$ with $f(x)\ne0$ for all $x\in B_\delta(a)\setminus\left\{a\right\}$?

It might be crucial to note that, since $f'$ is continuous at $a$, there is a $\delta>0$ with $$\operatorname{sgn}f'(x)=\operatorname{sgn}f'(a)\;\;\;\text{for all }x\in B_\delta(a)\tag1.$$ By this observation it's obvious that the claim is true, but how do we show it formally?

Remark: Maybe we need to slightly strengthen the assumption and assume that $f$ is continuously differentiable in a neighborhood of $a$.

0xbadf00d
  • 13,422
  • I'd agree it's intuitively trivial if $f$ is continuously differentiable in a neighborhood of $a$. I don't see how it is currently intuitively trivial. In general, intuitively trivial things are very easy to prove; otherwise you should update your intuition... – mathworker21 May 01 '19 at 07:49
  • "for every chosen $\epsilon>0$ there is a $\delta>0$..." so you can choose some $\epsilon\in(0,|f'(a)|/2)$ that would work – Masacroso May 01 '19 at 07:50
  • anyways, answer is obvious just from $f'(a) = 0$. if result is false, just choose sequence of zeroes converging to $a$ for defn of derivative. – mathworker21 May 01 '19 at 07:50

3 Answers3

3

By definition, we have $$f'(a) = \lim\limits_{x \to a} \frac{f(x) - f(a)}{x-a}.$$

Now assume that $a$ is not isolated. Then we can find a sequence $(x_n)_{n \in \mathbb{N}}$ that converges to $a$ such that $f(x_n) = 0$ for all $n$.
Using the definition of a limit, we should get the value $f'(a) \neq 0$ for all sequences. But the sequence $(x_n)$ when put into the equation would give $0$ as limit, a contradiction. Thus, $a$ must be an isolated point.

Dirk
  • 6,359
  • So contrary to the OP's remark, things get easier by weakening the assumption to $f$ being differntiable at $a$ instead of continuisly differentiable there ... – Hagen von Eitzen May 01 '19 at 07:59
2

Note that, since $f(a)=0$,\begin{align}\lim_{h\to0}\frac{f(a+h)-f(a)}h=f'(a)&\iff\lim_{h\to0}\frac{f(a+h)}h=f'(a)\\&\iff\lim_{h\to0}\frac{f(a+h)-hf'(a)}h=0.\end{align}So, there is some $\delta>0$ such that$$\lvert h\rvert<\delta\implies\bigl\lvert f(a+h)-hf'(a)\bigr\rvert<\bigl\lvert hf'(a)\bigr\rvert.$$But then $\lvert h\rvert<\delta\implies f(a+h)\neq0$.

0

1) Assume $f'(a)>0$.

Since $f'$ continuos there is a $\delta$ neighbourhood of $a$, s.t.

$|x -a| \lt \delta$ implies $f'(x)>0$.

For $x \in B_{\delta}(a)$

$\dfrac{f(x)-f(a)}{x-a}= f'(t)$, $t \in (\min(a,x),\max(a,x)).$

$f(x)= f(a)+f'(t)(x-a) = f'(t)(x-a) \not =0.$

2) Likewise for $f'(a)<0$.

Peter Szilas
  • 20,344
  • 2
  • 17
  • 28