I would just like to ask whether my proof is correct. The problem is to show $f_n(x)=e^{-n|1-\sin x|}$ converges to $f(x)=0$ in measure on $[a,b]\in \mathbb R$
Here is my attempt, using Chebyshev's inequality and Dominated Convergence.
Let $\epsilon>0$ be arbitrary but fixed and $A_n=\{x \in [a,b]: e^{-n|1-\sin x|}> \epsilon\}$. We need to show $m(A_n)\to 0$. Now $m(A_n)\leq \frac{1}{\epsilon} \int_{[a,b]}e^{-n|1-\sin x|}dx$ by Chebyshev. But it is clear that $|e^{-n|1-\sin x|}|<1$ on $[a,b]$ for every n. Now 1 is integrable on [a,b], hence by dominated convergence, since for every fixed x, $e^{-n|1-\sin x|} \to 0$, then we can interchange limit and integral to get that $\int_{[a,b]}e^{-n|1-\sin x|}dx\to 0$ But $m(A_n)\leq \int_{[a,b]}e^{-n|1-\sin x|}dx$ for every n and so taking the limit we get $m(A_n)\leq 0$ which implies $m(A_n)=0$.
Can somebody tell me if my reasoning is correct? I feel I have a made a mistake somewhere. Thanks.