I'm currently going through Nik Weaver's "Forcing for Mathematicians" and doing the exercises. I'm looking for a hint on this one:
Show that every countable well-ordred set is order isomorphic to a subset of $\mathbb{Q}$
I'm assuming that this means using the normal less than relation on $\mathbb{Q}$.
Here is what I've tried so far.
Attempt 1
Let $X$ be a countable well-ordred set. I tried to take $x_1 = min(X)$, $x_2=min(X-\{x_1\})$, etc.... but this process may not exhaust all of $X$ (e.g. if $X=\mathbb{N}\times\mathbb{N}$ ordered by $(a_1, b_1)<(a_2,b_2)$ if either (a) $a_1<a_2$; or (b) $a_1=a_2$ and $b_1<b_2$.
Attempt 2
I also tried to generalize this taking $x_1,x_2,...,x_\omega,x_{\omega+1}, ...$, etc... and mapping this to elements of $\mathbb{Q}$ but even this process may not exhaust all of $X$. E.g. if $X$ is set of all integer polynomials of the ordinals $\omega_1$ and $\omega_2$ this process will never get to polynomials with $\omega_2$.
Attempt 3
So I wasn't able to construct a subset of $\mathbb{Q}$ like this. I am trying to take a different approach. I was thinking I can use Theorem 3.6 in Weaver's book which states:
Let $V$ and $W$ be well-ordered sets. Then exactly one of the following is true: V is order isomorphic to an initial segment of $W$, $W$ is order isomorphic to an initial segment of $V$, or $V$ and $W$ are order isomorphic to each other.
But I'm not sure if this is a good approach and, if so, how to use it.
Any hints/pointers in the right direction/etc... are appreciated.