Games are densely ordered #
We provide instances of DenselyOrdered
for IGame
and Game
.
theorem
IGame.tiny_le_of_pos_of_forall_neg_le
{x a : IGame}
(hx : 0 < x)
(ha : ∀ y ∈ x.rightMoves, ∀ z ∈ y.rightMoves, -a ≤ z)
:
We provide instances of DenselyOrdered
for IGame
and Game
.