Misere combinatorial games.
@[simp]
The finite set of game forms born by day n.
Equations
- One or more equations did not get rendered due to their size.
- MisereGames.GameForm.birthdayFinset 0 = {0}
Instances For
theorem
MisereGames.GameForm.mem_birthdayFinset_succ
{x : GameForm}
{n : ℕ}
:
x ∈ birthdayFinset (n + 1) ↔ ∃ (l : Finset GameForm) (r : Finset GameForm), (l ⊆ birthdayFinset n ∧ r ⊆ birthdayFinset n) ∧ !{↑l | ↑r} = x
@[simp]