Let ($\Omega, \mathcal{F}, \mu)$, with $\mu (\Omega) <\infty$ and suppose $f_n , n \geq 1$ is a sequence of integrable functions that converges uniformly on $\Omega$ to $f$. Given that $f$ is integrable, show that $$\int f_n\ d\mu \to \int f\ d\mu \quad\text{ as }\quad n \to \infty $$
I tried :
$\left|\int_\Omega f_n \, d\mu - \int_\Omega f\, d\mu\right| $
: (By linearity of the integral)
$= |\int_\Omega (f_n - f)\, d\mu|\leq \int_\Omega |f_n - f|\, d\mu$
How do we prove the inequality above?
I tried the following but I am not sure if it's correct or sufficient mathematical proof.
Since $f_n$ integrable, so $\int_\Omega f_n \ d\mu$ is finite which means it exists.
$f$ integrable, so$\int_\Omega f\ d\mu$ is finite, which means it also exists.
Thus, since they both exist $(f_n - f)$ exists $= |\int_\Omega (f_n - f)\, d\mu|$ is finite.
Hence from basic property of integral since $= |\int_\Omega (f_n - f)\, d\mu|$ exists
Finally how do we apply the Uniform convergence on $ \int_\Omega |f_n - f|\, d\mu$ to conclude that
$\int_\Omega f\ d\mu \to \int_\Omega f\ d\mu$ as $ n \to \infty $ ?
Since $f_n$ converges uniformly on $\Omega$ to $f$, for $\forall \varepsilon>0$, there is $N>0$ which is independent of $x\in\Omega$ such that $$ |f_n(x)-f(x)<\frac{\varepsilon}{\mu(\Omega)}, \forall n\ge N, x\in\Omega. $$ So for above $\varepsilon>0$ and $N>0$, when $n\ge N$, $$\bigg|\int_\Omega (f_n - f)\, d\mu\bigg|\le\int_\Omega |f_n-f|\ d\mu\le\int_{\Omega}\frac{\varepsilon}{\mu(\Omega)}d\mu=\varepsilon $$ which implies $$ \lim_{ n \to \infty}\int_\Omega f_n \, d\mu=\int_\Omega f_n \, d\mu. $$