Merge branch 'master' of https://github.com/cmu-phil/Spectral
This commit is contained in:
commit
f0d595205c
2 changed files with 12 additions and 0 deletions
1
algebra/.#exact_couple.hlean
Symbolic link
1
algebra/.#exact_couple.hlean
Symbolic link
|
@ -0,0 +1 @@
|
|||
Steve@steveawodeysAir.wv.cc.cmu.edu.255
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue