In the book of Mathematical Analysis I by V.A Zorich, at page 85, it is given that
Let ${x_n}$ and ${y_n}$ be two convergent sequences with $lim_{n→∞} x_n = A$ and $lim_{n→∞} y_n = B$. If $A<B$, then there exists an index $N ∈ \mathbb{N}$ such that $x_n < y_n$ for all $n \geq N.$
Proof: Choose a number $C$ such that $A<C<B$. By definition of limit, we can find numbers $N'$and $N''$such that $|x_n − A| < C − A$ for all $n>N'$and $|y_n − B| < B −C$ for all $n>N''$. Then for $n>N = max{N',N''}$ we shall have $x_n < A+C − A = C = B − (B − C)<y_n$.
However, I couldn't understand how the author get the last inequality, namely $$x_n < A+C − A = C = B − (B − C)<y_n.$$
I mean from the triangular inequality we can have $$|x_n - A| \leq |x_n| + |A| < C-A,$$ but after that how can we get rid of the absolute value of $A$ ? And similarly for the upper left of the inequality ?
If $|x_{n}-A|<C-A$, as $x_{n}-A\leq|x_{n}-A|$, so $x_{n}-A<C-A$, so $x_{n}<A+C-A$. If $|y_{n}-B|<B-C$, as $-(y_{n}-B)\leq|y_{n}-B|$, so $-(y_{n}-B)<B-C$, so $y_{n}-B>C-B$, so $y_{n}>C-B+B=C$.