Showing $\int_E f=\lim_{n\to\infty}\int_E f_n$ for all measurable $E$

1.3k Views Asked by At

The following is an exercise from Carothers' Real Analysis:

Suppose $f$ and $f_n$ are nonnegative, measurable functions, that $f=\lim_{n\to\infty} f_n$ and that $\int f=\lim_{n\to\infty}\int f_n<\infty$. Prove that $\int_E f=\lim_{n\to\infty}\int_E f_n$ for any measurable set $E$. (Hint: Consider both $\int_E f$ and $\int_{E^c} f$.) Give an example showing that this need not be true if $\int f=\lim_{n\to\infty}\int f_n=\infty$.

Attempt:

Using Fatou's Lemma, I can get that

$$\int_E f=\int_E \lim_{n\to\infty} f_n=\int_E\liminf_{n\to\infty} f_n\leq \liminf_{n\to\infty}\int_E f_n=\lim_{n\to\infty}\int_E f_n$$

However, I'm doubtful that this is correct since the hint in the book said to consider both $E^c$ and $E$. I know that if $E$ is measurable, then its complement is measurable as well. A small push in the right direction would be appreciated. Thanks.

2

There are 2 best solutions below

9
On BEST ANSWER

Consider the following:

$$\int f = \int_E f + \int_{E^c} f \le \varliminf \int_E f_n + \varliminf \int_{E^c} f_n \le \varliminf\left(\int_E f_n + \int_{E^c} f_n\right) = \varliminf \int f_n = \int f$$

0
On

Call $g_n=f_n \chi_E $, $g=f\chi_E$, then we have $g_n\leq f_n$ so that applying Fatou's lemma to $f_n-g_n$ we arrive at $$ \int f-g \leq\liminf_n \int f_n-g_n= \lim_n\int f_n- \limsup_n \int g_n= \int f-\limsup_n \int g_n, $$ by hypothesis this is equivalent to $$ \limsup_n \int g_n \leq \int g. $$ Combine this with the inequality you got to conclude.