Here are what I am allowed to use: Suppose $C$ denotes the set of all rational Cauchy sequences, and ~ denotes the relation on $C$, where $\{x_n\}$~$\{y_n\}$ means their term-wise difference tends to zero. Then the quotient $C$/~ denotes all equivalent classes of $C$ under ~.
Define the $>$ to be an order on $C$/~ such that if $x,y\in C/$~ and $y>x$, then there exists $\epsilon\in \mathbb{Q}^+$ such that for all $N>0$ there is some $n>N$ and $y_n\geq x_n+\epsilon$.
Show that for all $x,y\in C/$~, and $y>x$ there is some $r\in \mathbb{Q}$ such that $y>r>x$, note $r\mapsto [r]\in C/$~, where $[r]$ is the class of constant rational sequence.
Here is my approach.
Let $x,y\in C/$~ and $y>x$, and pick $\epsilon_1>0$ such that for all $N>0$ there is some $n_1>N$ and $y_{n_1}\geq x_{n_1} +\epsilon_1$. since $\{x_n\}\in x$ and $\{y_n\}\in y$ are cauchy, the above inequality holds for all $N$, pick $N=\max\{N_x,N_y\}$($N_x,N_y$ are the $N$s where $n,m>N_x\implies |x_n-x_m|<\epsilon$,... etc), then pick $N^\prime=n_{1}+1$ then there exists some $n_2\neq n_1$ and $y_{n_2}\geq x_{n_2}+\epsilon_1$, then $$x_{n_1}<x_{n_2}+\epsilon_1 \leq y_{n_2}<y_{n_1}+\epsilon_1$$
I'm thinking we can then pick $r=x_{n_2}+\epsilon_1$, since it's fixed, and then we have $y_{n_1}+\epsilon_1>r>x_{n_1}$. This is as far as I could get, I can't seem to get rid of the $\epsilon_1$.