Suppose $f,f_n$ are measurable and uniformly bounded on $[a,b]$. Prove $f_n\to f$ on $[a,b]\implies \int_a^b|f_n-f|\to 0$
Attempt:
We note that since $f$ and $f_n$ are bounded and are measurable, they are both Lebesgue integrable. Suppose $f_n\to f$ on $[a,b]$. We can write this as $|f_n-f|<\epsilon$ on $[a,b]$ whenever $n\geq N$. Then for $\forall n\geq N$, we have that $\int_a^b |f_n-f|<\int_a^b \epsilon=\epsilon (b-a)$ from the monotonicity of the integral.
Edit 1:
(Attempt 2)
Since $f_n\to f$on $[a,b]$, a measurable set with finite measure, the hypotheses of Egorov's Theorem are met. So, by Egorov's Theorem we know $\exists A\subset [a,b]: m(A)<\epsilon$ and $f_n\to f$ uniformly on $[a,b]\setminus A$.
So we know that $\forall n\geq N$, we have $|f_n-f|<\epsilon$ on $[a,b]\setminus A$. Taking the integral of both sides, we get (due to monotonicity of the integral) that $\int_a^b|f_n-f|<\int_a^b\epsilon=(b-a)\epsilon$ on $[a,b]\setminus A$, but since $m(A)<\epsilon$ we have that $\int_a^b |f_n-f|$ on $[a,b]\setminus A$ is equal to $\int_a^b|f_n-f|$ on $[a,b]$.
(Attempt 3)
Proof.
Suppose $(f_n)$ is a measurable sequence of functions such that $f_n\to f$. Furthermore, since $f_n$ is uniformly bounded on $[a,b]$, we have $|f_n|\leq M\in\mathbb{R}$. The hypotheses of Egorov's Theorem are met, so $\exists A\text{ measurable }\subset [a,b]: m(A)<\epsilon$ and $f_n\to f$ uniformly on $[a,b]\setminus A$. Since we have uniform convergence, it follows that $\forall\epsilon>0\exists N\in\mathbb{N}:\forall n\geq N\implies |f_n-f|<\epsilon$ on $A$.
Then we get
\begin{align*} \left|\int_{[a,b]} (f_n-f)\right|&\leq \int_{[a,b]}|f_n-f|\\ &=\int_{[a,b]\setminus A}|f_n-f|+\int_{ A}|f_n-f|\\ &<\int_{[a,b]\setminus A}2M+\int_A \epsilon\\ &<\int 2M\cdot \chi_{[a,b]\setminus A}+\int \epsilon \cdot \chi_{A}\\ \end{align*}
But I'm having some difficulty simplifying this to show the desired result (if this is the right way).
Thanks!
Solution 1: (This makes attempt 1 rigorous.) For fixed $\epsilon>0$, we have
$$\int_a^b |f_n-f| \, dx = \int_{[a,b] \cap \{|f_n-f|>\epsilon\}} |f_n-f| \, dx + \int_{[a,b] \cap \{|f_n-f| \leq \epsilon\}} |f_n-f| \, dx=: I_1+I_2.$$
Solution 2: