Is it true that $|f_n|\le M$ and $f_n\to f$ in measure implies $|f|\le M$ a.e.? It appears so to me, as justified below. I'd appreciate it if someone can confirm or refute it for me.
Let $A\triangleq \{x:|f(x)|>M\}$. We want to show $\mu(A)=0$. Let $A_k\triangleq \{x:|f(x)|>M+\frac{1}{k}\}, k\in\mathbb N.$ Then $A=\bigcup_{k=1}^\infty A_k$, and $A_{k}\subset A_{k+1}$. Therefore, $\mu(A)=\lim_{k\to \infty}\mu(A_k).$
Now consider $E_n\triangleq\{x:|f_n(x)-f(x)|>\frac{1}{k}\}$. Clearly $A_k \subset E_n$, so $\mu(A_k)\le \mu(E_n)$ for any $n$. But $\mu(E_n)\to 0$, since $f_n\to f$ in measure. So $\mu(A_k)=0$ for any $k$, and hence $\mu(A)=0.$
Is this proof correct? Are there flaws or simpler proof? Thanks a lot!