I am looking at the function $g:\mathbb{R} \rightarrow \mathbb{R}$ defined as $$g(x) = \sum\limits_{n=0}^{\infty} \frac{1}{1+n^2x^2}$$
I would like to know if this function is convergent, continuous and differentiable.
For convergence I have $g(0)$ is divergent because we get a sum of 1, but for $x \not = 0$ we get $$0< \sum\limits_{n=0}^{\infty} \frac{1}{1+n^2x^2} < \sum\limits_{n=0}^{\infty} \frac{1}{n^2x^2} = \frac{1}{x^2} \sum\limits_{n=0}^{\infty} \frac{1}{n^2} = \frac{\pi^2}{6x^2}$$ and since $g$ is monotonic and bounded it converges (right?)
Since the pointwise limit doesn't exist for $x \not = 0$ then $g$ doesn't converge uniformly making proving continuity more difficult.
For differentiability I know that if $g_m(x)$ (partial sum of g) is point-wise convergent and $g_m'(x)$ is uniformly convergent then $g'(x) = lim_{m \rightarrow \infty } g'_m(x)$ but again I can't use this due to pointwise limit not existing.
For any of these properties could I look at $g(x)|_{(0,\infty)}$ and $g(x)|_{(-\infty,0)}$ and make conclusions from this?
Any guidance or solutions would be helpful,
Thanks.