Prove that for all integrable functions $g_n, g$, we have the implication $\|g_n-g\|_1\to 0\Rightarrow \|g_n\|_1\to \|g\|_1$ as $n\to \infty$. Is the converse true?
It seems like $|g_n-g|_1 \to 0$ implies that $|\int_X g_n dm - \int_x g dm| \to 0$, since the latter is bounded by $\int_X|g_n-g| dm$. Is it okay to just take the limit and call it good? I feel like I am missing some details here. Also, what about the converse?
It looks like your reasoning is fine, except that you may want to add some more detail as to how $$\left|\, \int_{X} g_n \, dm - \int_{X}g\, dm \,\right|$$ is related to the (absolute value of) the difference of the norms. Specifically, I’d write something like $$\left|\, ||g_n||_{1} - ||g||_1 \,\right| = \left|\, \int_{X} |g_n| \, dm - \int_{X} |g| \, dm \,\right| \leq \int_{X} \left| \,|g_n| - |g| \,\right| \, dm \leq \int_{X} |g_n - g| \, dm.$$
The converse is false. As a counterexample, let $X = [0, 1]$ with Lebesgue measure. Let $g_n = 2 \, \chi_{[0,1/2]}$ (two times the characteristic function of $[0, 1/2]$) if $n$ is even, and let $g_n = 2\chi_{[1/2, 1]}$ if $n$ is odd. Finally, let $g(x) = 1$ for all $x \in [0,1]$.