short exact sequences
This commit is contained in:
parent
e59f0adedf
commit
2d995b0347
1 changed files with 1 additions and 1 deletions
|
@ -382,7 +382,7 @@ definition ab_group_first_iso_thm {A B : AbGroup} (f : A →g B)
|
|||
exact is_surjective_kernel_quotient_to_image f
|
||||
end
|
||||
|
||||
definition codomain_surjection_is_quotient (A B : AbGroup) (f : A →g B)( H : is_surjective f)
|
||||
definition codomain_surjection_is_quotient {A B : AbGroup} (f : A →g B)( H : is_surjective f)
|
||||
: quotient_ab_group (kernel_subgroup f) ≃g B :=
|
||||
begin
|
||||
exact (ab_group_first_iso_thm f) ⬝g (iso_surjection_ab_image_incl f H)
|
||||
|
|
Loading…
Reference in a new issue