I'm looking through some notes on the surreal numbers, and have noticed that Dyadic rationals can be constructed in finitely many number of days, since they are products of integers with some power of $1/2$. I want to try prove this but I am not sure how to go about this. Any suggestions on how to start this, or any useful resources?
2026-03-25 03:07:34.1774408054
Every dyadic rational is constructed as a surreal number in finitely many days
180 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
$\newcommand{surr}[2]{\left\{ #1 \mathbin{\big\vert} #2 \right\}}$If you know about multiplication of surreal numbers, this is easy. Let $D$ be the set of surreal numbers constructed in finitely many days, or equivalently surreal numbers represented by games with finitely many positions. It is then clear from the recursive definitions that $D$ is closed under addition, multiplication, and negation. So to show $D$ contains all dyadic rationals, it suffices to show that $1/2\in D$, which is easy because we can just write down the game $\surr{0}{1}$ and check that $\surr{0}{1}+\surr{0}{1}=1$.
Alternatively, here is a proof using just the structure of the surreals as an ordered abelian group. Since $D$ is closed under addition and negation, it suffices to show that $1/2^n\in D$ for all $n$.
To show that, the idea is that $1/2=\surr{0}{1}$, $1/4=\surr{0}{1/2}$, $1/8=\surr{0}{1/4}$, and so on. To prove this, recursively define $x_0=1$ and $x_{n+1}=\surr{0}{x_n}$. You can then prove by induction that $2x_{n+1}=x_n$ for all $n$, from which it follows that $x_n=1/2^n$ for all $n$.
The details of how to carry out this induction are hidden below:
The converse is also true: every element of $D$ is a dyadic rational, so $D$ is exactly the set of dyadic rationals. The converse is harder to prove; see Prove that a surreal number is born in a finite stage if and only if it is of the form $\frac m{2^n}$. for one approach. More generally, you can find proofs of all the basic properties of surreal numbers in Conway's book On Numbers and Games.