Part of the Order Limit Theorem states that:
Assume $(u_n) \rightarrow l$ and $(v_n) \rightarrow m$, then if $v_n \le u_n$ for all $n \ge N \in \mathbb{N}$, then $m \le l$.
I can prove this. However, I was just wondering whether the "opposite" is also true, that is:
Assume $(u_n) \rightarrow l$ and $(v_n) \rightarrow m$, if $m < l$ then there exists $N \in \mathbb{N}$ such that for all $n \ge N$, $u_n > v_n$.
If true, how do I prove it?
Using the same notation as yours.
Let define $a_n= u_n-v_n$ so by the limit laws we already know that $a_n \to a$ where $a=l-m>0$. So we need to show that there is some $N$ such that $a_n>0$ for all $n\ge N$.
Setting $\varepsilon=a/2$, there is a $N$ such that for all $n\ge N$ we have $|a_n-a|< \varepsilon$, but this means $a_n>a-\varepsilon=a/2>0$. Thus for all $n\ge N$ we may have $a_n>0$, i.e., $u_n-v_n>0$ as was to be shown.