Earlier, I was trying to prove that this evaluation of a limit is incorrect:
$$ \lim_{x\to2}x^2=4.01 $$
I tried using $\varepsilon=0.1$, but I could not find a corresponding value of $\delta$ that would prove that the above expression is incorrect. My reasoning for why this happened is as follows:
- Using $\varepsilon=0.1$ means that I need to values of $x$ where $x^2$ falls in the open interval $(3.91,4.11)$. Because this range includes the proper answer to the limit of $4$, I cannot use this value of $\varepsilon$. If I find a suitable value of $\delta$, then all the $x^2$ values will be sufficiently close to $4$, meaning that they will also be sufficiently close to $4.01$. E.g. $\delta=0.01$ means that the $x^2$ values will fall in the open interval $(3.9601,4.0401)$. Because this interval is 'encapsulated' by the interval $(3.91,4.11)$, there is no problem—even though the evaluation of the limit is incorrect.
Therefore, don't I need to pick values of $\varepsilon$ such that $x^2>4$ for all $x$, and proceed from there? I tried using $\varepsilon=0.005$, and that seemed to work.
Well, that's because that isn't how it would work! If you want to negate the definition of a limit, you would have to show that there exists some $\epsilon > 0$ (this you can choose) for which no $\delta > 0$ can satisfy the required condition.
(This is the opposite of when you prove a limit. You start with an arbitrary $\epsilon>0$ and show that there exists some $\delta > 0$ such that ...)
In this case, let us choose $\epsilon = 0.01 > 0$.
Now we show that given any $\delta > 0$, there exists $x \in (2 - \delta, 2 + \delta) \setminus \{2\}$ such that $|x^2 - 4.01| \ge \epsilon.$
(This would precisely show that $4.01$ is not the limit as this is the negation of the original definition.)
Well, simply choose $x = \max\{1, 2- \delta/2\}.$ Clearly, we have $0 < |x - 2| < \delta.$
If $x = 1$, then we clearly have $|x^2 - 4.01| = |3.01| \ge 0.1$.
If $x= 2 - \delta/2$, then we have that $0 < 2 - \delta/2 < 2$ and hence, $x^2 < 4$. Once again, the desired inquality follows.