I have the following problem:
Let $(\Omega,F,\mu)$ be a measure space and $(f_n)_{n\in\mathbb{N}}$ be a sequence of non-negative integrable functions, so that $\lim_{n\rightarrow \infty} \int f_n d\mu$ exists. We define $f:=\lim f_n$, which exists. Show f is integrable and $$\lim_{n\rightarrow\infty} \int |f_n-f|d\mu=\lim_{n\rightarrow\infty}\int f_n d\mu-\int f d\mu$$
This reminds me of the dominated convergence theorem. But this theorem needs an integrable function $g$ with $|f(x)|\leq g(x)$. Why don't we need this here? Is this even connected to this theorem? Thanks in advance.