Let $f \in L^1(\mathbb{R})$.
Prove that $\displaystyle{\lim_{n \to \infty}\displaystyle{\left(\int_{n}^{+\infty} |f(x)|dx + \int_{-\infty}^{-n} |f(x)|dx \right)}= 0}$
My Attempt:
For the first integral:
Let $f_n = 1_{[n,\infty)}f$ be a sequence of measurable functions dominated by $f$.
Then we say $f_n$ converges pointwise to $0$, for every $x$ and by applying Dominated Convergence Theorem we have:
$\displaystyle\lim_{n \to \infty}\left(\int_{n}^{+\infty} |f(x)| dx\right) = \displaystyle\lim_{n \to \infty}\left(\int_{\mathbb{R}}|f_n(x)| dx\right) = \displaystyle\lim_{n \to \infty}\left(\int_{\mathbb{R}}|f_n(x) - 0(x)| dx\right) = 0$
Now for the second integral, I'm quite stuck on how to prove it since the bounds of the integration are negative, should I use the same sequence of measurable functions on the first integral to prove the second integral?