This commit is contained in:
Egbert Rijke 2016-11-10 16:25:11 -05:00
commit f0d595205c
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1 @@
Steve@steveawodeysAir.wv.cc.cmu.edu.255

View file

@ -220,6 +220,17 @@ namespace group
{fapply is_prop.elimo} }
end
definition comm_group_quotient_homomorphism (A B : CommGroup)(K : subgroup_rel A)(L : subgroup_rel B) (f : A →g B)
(p : Π(a:A), K(a) → L(f a)) : quotient_comm_group K →g quotient_comm_group L :=
begin
fapply quotient_group_elim,
exact (comm_gq_map L) ∘g f,
-- homomorphism.mk,
end
/- set generating normal subgroup -/
section