I am trying to prove $\lim_{x\to 2} g(x) = 4$ where $g(x) = x^2$. I found this explanation in Abbott's Understanding Analysis:
Let's show
$$\lim _{x \to 2} g(x)=4$$
where $g(x)=x^{2}$. Given an arbitrary $\varepsilon>0$, our goal this time is to make $|g(x)-4|<\varepsilon$ by restricting $|x-2|$ to be smaller than some carefully chosen $\delta .$ As in the previous problem, a little algebra reveals $$ |g(x)-4|=\left|x^{2}-4\right|=|x+2||x-2|$$ We can make $|x-2|$ as small as we like, but we need an upper bound on $|x+2|$ in order to know how small to choose $\delta .$ The presence of the variable $x$ causes some initial confusion, but keep in mind that we are discussing the limit as $x$ approaches $2 .$ If we agree that our $\delta$ -neighborhood around $c=2$ must have radius no bigger than $\delta=1,$ then we get the upper bound $|x+2| \leqslant|3+2|=5\;\forall x \in V_{\delta}(c)$ Now, choose $\delta=\min \{1, \varepsilon / 5\} .$ If $0<|x-2|<\delta,$ then it follows that $$ \left|x^{2}-4\right|=|x+2||x-2|<(5) \frac{\varepsilon}{5}=\varepsilon$$ and the limit is proved.
I don't understand the point of choosing $\delta = \min\{1, \varepsilon/5\}$. Why is it not simply $\delta = \varepsilon/5$? Also, would it be valid to take $\delta = \min\{2, \varepsilon/6\}$ instead of $\delta = \min\{1, \varepsilon/5\}$? Why/why not?