comm_gq_map
This commit is contained in:
parent
7ab6eafc3c
commit
c7ccd0d43b
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue