Real Analysis – Uniform Convergence of Product of Uniformly Convergent Sequences

analysisconvergence-divergencereal-analysisuniform-convergence

Please help me check, if

  1. $f_n$ uniformly converge to $f$ and $g_n$ uniformly converge to $g$ then $f_n + g_n$ uniformly converge to $f+g$

  2. $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.

Best Answer

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.