Skip to content

Commit

Permalink
feat(group_theory/quotient_group): map is a group hom
Browse files Browse the repository at this point in the history
  • Loading branch information
jcommelin committed Feb 26, 2019
1 parent 5da8605 commit 2b2e534
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/group_theory/quotient_group.lean
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,11 @@ instance is_group_hom_quotient_lift :
attribute [to_additive quotient_add_group.is_add_group_hom_quotient_lift] quotient_group.is_group_hom_quotient_lift
attribute [to_additive quotient_add_group.is_add_group_hom_quotient_lift.equations._eqn_1] quotient_group.is_group_hom_quotient_lift.equations._eqn_1

@[to_additive quotient_add_group.map_is_add_group_hom]
instance map_is_group_hom (M : set H) [normal_subgroup M]
(f : G → H) [is_group_hom f] (h : N ⊆ f ⁻¹' M) : is_group_hom (map N M f h) :=
quotient_group.is_group_hom_quotient_lift _ _ _

open function is_group_hom

@[to_additive quotient_add_group.injective_ker_lift]
Expand Down

0 comments on commit 2b2e534

Please sign in to comment.