For $p \in [1,\infty)$ let $f, f_n \in L^p(\mathbb{R})$ $\forall n \in \mathbb{N}$. Prove that TFAE:
$i) \: f_n \to f$ in $L^p(\mathbb{R})$ as $n \to \infty$
$ii) \: f_n \to f$ in $L^p([-N,N])$ as $n \to \infty$ $\forall N \in \mathbb{N}$ and $\lVert f_n \rVert_p \to \lVert f\rVert_p$.
I was able to show the implication $i) \implies ii)$.
For the other implication I tried:
$\int \limits_{\mathbb{R}} |f(x) -f_n(x)|^p dx = \int \limits_{\mathbb{R}} \lim \limits_{N \to \infty}\mathbf{1}_{[-N,N]}(x) \cdot |f(x) -f_n(x)|^p dx \\
= \lim \limits_{N \to \infty} \int \limits_{\mathbb{R}} \mathbf{1}_{[-N,N]}(x) |f(x) -f_n(x)|^p dx$
and then taking $n \to \infty$ exchanging the limits somehow.
The second equality is justified by dominated convergence, dominating $\mathbf{1}_{[-N,N]}(x) |f(x) -f_n(x)|^p$ by $|f(x) -f_n(x)|^p$ which is integrable.
This answer, as written at the time of acceptance, was incomplete. Thanks to @Ruy for the heads up.
For the other implication, use the following lemma:
Lemma: If $f \in L^p (\mathbb{R})$ and $E_N \uparrow \mathbb{R}$, then $$ \left( \int_{E_N^C} |f|^p \mathrm{d}\lambda \right)^{\frac{1}{p}} \to 0 $$ as $N \to \infty$.
To prove this lemma, define the measure $|f|^p \mathrm{d} \lambda$ and use the (upper) continuity of measures.
Now, define $E_N = [-N, N], g^N = f \cdot \chi_{E_N}$ and $g^N_n = f_n \cdot \chi_{E_N}$. By Minkowski's inequality, we have $$ ||f - f_n||_p \leq ||f - g^N||_p + ||g^N - g^N_n||_p + ||g^N_n - f_n||_p .$$
If we let $n \to \infty$, we know the central term goes to $0$. Our job now is to prove the rightmost term approaches $||f - g^N||_p$. After this is done, we will have the inequality $$ ||f - f_n||_p \leq 2 ||f - g^N||_p. $$ Then, letting $N \to \infty$ and using the mentioned lemma, the result is proven.
To prove that $||f_n - g_n^N||_p \to ||f - g^N||_p$ as $n \to \infty$, we note that $$ ||f_n||_p^p = \int_\mathbb{R} |f_n|^p \mathrm{d}\lambda = \int_{E_N} |f_n|^p \mathrm{d}\lambda + \int_{E_N^C} |f_n|^p \mathrm{d}\lambda = ||g_n^N||_p^p + ||f_n - g_n^N||_p^p, $$ So that we have, by both assumptions made in (ii): \begin{align} ||f_n - g_n^N||_p^p &= ||f_n||_p^p - ||g_n^N||_p^p \\ &\to ||f||_p^p - ||g^N||_p^p \\ &= \int_\mathbb{R} |f|^p \mathrm{d}\lambda - \int_{E_N} |f|^p \rm{d}\lambda \\ &= \int_{E_N^C} |f|^p \rm{d}\lambda \\ &= ||f - g^N||_p^p. \end{align}