Let $(f_n)$ be a sequence of measurable functions on $X$, for which there exist such $f, g$, that $f_n \rightarrow f$ and $\forall_n \: |f_n| \le g$ for $g \in L_1 (X, \mu) \Leftrightarrow \int_X |g| d\mu < \infty$
Prove, that
- $f \in L_1 (X, \mu)$
- $\lim_{n \rightarrow \infty} \int_X f_n d\mu = \int_X f d\mu$
- $f_n \rightarrow f$ in $L_1 (X, \mu)$
My attempt
- If $\forall_n \: |f_n| \le g$, and we know, that $f_n \rightarrow f$, then it's also true that $|f| \le g$. Thus:
$$|f| \le g \quad \Leftrightarrow \quad |f| \le |g| \quad \Leftrightarrow \quad \int_X |f| d\mu \le \int_X |g| d\mu < \infty$$
It's basically the Dominated convergence theorem
$f_n \rightarrow f$ means (I think!), that $h_n = f_n - f$ is an $L_1 (X, \mu)$ function and that $\lim_{n \rightarrow \infty} \int_X h_n d\mu = 0$. The latter is a consequence of 2. (just subtract the one side from the other), we prove the former:
$$|h_n| = |f_n - f| \le |f_n| + |f| \le |g| + |f| \quad \Leftrightarrow \quad \int_X |h_n| d\mu \le \int_X |g| d\mu + \int_X |f| d\mu < \infty \text{ (by definition) }+ \infty \text{ (by 1.) } < \infty$$
I am not really sure about 1., if we can just assume that "if $|f_n| \le |g|$, then $|f| \le |g|$".
Also, I don't know if we cannot simply subtract the one side by the other in point 2 and simply call it a day, as because $f_n \rightarrow f \quad \Leftrightarrow \quad f_n - f \rightarrow 0$
Point 3 seems to be a consequence from the other two points, so I guess it should be fine? Unless I absolutely misunderstood what "convergence in $L_1 (X, \mu)$" means