For the functions on $[0, 1]$ we have that $L ^q \subset L^p$ for $1 \leq p < q \leq \infty$. Also consider $f_n = x^n$. This sequence converges to 0 in the $L^1$ norm but not $L^\infty$ norm. These statements seem in conflict to me: if $L^1([0,1]) \supset L^\infty ([0,1])$ shouldn't convergence in $L^1$ imply convergence $L^\infty$?
1 Answers
No.
The inclusion you wrote means that there are elements of $L^1([0,1])$ which are not contained in $L^{\infty}([0,1])$, but it doesn't tell us about the topology of the spaces. One such element is $f\colon x\mapsto x^{-1/2}$. Thus $L^{\infty}([0,1])$ is smaller than $L^1([0,1])$ based on this inclusion.
In terms of convergence, the topology on $L^{\infty}([0,1])$ is stronger (or finer) than the topology on $L^{1}([0,1])$. If the sequence $f_n$ converges in $L^{\infty}([0,1])$ then, for all $\epsilon>0$, there is $N$ such that $n>N$ implies
$$\sup_{x\in[0,1]}|f_n(x)-f(x)|<\epsilon.$$
This of course implies that $\int_0^1 |f_n(x)-f(x)|dx <\epsilon$ since $\int_0^1|g(x)|dx \leq \sup_{x\in[0,1]}|g(x)| \cdot (1-0)$. The converse, however, is not true.
- 7,859
More generally, for $1\leq p < q \leq \infty$, $L^q$ convergence implies $L^p$ convergence (when you are on a compact set). It's not specific to Fourier series, if you have any sequence of functions converging in a strong topology it will also converge in a weaker topology.
– Jürgen Sukumaran Jun 12 '21 at 21:46