Commit 2023-02-02 05:17 cc9e72df
View on Github →feat: port GroupTheory.QuotientGroup (#1996) porting notes:
- near line 595: Lean 4 couldn't find a
Setoid
instance that Lean 3 found automatically (in part via unification). - near line 654, declaration
quotientQuotientEquivQuotient
: Theext
calls were totally borked, and in the first case even manually applying theext
lemmas didn't work out of the box because Lean couldn't unify the types (this was egregious)