I have one elementary doubt on the proof that $f(x)=x^2$ is continuous for every $a \in \Bbb R$. The initial steps usually presented are: to deduce which $\delta$ will work we write:
$$|x^2-a^2|=|x-a||x+a|$$
Now, we must find some bound for $|x+a|$, so we require that $|x-a|<1$ or some other positive real number. Here comes my first doubt, this trick appears very often, what's the intuition on making $|x-a|<1$?
After that we have that this implies $x < 1 + a$ and this implies that $|x+a| < 1 + 2|a|$. Now it's obvious that if we set $|x-a|< \varepsilon/(1+2|a|)$ and this obviously will make $|f(x)-f(a)|<\varepsilon$. However this was deduced under the hypothesis that $|x-a|<1$, so what if it were not true that $|x-a|<1$? Also the end of the proof is normally saying that we must take
$$\delta = \min\{1, \varepsilon/(1+2|a|)\}$$
However it happens that if the minimum is $1$, it seems to not work, because when we use this $\delta$ the $\varepsilon$ doesn't even appear. I think my problem is that I didn't really get the trick of making $|x-a|<1$.
Thanks very much in advance!