How to disprove using $\epsilon – \delta $ definition of limits

limitsreal-analysis

I have only learned (in the morning), that how to use $\epsilon- \delta$ definition to "prove" a limit, thanks to the people here, that helped me learn how to pick my delta, and after 6+ hours of practising, I think I have gotten fairly good at that.

I'd like to learn how to "disprove" using the same method. My book, which I'm self studying from, Bartle, doesn't have a lot on disproving. So I'd like some to help me out with this.

First of all, what I know: I understand to disprove, It'd be sufficient to pick a particular $\epsilon$, and show that for every $\delta >0$ there exists some $x$ belonging to the deleted delta nbd of $c$ (point at which I'm finding the limit) for which, $|f(x)-L|≥ \epsilon$ this is more or less, negation of the definition.

So taking random example, let $f(x)= 2x+3$, disprove the $\lim\limits_{x \to 2} f(x)= 10$

So $|f(x)-10| = |2x-7|$
Now before taking random $\epsilon$ I'd like someone to point me out, how $\epsilon$ is chosen? Because clearly, the condition tells us, there exists "at least one" $\epsilon$, not "for all" $\epsilon$, so (I'm guessing) there are some specific $\epsilon$'s only out of which we have to pick one.

Next up, how is that "particular" $x$ taken from the deleted nbd of $2$.

I did see some examples on the internet, but as I'm a beginner, given my limited understanding of real analysis, it becomes very hard to follow the arguments without explanation. Hence this question.

I know I'm asking a lot, so any help is appreciated

Best Answer

Let me follow up with your "random" example, i.e. trying to disprove that $\lim_{x \to 2} f(x) = 10$ where $f(x)=2x+3$. As you say, $|f(x)-10| = |2x-7|$.

So, we must find an appropriate value of $\epsilon > 0$, and using it we must prove that for every $\delta > 0$ there exists $x$ so that $0 < |x-2| < \delta$ and $|2x-7| \ge \epsilon$.

With existence proofs, there's often no general "formula" or "method". You just have to think, calculate, dig, hunt, rummage, use whatever you can come up with, and hopefully make an educated guess at an appropriate value of $\epsilon$.

To hunt down an appropriate value of $\epsilon$, first I would use my intuition: when $x$ is close to $2$ then $|2x-7|$ is close to $3$. So, it seems appropriate that I might succeed if I choose $\epsilon$ to be some number less than $3$. That's still a lot of choices. But maybe I'll be lucky and the proof will be possible with any choice of $\epsilon < 3$.

With that in mind, I'll choose $\epsilon = 2$. So, for any $\delta>0$, I need to find a simultaneous solution to the two inequalities $$0 < |x-2| < \delta \quad\text{and}\quad |2x-7| \ge 2 $$ The solution set of the second inequality is $(-\infty,2.5] \cup [4.5,+\infty)$ and I can see that this set contains numbers that are arbitrarily close to $2$, in particular it contains the entire interval $(2 - .5, 2 + .5)$. So if my $\delta$ is large then $x=2.4$ will probably do, whereas if my $\delta$ is small then $x=2 + \delta/2$ will probably do. So I'll try $x = 2 + \min\{.4,\delta/2\}$, and it works.

Related Question