Consider the relation $<$ on $\mathbb{Q}$ defined by: $(m, n) < (j, k) \iff jn-mk \in \mathbb{N}.$
Where $m, j \in \mathbb{N}$ and $n, k\in\mathbb{Z}$
I want to show that $<$ is a total order.
I have showed $\forall_x\in\mathbb{Q}$ that $<$ is transitive and $ x\nless x$. That is equivalent to anti-symmetry. I have also showed that the relation is well-defined.
So the last thing I need to show is trichotomy: ($x<y$ or $y<x$ or $y=x$).
So we can satisfy the relation or not. If $jn-mk \in \mathbb{N}$ then we are done. Also, note that if this is the case than $mk-jk\notin\mathbb{N}$
Next, check if $mk-jn \in \mathbb{N}$ if so we are done. Similar to the above if this is the case than $jn-mk \notin \mathbb{N}$ Finally, the last case is that $jn=mk$. Note, in this case the relation cannot be satisfied. This is all three cases and they are mutually disjoint.
- Is my reasoning to show trichotomy correct?
EDIT I am skipping the typing required to show the details here, and am mainly interested in feedback on my trichotomy reasoning.
All help is greatly appreciated!