1

I am trying to show given $f_{n}\to f$ pointwise a.e. and $\int{f}<\infty$, it follows the sequence {$\int{f_{n}}$} has a limit. But I am not sure if extra condition is required. Can anyone give me a counter-example, or a simple proof?

Edit: a counter-example is already found. What if there is an extra condition $|f_{n}|\le g_{n}$ and $\int{g_{n}}\to \int{g} \le \infty$ ?

Edit2: It is already shown that this can be proven by Fatou's lemma. Thanks everyone who helped me.

aaronqli
  • 527

1 Answers1

2

After precision have been brought here is a proof. We have $g_n-f_n\geq 0$ hence by Fatou lemma $$\int \liminf_n (g_n-f_n)\leq \liminf_n\int (g_n-f_n) $$ so $\int g-\int f\leq \int g+\liminf_n \int (-f_n)$ and $\limsup_n \int f_n\leq \int f$.

Since $g_n+f_n\geq 0$, we apply the previous job to $-f_n$ to get $-\liminf_n \int f_n\leq -\int f$ hence $\lim_{n\to +\infty}\int f_n=\int f$.

A shorter way suggested by @Sam L. is to apply Fatou lemma to $g+g_n-|f-f_n|$.

Davide Giraudo
  • 172,925