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!!!