Suppose $\{x_n\}\: \text{and}\: \{y_n\}$ are two sequences s.t. $$\lim_{n\to\infty}x_n=x$$ and $$\lim_{n\to\infty}y_n=y.$$ Then if $x_n \leq y_n, \forall n$, then $x \leq y$.
Proof: Fix $\epsilon >0.$ Observe that $\exists N$ s.t. if $n\geq N$ then $x_n\leq y_n$ and $$|x-x_n|+|y-y_n|<\epsilon/2. \quad{\text{(1)}}$$ Then if $n>N$, it follows that, $$x-y\leq x_n+\epsilon/2-(y_n-\epsilon/2)=x_n-y_n+\epsilon\leq \epsilon. \quad{\text{(*)}}$$ Since $\epsilon$ was arbitrary we have, $x-y\leq 0$ $\implies x \leq y.$
I don't get how step (*) was set up using (1). Any thoughts?
Basically they use (1) in the follwoing two forms:
Now, you get adding the green parts: $$x-y < x_n + \frac{\epsilon}{2} - (y_n - \frac{\epsilon}{2})$$