Commit 2022-11-06 07:48 4b788397
View on Github →feat(set_theory/game/basic): generalize equivalences to relabellings (#15252) This PR does the following:
- Generalize
quot_mul_comm
,quot_neg_mul
,quot_mul_neg
,quot_mul_one
,quot_one_mul
from pre-game equivalences to relabellings. - Add a bunch of
dsimp
lemmas, used inneg_mul_relabelling
. - Heavily golf the corresponding proofs.
- Uncontroversial spacing and parentheses fixes.