Define the relation on $\mathbb{Q}$ by $$[m,n]<[j,k]$$ if and only if $jn-mk$ belongs to $\mathbb{N}$, $j$ and $m$ belong to $\mathbb{Z}$, $n$ and $k$ belong to $\mathbb{N}$.
(a) Show that $<$ is well defined, that is if $(m,n)\sim (m',n')$ and $(j,k)\sim(j',k')$, then $jn-mk$ belongs to $\mathbb{N}$ if and only if $j'n'-m'k'$ belongs to $\mathbb{N}$. Here, $(m,n)\sim (j,k)$ means $mk=jn$.
(b) Show that $<$ is a total order relation on $\mathbb{Q}$.
I get stuck how to use the conditions: $mn'=m'n$ derived from $(m,n)\sim(m',n')$, $jk'=j'k$ derived from $(j,k)\sim(j',k')$ and $jn-mk$ is an natural number to show that $j'n'-m'k'$ is also an natural number in part (a). Thank you!