Please help me check, if
$f_n$ uniformly converge to $f$ and $g_n$ uniformly converge to $g$ then $f_n + g_n$ uniformly converge to $f+g$
$f_n$ uniformly converge to $f$ and $g_n$ uniformly converge to $g$ then $f_n \cdot g_n$ uniformly converge to $f\cdot g$
What I've done:
I Guess that first statement is true, second is false. I've tried to calculate directly from definition, nothing seems correct.
For the second case, take $f_n(x)=g_n(x) = x+\frac{1}{n}$. With $f(x)=g(x) = x$, we see that $f_n \to f, g_n \to g$ uniformly.
However, $f_n(x) g_n(x) = f(x)g(x) + \frac{2}{n} x + \frac{1}{n^2}$, hence the convergence is not uniform on unbounded sets.