$f_n,f:\mathbb R\to\mathbb R$ non negative. $f_n$ converge pointwise to $f$ and $\int_\mathbb R f_n = 1 = \int_\mathbb R f$. Show $$\lim_n\int_\mathbb R |f_n-f|=0$$
I realize this just means showing $f_n$ converge to $f$ uniformly but the condition I know for uniform convergence can't be applied here. We don't know if $f_n(x)$ is monotonic in $n$ for all $x$ or that $f_n-f$ is bounded. How can I prove this?
Let $$\begin{align*}f^{+} &= \max\{f,0\}\\ f^{-} &= \max\{-f,0\}\end{align*}$$ then it holds $$\begin{align*}f &= f^+ - f^- \\ |f| &= f^+ + f^-\end{align*}$$
And we get: $$\begin{align*}|f-f_n| &= (f-f_n)^+ + (f-f_n)^- \\ &= 2(f-f_n)^+ - (f-f_n)\\ &\le 2f^+ -(f-f_n)\end{align*} $$
Setting $$\begin{align*}\tilde{f}_n &:= |f-f_n| \\ \tilde{g}_n &:= 2f^+ -(f-f_n)\end{align*}$$ we get by the generalized dominated convegence theorem for $\tilde{f}_n,\tilde{g}_n$ that $$\lim_{n\to\infty} \int |f-f_n| = \lim_{n\to\infty} \int \tilde{f}_n = 0$$