Commit 2022-06-15 11:13 9c40f30a
View on Github →refactor(set_theory/game/*): fix theorem names (#14685)
Some theorems about exists
had forall
in the name, other theorems about swapped ≤
or ⧏
used le
and lf
instead of ge
and gf
.
We also golf le_of_forall_lt
.