22

This one comes from Folland, Real Analysis, Problem 33 in the section titled Modes of Convergence.

Suppose $f_n \geq 0$ and $f_n \rightarrow f$ in measure, then $\int f \leq \liminf \int f_n$.

So I notice a few things first off, that since $f_n \to f$ in measure, we can find a subsequence $f_{n_j}$ which converges pointwise almost everywhere (Theorem 2.30 in Folland), and for this subsequence we may say (by Fatou's lemma using $f_n \geq 0$) that $\int f \leq \liminf \int f_{n_j}$, but it's not necessarily true that $\liminf \int f_{n_j} \leq \liminf \int f_n$, or at least I don't see how to prove it (and in general this is not true for any sequence and subsequence, while the reverse inequality is, I think).

Any tips, hints, or solutions?

JeremyKun
  • 3,580

2 Answers2

20

You can pass to a subsequence $f_{n_k}$ with $\int f_{n_k} \to \liminf \int f_n$ first.

This subsequence will also converge to $f$ in measure and ... then you already know what to do.

Sam
  • 15,908
  • and....Fatou. (in other words, the comment was more helpful, but I'll mark it as an answer anyway) – JeremyKun Oct 27 '11 at 23:14
  • @Bean: Well, I didn't want to write down a complete solution, since I was under the impression that you would appreciate a hint - maybe it was not that great a hint, since it gave away too much..? (in other words, the comment came only after I had already posted this answer, but I'll gladly accept your marking my answer anyway ;) ) – Sam Oct 27 '11 at 23:37
  • Good point. the hard part was passing to the subsequence anyway, so I appreciate it. – JeremyKun Oct 28 '11 at 01:23
3

You can use the Urysohn subsequence principle, but it should be modified a little bit.

(Urysohn subsequence principle). Let $x_n$ be a sequence of real numbers, and let $x$ be another real number, then $\liminf x_n\geq x$ iff every subsequence $x_{n_j}$ of $x_n$ has a further subsequence $x_{n_{j_i}}$ such that $\liminf x_{n_{j_i}}\geq x$.

Xiang Yu
  • 4,835