I am a little bit stuck on solving the following problem:
Let $f_n \in L_1$ for all $n \in \mathbb{N}$. Which is always larger?
$$ \left(\sum_{n = 1} ^\infty \left\lvert\int f_n \,d\mu\right\rvert^2\right)^\frac{1}{2} $$ or $$ \int\left(\sum_{n = 1} ^\infty \lvert f_n\rvert^2\right)^\frac{1}{2} \,d\mu? $$
My guess is that the second expression is always greater. The reason for the guess is if we consider this sum to be just one term, then we simply just have the triangle inequality for integrals. However, when I try to show this result to the finite case, I run into problems: \begin{align} \left(\sum_{n = 1} ^k \left\lvert\int f_n \,d\mu\right\rvert^2\right)^{\frac{1}{2}} \leq \left(\sum_{n = 1} ^k \left(\int \lvert f_n\rvert \,d\mu\right)^2\right)^{\frac{1}{2}} \leq \left(\int \sum_{n = 1} ^k \lvert f_n\rvert \,d\mu\right). \end{align} How do I incorporate the square and square root into the expression? If I could show this, the result should then be true through Monotone Convergence.