I was trying this T\F type question
A continuous function $f:\mathbb{R}\to \mathbb{R}$ is uniformly continuous if it maps Cauchy sequences into Cauchy sequences.
The answer given is False. I know that $x^2$ is not uniformly continuous on $\mathbb{R}$ so i thought let's try with this. $$|x_n^2-x_m^2|=|x_n-x_m||x_n+x_m|<\epsilon$$ if $$|x_n-x_m|<\frac{\epsilon}{|x_n+x_m|}$$ Now I'm stuck at what to take $\delta$. I don't know how to proceed. Thanks!!!
To show that $(x_n^2)$ is also cauchy note that a cauchy sequence is bounded in $\mathbb{R}$ so let $M$ be the bound, then $|x_n+x_m|< 2M$ So for $\epsilon/{2M}$, there is a $N$, st for $n,m>N$ $|x_n-x_m|<\epsilon/{2M}$, therefore $|x_n^2-x_m^2|<|x_n-x_m|(2M)<\epsilon$