How to prove that a limit is wrong using Epsilon-Delta definition?

4.4k Views Asked by At

Suppose we have a function $f(x) = 9-x$. Now we know that $\lim\limits_{x\to4} f(x) = 5.$

Using the $\epsilon - \delta$ definition:

$|x-1| < \delta \implies |f(x) - 5| < \epsilon.$

What if we take a wrong limit now, lets say 4 for the given function like $\lim\limits_{x\to4} f(x) = 4$. We know its wrong but the epsilon delta defition still works, and I don't really understand how?

Like so :

$|x-4| < \delta \implies |(9-x-4)| < \epsilon$

$= |5-x| < \epsilon \equiv |x-5| < \epsilon$

Now we know if $\delta$ is $A$ and $\epsilon$ is $B$ then If $x < A \implies x < B$ then $B \leq A$.

Using this:

$|x-4| < \delta$ and hence $|x-4|$ is also less than epsilon. $|x-5| < |x-4|$ is also less than $\epsilon$ for all $x > 0$.

So here we have completed the proof which says to every $|x-x_0| < \delta$ there is a $|f(x) - L| < \epsilon$. Where is my mistake? Because the answer turns out to be wrong.

P.S. Someone please edit this document as I'm on a mobile phone and unable to do it.

2

There are 2 best solutions below

0
On BEST ANSWER

Remember the definition of limit, $$\forall \epsilon\; \exists \delta : |x-a|<\delta \rightarrow |f(x) - L|<\epsilon $$ Now if $L$ is not the limit negate the definition, that is $$ \exists \epsilon\; \forall \delta: \;\; \exists x \text{ s.t. } |x-a| <\delta\text{ and } |f(x) - L| \geq \epsilon $$ In your case, as some people already mentioned take $\epsilon =1/2$, now for ever $\delta$ we need to find an $x$ such that $|x-4|<\delta$ and $|9-x-4|\geq 1/2$. Finding such $x$ isn't that difficult, just take $0<r<\min\{\delta, 1/2\} $ and consider $x=4+r$. To check we substitute in the inequalities: $$|x-4|=|r|<\delta$$ And $$|9-x-4|=|1-r|>1/2= \epsilon $$

(sorry for the awful format, I'm on my phone)

8
On

You haven't given $\delta$ or $\epsilon$ in your proof. This is what you need to do.

For instance, if you take $\epsilon = 1/2$, then you will never find a $\delta$ such that $\lvert x - 4\rvert < \delta \implies \lvert 9 - x - 4 \rvert < 1/2$.

One way to show this last statement is to see that one of the numbers $4.1, 4.01, 4.001, ...$ will be in the $\delta$-ball around $4$ no matter how small $\delta$ is, and for these $9 - x - 4$ is at least $0.9$, which is more than $1/2$.