[Theorem] Dominated Convergence Theorem
Suppose $(f_n)$ measurable, $f_n \rightarrow f$ pointwise and there exists an integrable function $g$ such that $|f_n(x)| \leq g(x)$. Then $\int f = \lim_n \int f_n$.
Infact, $\int |f-f_n| \rightarrow 0$ as $n \rightarrow \infty$
So in class, we porved DCT using Fatou's Lemma.
we showed $\int |f-f_n| \rightarrow 0$ first and then by triangle inequality we got $\int f = \lim_n \int f_n$
Now I have to prove the following
Suppose $(f_n)$ are measurable, $f$ is integrable and $f_n \rightarrow f$ pointwise. Prove that if $\int|f_n| \rightarrow \int |f|$, then $\int |f-f_n| \rightarrow 0$
How can I prove this? I guess I have to use DCT somehow.
Also, I think if we prove this, we can claim $\int f = \lim_n \int f_n$ as we did in the proof of DCT. Is that right?