Skip to content

Commit

Permalink
Update Mathlib/GroupTheory/QuotientGroup/Basic.lean
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Browning <[email protected]>
  • Loading branch information
jhanschoo and tb65536 authored Jan 6, 2025
1 parent 9accfa0 commit 80d98a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mathlib/GroupTheory/QuotientGroup/Basic.lean
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ theorem comap_map_mk' (N H : Subgroup G) [N.Normal] :
or fourth isomorphism theorem for multiplicative groups-/
@[to_additive "The **correspondence theorem**, or lattice theorem,
or fourth isomorphism theorem for additive groups"]
def comap_mk'_OrderIso (N : Subgroup G) [hn : N.Normal] :
def comapMk'OrderIso (N : Subgroup G) [hn : N.Normal] :
Subgroup (G ⧸ N) ≃o { H : Subgroup G // N ≤ H } where
toFun H' := ⟨Subgroup.comap (mk' N) H', le_comap_mk' N _⟩
invFun H := Subgroup.map (mk' N) H
Expand Down

0 comments on commit 80d98a9

Please sign in to comment.