Why do we have that $\int_S\left|f\right|d\mu = \int_S\lim\limits_{n\to\infty}\inf\left|f_n\right|d\mu$?

93 Views Asked by At

Theorem: (Fatou's lemma). Let $(f_n)_{n\geq 1}$ be a sequence of measurable functions with values in $[0,\infty]$. Then $$\int_S\liminf\limits_{n\to\infty}f_nd\mu \leq \liminf\limits_{n\to\infty}\int_S f_n d\mu.$$

Exercise: Assume that $f, f_1, f_2, ...:S\to\overline{\mathbb{R}}$ are measurable functions such that

i) There is a constant $M\geq 0$ such that for all $n\in\mathbb{N}, \int_S\left|f_n\right|d\mu\leq M$.

ii) $f_n\to f$ pointwise.

Use Fatou's lemma to show that $\int_S\left|f\right|d\mu\leq M$.

Solution: Fatou's lemma yields that: $$\int_S\left|f\right|d\mu = \int_S\liminf\limits_{n\to\infty}\left|f_n\right|d\mu\leq \liminf\limits_{n\to\infty}\int_S f_nd\mu \leq M.$$

My question: How do we know that $\int_S\left|f\right|d\mu = \int_S\liminf\limits_{n\to\infty}\left|f_n\right|d\mu$ and $\liminf\limits_{n\to\infty}\int_S f_nd\mu \leq M$?

Thanks in advance!

1

There are 1 best solutions below

2
On BEST ANSWER

1) If $f_n \to f$ pointwise, then also $|f_n| \to |f|$ pointwise, so that $$ |f(x)| = \lim_n |f_n(x)| = \liminf_n |f_n(x)| \qquad\forall x\in S. $$

2) In general, if $(a_n)\subset\mathbb{R}$ is a sequence such that $a_n \leq M$ for every $N$, then $\liminf_n a_n \leq M$ (and also $\limsup_n a_n \leq M$).

Since, by assumption, $a_n := \int_S |f_n| \, d\mu\leq M$ for every $n$, you have that $$ \liminf_n a_n = \liminf_n \int_S |f_n|\, d\mu \leq M. $$