Small games all around #
We define dicotic games, games x
where both players can move from
every nonempty subposition of x
. We prove that these games are small, and relate them
to infinitesimals.
TODO #
- Define infinitesimal games as games
x
such that∀ r : ℝ, 0 < r → -r < x ∧ x < r
- (Does this hold for small infinitesimal games?)
- Prove that any short dicotic game is an infinitesimal (but not vice versa, consider
ω⁻¹
)
Dicotic games #
A game x
is dicotic if both players can move from every nonempty subposition of x
.
- out : IGame.DicoticAux✝ x
Instances
theorem
IGame.Dicotic.mk'
{x : IGame}
(h : x.leftMoves = ∅ ↔ x.rightMoves = ∅)
(hl : ∀ y ∈ x.leftMoves, y.Dicotic)
(hr : ∀ y ∈ x.rightMoves, y.Dicotic)
:
x.Dicotic
theorem
IGame.Dicotic.of_mem_rightMoves
{x y : IGame}
[hx : x.Dicotic]
(h : y ∈ x.rightMoves)
:
y.Dicotic