Let $(x_n)$ and $(y_n)$ convergent sequence. Is there an easier way to prove that if $x_n\leq y_n$ for all $n$, then $\lim_{n\to\infty }x_n\leq \lim_{n\to\infty }y_n$ ?
This is how I do:
Let $\ell=\lim_{n\to\infty }x_n$ and $\ell'=\lim_{n\to\infty }y_n$. Suppose $\ell'<\ell$. Let $\varepsilon=\frac{\ell-\ell'}{2}$. In particular, there is a $N$ such that $y_N\in]\ell'-\varepsilon,\ell'+\varepsilon[$ and $x_N\in]\ell-\varepsilon,\ell+\varepsilon[$ and thus $y_N<x_N$ which is a contradiction with the fact that $x_n\leq y_n$ for all $n$.
I would like to know if there is another proof that doesn't use contradiction.