Suppose we have two sequences ${a_n}$ and ${b_n}$, which satisfies $ a_n \le b_n$ for $n=1,2,3,\ldots$. Do we have the following inequalities to be true?
$$\limsup_{n \to \infty} a_n \le \limsup_{n \to \infty} b_n $$ $$ \liminf_{n \to \infty} a_n \le \liminf_{n \to \infty} b_n$$
In the case when $a_n$ and $b_n$ has a limit, the equations above are clearly true, since $a_n \le b_n $ implies $\lim_{n \to \infty} a_n \le \lim_{n \to \infty} b_n $. I'm just wondering in a general case when the limits of the two sequences don't necessarily exist, are these two inequalities still true?
They are both true. For each $n$, $a_k \le b_k \le \sup_{j \ge n} b_j$ for all $k \ge n$. Thus $\sup_{k \ge n} a_k \le \sup_{k \ge n} b_k$ for all $n$. Taking limits, $\limsup_{n \to \infty} a_n \le \limsup_{n\to \infty} b_n$. A similar argument produces the second inequality. For each $n$, $\inf_{j \ge n} a_j \le a_k \le b_k$ for all $k \ge n$. Thus $\inf_{k \ge n} a_k \le \inf_{k \ge n} b_k$ for all $n$. Taking limits results in $\liminf_{n\to \infty} a_n \le \liminf_{n\to \infty} b_n$.