I'm solving the exercise 12, of section 4 The General Lebesgue Integral from the Royden's book Real Analysis 3rd edition:
Let $g$ be an integrable function on a set $E$ and suppose that $(f_n)$ is a sequence of measurable functions such that $\vert f_n(x)\vert \leq g(x)$ a.e. on $E$. Then $$\int_E \underline{\lim}f_n \leq \underline{\lim}\int_E f_n$$
I've been able to prove it using Fatou's lemma, but my math teacher asked to prove it with dominated convergence theorem, and I can't do it. Is it possible?
I'll appreciate any suggestions, thanks!
Since $\inf_{i\geq n} f_i \leq f_i$ for each $i \geq n$, $$\int_E \inf_{i\geq n} f_i \leq \int_E f_i$$ for each $i \geq n$ and thus $$\int_E\inf_{i \geq n} f_i \leq \inf_{i \geq n} \int_E f_i.$$
This is essentially the proof of Fatou's Lemma, but instead of dealing with non-negative functions and applying the MCT to interchange limits, you're using the fact that your sequence is dominated by $g$, which allows you to use the DCT to switch the order of the limits.