I have a function
g: R→R given by the function $g(x) = 1/(1+x^2)$.
I want to prove that this is continuous everywhere. I was reading my real analysis textbook and it seems like a great approach would be to do the delta-epsilon method. I don't fully understand how to use this method.
I know that I can choose an ε > 0 and then I need to find a corresponding δ. How would I show that at a point $p$, $|p - x| < δ$ then $|g(p) - g(x)| < ε$.
Thanks for the help!
Hint: $$|g(p)-g(x)|=\frac{|x^2-p^2|}{(1+p^2)(1+x^2)} \leq |x^2-p^2|$$