Proof that if $s_n \leq t_n$ for $n \geq N$, then $\liminf_{n \rightarrow \infty} s_n \leq \liminf_{n \rightarrow \infty} t_n$

Solution 1:

You are making it too hard for yourself.

By definition, $\liminf_{n \to \infty} a_n = \lim_{n \to \infty} \inf_{k\geq n} a_k$. Also, notice that the sequence $\inf_{k\geq n} a_k$ is non-decreasing.

So, if $s_n \leq t_n$, then clearly $\inf_{k\geq n} s_k \leq t_n$, for any $n$. From this it follows that $\inf_{k\geq n} s_k \leq \inf_{k\geq n} t_k$, for any $n$ (if not, then $\inf_{k\geq n} s_k > t_{k'}$, for some $k' \geq n$, which is an immediate contradiction).

Since both sides are non-decreasing, we have $\inf_{k\geq n} s_k \leq \lim_{n' \to \infty} \inf_{k\geq n'} t_k = \liminf_{n \to \infty} t_n$, and then we have $\lim_{n' \to \infty} \inf_{k\geq n'} s_k = \liminf_{n \to \infty} s_n \leq \liminf_{n \to \infty} t_n$, as desired.