4

My notes report the following assertion for the theorem:

Beppo Levi's Theorem: Let $E$ be a measurable set and $\{ f_n(x)\}$ a sequence of integrable functions on E, such that $\lim\limits_{n\to\infty} f_n(x) = f(x)$ (pointwise convergence) almost everywhere on E, and $f_n(x)\leq f(x)$. Then $f(x)$ is integrable on E and $\lim\limits_{n\to\infty} \int\limits_E f_n(x) = \int\limits_E f(x)$

Is this correct? Cause my book reports multiple versions of the theorem, but not this one.

2 Answers2

3

First this theorem is wrong

Consider $E = \mathbb R$, $f=0$ and $f_n = -\chi_{[n,n+1]}$. Where $\chi_{[n,n+1]}$ is the indicator function of the interval $[n,n+1]$.

They satisfy the hypothesis, but the conclusion doesn't hold as

$$ -1 = \int_{\mathbb R} f_n \neq \int_{\mathbb R} f = 0$$ while $(f_n)$ converges pointwise to the always vanishing function $f$.

Second this would more related to dominated convergence theorem

See Dominated convergence theorem if the hypothesis would be correctly set.

2

The theorem is usually known as the monotone convergence theorem and comes with an extra requirement that $$ f_1(x)\le f_2(x)\le\dots \le f(x) $$ for almost every $x$. Other than this the other parts of your statement is correct.

BigbearZzz
  • 15,084
  • My notes report that the classical statement requires that $f_1(x) < f_2(x) < \dots < f_n(x) < \dots$ but it can be proved not to be necessary... Isn't that right? – Baffo rasta Jan 16 '19 at 15:26
  • That’s not the monotone convergence theorem. There is no assumption on the sequence $f_n$. – Aphelli Jan 16 '19 at 15:27
  • @Bafforasta Then you'd need extra assumptions. As it is now the statement is not true. – BigbearZzz Jan 16 '19 at 15:30
  • @Mindlack I know the statement in the OP is not the MCT that's why I said that it missed one assumption, i.e. monotonicity. The reason being the name Beppo Levi is associated with the MCT so I made the link. – BigbearZzz Jan 16 '19 at 15:35
  • @BigbearZzz I just found this post: https://math.stackexchange.com/questions/1177788/beppo-levis-theorem this looks pretty similar – Baffo rasta Jan 16 '19 at 15:46
  • @Bafforasta See the assumption $f_n\uparrow f$, that's the monotonicity that I wrote in my post. – BigbearZzz Jan 16 '19 at 15:55
  • OK, thanks for your reply. – Baffo rasta Jan 16 '19 at 15:59
  • @Bafforasta I think this should conclude the question. Just as I suggested (or even the post you linked to), you'd need monotonicity assumption for the theorem to be true. The other answer gave a counterexample saying that your statement without any modification is false. If you don't want monotonicity, then you'd need the Dominated convergence theorem which assumes that all $|f_n|$ are bounded by an integrable function. – BigbearZzz Jan 16 '19 at 16:13