Mathlib Map

Theorems · Definition · group theory

QuotientAddGroup.map

{G : Type u_1} →
  {H : Type u_2} →
    [inst : AddGroup G] →
      [inst_1 : AddGroup H] →
        (N : AddSubgroup G) →
          [nN : N.Normal] →
            (M : AddSubgroup H) → [inst_2 : M.Normal] → (f : G →+ H) → N ≤ AddSubgroup.comap f M → G ⧸ N →+ H ⧸ M

An AddGroup homomorphism f : G →+ H induces a map G/N →+ H/M if N ⊆ f⁻¹(M).

Defined in
Mathlib.GroupTheory.QuotientGroup.Defs
Cited by
10 results in Mathlib
Foundations
Depth 79 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
AddGroupAddGroupAddSubgroup.NormalAddSubgroup.Normal

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

QuotientAddGroup.congr · cited by 4QuotientAddGroup.congrQuotientAddGroup.quotientQuotientEquivQuotientAux · cited by 2QuotientAddGroup.quotient…ProfiniteAddGrp.toFiniteQuotientFunctor · cited by 2ProfiniteAddGrp.toFiniteQ…QuotientAddGroup.map_id_apply · cited by 1QuotientAddGroup.map_id_a…QuotientAddGroup.map_map · cited by 1QuotientAddGroup.map_mapQuotientAddGroup.map_surjective_of_surjective · cited by 1QuotientAddGroup.map_surj…QuotientAddGroup.quotientMapAddSubgroupOfOfLe · cited by 1QuotientAddGroup.quotient…AddAction.zmultiplesQuotientStabilizerEquiv · cited by 1AddAction.zmultiplesQuoti…QuotientAddGroup.ker_map · cited by 0QuotientAddGroup.ker_mapAddCommGroup.freeRank_ge_of_surjective · cited by 0AddCommGroup.freeRank_ge_…QuotientAddGroup.map_comp_map · cited by 0QuotientAddGroup.map_comp…QuotientAddGroup.map_id · cited by 0QuotientAddGroup.map_idQuotientAddGroup.map_mk · cited by 0QuotientAddGroup.map_mkQuotientAddGroup.map_mk' · cited by 0QuotientAddGroup.map_mk'QuotientAddGroup.quotientQuotientEquivQuotient · cited by 0QuotientAddGroup.quotient…AddGroup · cited by 4410AddGroupAddSubgroup · cited by 3232AddSubgroupAddMonoidHom · cited by 3230AddMonoidHomHasQuotient.Quotient · cited by 2301HasQuotient.QuotientAddMonoidHom.comp · cited by 339AddMonoidHom.compAddSubgroup.Normal · cited by 183AddSubgroup.NormalAddSubgroup.comap · cited by 123AddSubgroup.comapQuotientAddGroup.mk' · cited by 60QuotientAddGroup.mk'QuotientAddGroup.lift · cited by 15QuotientAddGroup.liftQuotientAddGroup.mapCITED BYCITES

Cites9

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by18

Results whose statement or proof uses this declaration.