According to How exactly can't $\delta$ depend on $x$ in the definition of uniform continuity?
There is a lot of agreement that $x^2$ is not uniformly continuous. But is $x^2$ uniformly continuous on $[0,1]$?
For example:
Let $f(x) = x^2$, then $|f(x) - f(x_0)| < |(x-x_0)(x+x_0)| < 2|x-x_0|$
Let $|x - x_0| < \delta$, then $|f(x) - f(x_0)| < 2\delta$
Therefore if $\delta = \epsilon/2$ then $|f(x) - f(x_0)| < \epsilon$ is satisfied and since $\delta$ does not depend on $x$ therefore $f(x) = x^2$ is uniformly continuous
Wouldn't the same proof be applied for $\mathbb{R}$ as well as all subsets of $\mathbb{R}$?
<sign on the first line be=? Because $|f(x)−f(x_0)|$ is actually equal to $|(x−x_0)(x+x_0)|$ if $f(x)=x^2$. – Al.G. Feb 21 '19 at 12:18