Show that in $L_1(\mathbb{R})$ every absolutely convergent series converges.
My try:
Take some absolutely convergent series in $L_1(\mathbb{R})$. Then we have: $$ \sum_{n=0}^\infty \Vert f_n\Vert = \sum_{n=0}^\infty \int_{\mathbb{R}} |f_n|\ \mathrm{d} \lambda = \int \sum_{n=0}^\infty |f_n| \ \mathrm{d} \lambda <\infty.$$ This can be true only if $\sum_{n=0}^\infty |f_n (x)| <\infty $ for $\lambda$-almost all $x$. As $\sum_{n=0}^\infty |f_n (x)| $ is a monotone series in $\mathbb{R}$, it now has to be convergent.
For a series in $\mathbb{R}$ we know that absolute convergence implies convergence. So now we can define $F(x):= \sum_{n=0}^\infty f_n(x)$ for $\lambda$-almost all $x$, and assign to $F$ some arbitrary value for all the other $x$. Then $\sum_{n=0}^m f_n\to F$ pointwise for $\lambda$-almost all $x$, which means that $$\Vert \sum_{n=0}^m f_n-F\Vert = \int_{\mathbb{R}} |\sum_{n=0}^m f_n-F|\ \mathrm{d}\lambda \to 0,$$ so $\sum_{n=0}^\infty f_n$ is a convergent series.
Is this proof correct? I'm not sure about reversing integration and summation at the beginning. Any help would be appreciated.