The definition of positivity in $\mathbb{Q}$ I'm using is:
$\frac{m}{n} \in \mathbb{Q}$ ($m,n \in \mathbb{Z}, n \neq 0$) is positive if $mn > 0$.
I'm trying to show that this definition is well-defined. Hence, if $(m,n) \sim (p,q)$ and $\frac{m}{n}$ is positive, then $\frac{p}{q}$ is positive. Here is my attempt at a proof.
Suppose $(m,n) \sim (p,q)$ and $\frac{m}{n}$ is positive. Then, $mn > 0$. It suffices to show that $pq > 0$.
Since $mn > 0$, $mn \neq 0$ by trichotomy. Hence, $m, n \neq 0$. So $m$ and $n$ must have the same sign. We have $mq = np$ by equivalence. Hence, $mq$ and $np$ must have the same sign. Since $m$ and $n$ have the same sign, it must be the case that $q$ and $p$ have the same sign. Since $q \neq 0$ by definition of $q$, $mq \neq 0$, so $np \neq 0$. Hence, $np \neq 0$. Hence, $p$ and $q$ are either both positive or both negative, so $pq > 0$.
How does this proof look? Are there any leaps of logic?
I am especially interested in feedback on this proof, but aside from that, I would love to hear if there is an easier way to prove this fact.
Looks good. If you are asking for easier, I have a suggestion that would cut down on the argumentation a little bit:
So the main ideas are exactly the same as in your proof, only difference is that I use the "same sign" argument exactly once in the end and that in this proof, $pq$ appears in a prominent place, making it (in my eyes, this is highly subjective) a little nicer to see the important points in the proof.