Ordinals as games #
We define the canonical map Ordinal → SetTheory.PGame
, where every ordinal is mapped to the
game whose left set consists of all previous ordinals.
The map to surreals is defined in Ordinal.toSurreal
.
Main declarations #
Ordinal.toPGame
: The canonical map between ordinals and pre-games.Ordinal.toPGameEmbedding
: The order embedding version of the previous map.
@[irreducible]
Converts an ordinal into the corresponding pre-game.
Equations
Instances For
@[simp]
Converts an ordinal less than o
into a move for the PGame
corresponding to o
, and vice
versa.
Equations
Instances For
@[simp]
@[simp]
Equations
@[simp]
@[simp]
@[simp]
Converts an ordinal into the corresponding game.
Equations
Instances For
@[irreducible]
The natural addition of ordinals corresponds to their sum as games.
@[irreducible]
The natural multiplication of ordinals corresponds to their product as pre-games.