Commit 2022-07-22 09:11 30edc932
View on Github →chore(set_theory/game/nim): review simp
lemmas (#15407)
This PR does the following:
- Untag
grundy_value_eq_iff_equiv_nim
,grundy_value_eq_iff_equiv
, andgrundy_value_iff_equiv_zero
assimp
, since it's sometimes easier to directly prove the equality of Grundy values than it is the equivalence of games. - Untag
nim_zero_equiv
andnim_one_equiv
assimp
- since equivalences can't be used to rewrite, these are nearly useless assimp
lemmas. - Tag
nim.grundy_value
andgrundy_value_star
assimp
.