If $f_n → f$ and $g_n → g$, does $f_n g_n → fg$ in the space $C[0, 1]$ for the norms $||.||_1$ and $||.||_∞$
Give a proof or counterexample for each.
I know that $||.||_1$ is the sum of the magnitudes of the values, and $||.||_∞$ is the biggest magnitude of the values. From this I assume $||.||_1$ DOES work whilst $||.||_∞$ doesn't, but I am unsure on if this is true, and if so, how to show it.
Thanks in advance
Unfortunately, both of your guesses are incorrect.
To see the $\|\,\|_1$ result fails, let
$$f_n(x)= \frac{1}{[\ln (n+1)(x+1/n)]^{1/2}}.$$
Verify that $f_n\to 0$ in the $\|\,\|_1$-norm. However $f_n\cdot f_n$ does not converge to $0\cdot 0=0$ in the $\|\,\|_1$-norm, as you can check.
The $\|\,\|_\infty$ result is true. This is classic and is easier to show. We have $f_n\to f,g_n\to g$ uniformly on $[0,1].$ This implies there is a uniform bound on all of these functions. Now use
$$f_ng_n-fg= f_ng_n-fg_n + fg_n-fg$$
to see $f_ng_n\to fg$ uniformly.