comm_gq_map

This commit is contained in:
Egbert Rijke 2016-11-10 15:40:12 -05:00
parent 7ab6eafc3c
commit c7ccd0d43b

View file

@ -142,6 +142,13 @@ namespace group
definition gq_map : G →g quotient_group N :=
homomorphism.mk class_of (λ g h, idp)
definition comm_gq_map {G : CommGroup} (N : subgroup_rel G) : G →g quotient_comm_group N :=
begin
fapply homomorphism.mk,
exact class_of,
exact λ g h, idp
end
namespace quotient
notation `⟦`:max a `⟧`:0 := gq_map a _
end quotient