This question has been asked for sequences, but I couldn't find it for series.
Suppose $f(x) = \Sigma_{n=1} ^ \infty \frac{1}{1+n^2x}.$
$f(x)$ converges on $(0,\infty)$ and on $(-\infty, 0)$ excluding $\frac{-1}{n^2} $, $\; n = 1,2,3 . . ..$
The question (Rudin 7.4), asks if it is continuous on $(0,\infty)$ and on $(-\infty, 0)$ excluding $\frac{-1}{n^2} $, $\; n = 1,2,3 . . ..$ .
The answer is yes, but I am having trouble proving it. Here's my attempt
We need to show that given $\epsilon > 0 $ , there is a $\delta$ s.t. $|y-x| < \delta$, implies $|f(y)-f(x)|<\epsilon$.
I tried the $3-\epsilon $ approach.
$$|f(y)-f(x)|< |f_n(y)-f(y)| +|f_n(y)-f_n(x)| + |f_n(x)-f(x)| $$
$$ = | \;\Sigma_{n=1} ^ \infty \frac{1}{1+n^2y} \; - \; \frac{1}{1+n^2y} \;| + | \;\frac{1}{1+n^2y} \; - \; \frac{1}{1+n^2x} \; | $$
$$+| \;\Sigma_{n=1} ^ \infty \frac{1}{1+n^2y} \; - \; \Sigma_{n=1} ^ \infty \frac{1}{1+n^2x} \;| $$
Now, the middle term I can bound becuase of the continuity of the $f_n$'s
but $f$ is a sum, so I don't know if that changes anything? can I say $f_n(x)$ is $\epsilon $ -close to an $f$ given that $f$ is an infinite sum?? Or can I just treat $f$ like a function that $f_n$ converges to uniformly?
A start: Work on $(0,\infty)$ first. Suppose $a>0.$ Claim: the series converges uniformly on $[a,\infty).$ Proof: For $x\in [a,\infty),$
$$0\le\frac{1}{1+n^2x} \le \frac{1}{n^2x}\le \frac{1}{a} \frac{1}{n^2}.$$
Since $\sum \dfrac{1}{a}\dfrac{1}{n^2}<\infty,$ Weierstrass M shows the series converges uniformly on $[a,\infty).$ Since each summand is continuous on $[a,\infty),$ $f$ is continuous on $[a,\infty).$ Now $a>0$ is arbitrary, so it follows that $f$ is continuous on $(0,\infty).$