For each $n \in \mathbb{N}$ and $x \in \mathbb{R}$ define $$f_{n}(x) = \frac{1}{n}\;\mathrm{if}\;x=n\quad\mathrm{and}\quad f_{n}(x) = 0\;\mathrm{if}\;x\neq n.$$ The series $\sum f_{n}(x)$ is uniformly convergent in $\mathbb{R}$?
For each $x \in \mathbb{R}$, $f_{n}(x) = \frac{1}{x}$ or $f_{n}(x) = 0$ for every $n \in \mathbb{N}$. So, the series converges (pointwise). Now, about uniformly convergence, I'm confuse. I don't see the criterion to apply in this series. I appreciate any hints.
By definition of uniform convergence, You need: $$\forall \epsilon >0\exists N\in\mathbb{N}\space s.t. \space \forall n>N.\forall x\in \mathbb{R} : |f_n(x)-f(x)|<\epsilon $$
Meaning, $N$ is uniform ,depending only on $\epsilon$ and not on $x$.
You can also use Cauchy criterion for uniform convergence:
$$\forall \epsilon >0\exists N\in\mathbb{N}\space s.t. \space \forall n,m>N.\forall x\in \mathbb{R} : |f_n(x)-f_m(x)|<\epsilon $$
Note that both of these criterions are equivalent to proving: $\sup_{x\in \mathbb{R}}|f_n(x)-f(x)|\to0.$
A way to disprove uniform convergence is to find a series of points $x_n\to \omega\in\mathbb{R}\cup\{+\infty,-\infty\} $ such that $|f_n(x_n)-f(x_n)|\to a\neq0$
Similar rules apply when dealing with series , only this time you should look at $S_n=\sum_{k=1}^nf_k(x)$