Ordered sets $\langle \mathbb{N} \times \mathbb{Q}, \le_{lex} \rangle$ and $\langle \mathbb{Q} \times \mathbb{N}, \le_{lex} \rangle$ not isomorphic

278 Views Asked by At

I'm doing this exercise:
Prove that ordered sets $\langle \mathbb{N} \times \mathbb{Q}, \le_{lex} \rangle$ and $\langle \mathbb{Q} \times \mathbb{N}, \le_{lex} \rangle$ are not isomorphic ($\le_{lex}$ means lexigraphic order).

I don't know how to start (I know that to prove that ordered sets are isomorphic I would make a monotonic bijection, but how to prove they aren't isomorphic?).

3

There are 3 best solutions below

4
On BEST ANSWER

Recall that the lexicographic order on $A\times B$ is essentially to take $A$ and replace each point with a copy of $B$.

So only in one of these lexicographic orders every element has an immediate successor. And having an immediate successor is preserved under isomorphisms.

(Generally, to show two orders are not isomorphic you need to show either there are no bijections between the sets (e.g. $\Bbb Q$ and $\Bbb R$ are not isomorphic because there is no bijection between them) or that there are properties true for one ordered and set and not for the other that are preserved under isomorphisms, like having minimum or being a linear order, or having immediate successors.)

0
On

To prove two structures aren't isomorphic, one good approach is to find a property that one structure satisfies that the other doesn't; and then show that property is preserved by isomorphisms.

For the specific example: have you tried drawing the two linear orders in question? What's a property $\mathbb{Q}$ has, that $\mathbb{Z}$ doesn't?

2
On

Suppose there is an isomorphism $\phi:\mathbb{Q} \times \mathbb{N} \to \mathbb{N} \times \mathbb{Q} $.

Let $(n,q) = \phi((0,0))$ and let $(a,b) = \phi^{-1}((n,q-1))$. Note that we must have $a<0$ since $(n,q-1) < (n,q)$.

Note that we have $(a,b) < (a,b+1) < (0,0)$.

Note that there are no elements in $\mathbb{N} \times \mathbb{Q}$ between $(n,q-1)$ and $(n,q)$ and since we must have $(n,q-1) = \phi(a,b) < \phi(a,b+1) < \phi(0,0) = (n,q)$ we have a contradiction.