Proving a question on differentiability

139 Views Asked by At

Here's the question I've been asked to prove:

Suppose that $f$ is differentiable at $c$ and that $f^{\prime } (c) \ne 0$. Show that there exists a $\delta > 0$ such that $0<|x-c|<\delta \Rightarrow f(x)\ne f(c)$.

Here's my attempt:

Assume the contrary that for every $\delta > 0$, there is a $x_{\delta} \in \text{dom} f$ such that $0<|x_{\delta}-c|<\delta$ with $f(x_{\delta})=f(c)$.

Now, we pick $\varepsilon$ such that $0< \varepsilon < |f^{\prime} (c)|$. Since $f$ is differentiable at $c$, there is an $\delta > 0$ such that if $0<|x-c|<\delta$ then we have $\left| \frac{f(x)-f(c)}{x-c} - f^{\prime} (c) \right| <\epsilon$. For this $\delta$, there is $x_{\delta} \in \text{dom} f$ such that $0<|x_{\delta}-c|<\delta$ with $f(x_{\delta})=f(c)$. Thus, we must have $\left| \frac{f(x_{\delta})-f(c)}{x-c} - f^{\prime} (c) \right| = \left| f^{\prime} (c) \right|<\epsilon$ which contradicts our choice of $\varepsilon$.

Is this proof okay? Is there any possible direct proof? This question is asked in my analysis textbook before "The Mean Value Theorem" section.

3

There are 3 best solutions below

2
On BEST ANSWER

You're proof is fine. Here is a bit easier proof in my opinion: suppose that the statement you have to prove is wrong. Then for every $n\in\mathbb{N}$ there exists a point $x_n$ such that $0<|x_n-c|<\frac{1}{n}$ and $f(x_n)=f(c)$. Then we got a sequence that satisfies $c\ne x_n\to c$ but $\frac{f(x_n)-f(c)}{x_n-c}\to 0$. This is a contradiction because by Heine's definition of a limit we must have $\frac{f(x_n)-f(c)}{x_n-c}\to f'(c)$ which is not $0$.

0
On

Here's my initial take on the problem:

If the hypothesis were not true, then look at a sequence of deltas, $\delta_n = \tfrac{1}{n}$. This means there is a sequence of $x_n \to c$ as $n\to \infty$, with $f(x_n) = f(c)$ for all $n \geq 1$. Hence $$\lim_{n\to \infty} \frac{f(x_n)-f(c)}{x_n - c} = \lim_{n\to \infty} 0 = 0,$$ which is a contradiction, since we know that $f'(c)\neq 0$ and so any sequence converging to $f'(c)$ should approach this non-zero number.

1
On

Your proof is fine. With only a small modification you can make it a direct argument:

For $0 < \epsilon < |f'(c)|$ there is (as you said) a $\delta > 0$ such that for $0 < |x - c | < \delta$ $$ \left| \frac{f(x)-f(c)}{x-c} - f'(c) \right| < \epsilon \, . $$ This implies (using the triangle inequality) $$ \left| \frac{f(x)-f(c)}{x-c} \right| > |f'(c)| - \epsilon > 0 $$ and therefore $f(x) \ne c$ for $0 < |x - c | < \delta$.