0

How do I find a subset $E$ of the rationals such that $(E,<) \cong (\alpha,\in)$ where $<$ is the usual ordering of the rationals and $\alpha$ is an ordinal?

$(E,<) \cong (\alpha,\in)$ means that there is a bijective map $f: E \rightarrow \alpha$ such that $a<b \Leftrightarrow f(a) \in f(b)$.

If this question is too general, consider the following special cases:

(a) $\alpha=\omega + 2$

(b) $\alpha=\omega \cdot 3$

(c) $\alpha=\omega \cdot \omega$

(d) $\alpha=\omega^\omega$

$\omega$ is the set of all natural numbers which is an ordinal.

bbw
  • 1,261

1 Answers1

1

A nice way to embed $\omega$ is as $1-\frac 1n$. That puts it into $(0,1)$, which is handy. Then to get $\omega+3$ just add $2,3,4$ to the list. To get $\omega \cdot 3$ just repeat three times. To get $\omega \cdot \omega$ there are a couple approaches. You can just put $\omega$ into $(n,n+1)$ for each $n$ or you can put $\omega$ into $(0,1), (1,\frac 32), (\frac 32, \frac 74)$ and so on. That might give you an idea for $\omega^\omega$

Ross Millikan
  • 374,822