mathlib3 documentation

set_theory.game.birthday

Birthdays of games #

THIS FILE IS SYNCHRONIZED WITH MATHLIB4. Any changes to this file require a corresponding PR to mathlib4.

The birthday of a game is an ordinal that represents at which "step" the game was constructed. We define it recursively as the least ordinal larger than the birthdays of its left and right games. We prove the basic properties about these.

Main declarations #

Todo #

noncomputable def pgame.birthday  :

The birthday of a pre-game is inductively defined as the least strict upper bound of the birthdays of its left and right games. It may be thought as the "step" in which a certain game is constructed.

Equations
@[simp]
theorem pgame.birthday_zero  :
@[simp]
theorem pgame.birthday_one  :
@[simp]
theorem pgame.neg_birthday (x : pgame) :
@[simp]
@[simp]
theorem pgame.birthday_add (x y : pgame) :
@[simp]
theorem pgame.birthday_add_nat (a : pgame) (n : ) :
theorem pgame.birthday_nat_add (a : pgame) (n : ) :