You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This def in FLT/Mathlib/Topology/Algebra/Group/Quotient.lean should be refactored so that (a) it is a lemma about multiplicative groups (and the original def is obtained using @[to_additive]) and (b) it uses comap instead of map i.e. AddSubgroup.comap e H' = G'.
The text was updated successfully, but these errors were encountered:
This def in
FLT/Mathlib/Topology/Algebra/Group/Quotient.lean
should be refactored so that (a) it is a lemma about multiplicative groups (and the original def is obtained using@[to_additive]
) and (b) it usescomap
instead ofmap
i.e.AddSubgroup.comap e H' = G'
.The text was updated successfully, but these errors were encountered: