How to show $f(x)$=$\frac{1}{1+x^2}$ is uniform continuous on $\Bbb R$.
Although, of course for any interval $[a,b]$, this function is continuous and bounded, therefore also uniformly continuous. Following Continuous Extension Theorem it is uniformly continuous on any $(a,b)$. Therefore proceeding this way, we can show it is uniformly continuous on $ \Bbb R$.
I wish to prove the same analytically. I assumed there exists $x,u \in \Bbb R$, such that $ |x-u|< \delta$.
Now,
$|f(x)-f(u)|$=$\frac {|x^2-u^2|}{|(1+x^2)(1+u^2)|}$ $\le$ $\frac{|x-u||x+u|}{x^2u^2}$ $\le$ $\delta$$\frac{|x+u|}{x^2u^2}$.
Here I stuck. I wish to find an $\epsilon$ so that the $|f(x)-f(y)|\lt \epsilon$, where $\delta$ depends only on $\epsilon$, not on $x$. But unable to do that. Tried to apply A.M-G.M inequality but could not find a fruitful result. What to do?