Mathlib Map

Theorems · Definition · group theory

QuotientGroup.map

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

A group homomorphism f : G →* H induces a map G/N →* H/M if N ⊆ f⁻¹(M).

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

Around this declaration

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

QuotientGroup.congr · cited by 16QuotientGroup.congrClassGroup.extendedHom · cited by 7ClassGroup.extendedHomProfiniteGrp.toFiniteQuotientFunctor · cited by 3ProfiniteGrp.toFiniteQuot…QuotientGroup.quotientQuotientEquivQuotientAux · cited by 3QuotientGroup.quotientQuo…Matrix.ProjGenLinGroup.map · cited by 3ProjGenLinGroup.mapIsDedekindDomain.HeightOneSpectrum.valuationOfNeZeroMod · cited by 2HeightOneSpectrum.valuati…QuotientGroup.quotientQuotientEquivQuotient · cited by 1QuotientGroup.quotientQuo…Ideal.Quotient.stabilizerHomSurjectiveAuxFunctor · cited by 1Quotient.stabilizerHomSur…QuotientGroup.map_id · cited by 1QuotientGroup.map_idQuotientGroup.map_id_apply · cited by 1QuotientGroup.map_id_applyQuotientGroup.map_map · cited by 1QuotientGroup.map_mapQuotientGroup.map_mk' · cited by 1QuotientGroup.map_mk'QuotientGroup.quotientMapSubgroupOfOfLe · cited by 1QuotientGroup.quotientMap…QuotientGroup.map_surjective_of_surjective · cited by 1QuotientGroup.map_surject…ProfiniteGrp.ProfiniteCompletion.quotientMap · cited by 1ProfiniteCompletion.quoti…Group · cited by 6238GroupMonoidHom · cited by 3629MonoidHomSubgroup · cited by 3593SubgroupHasQuotient.Quotient · cited by 2301HasQuotient.QuotientMonoidHom.comp · cited by 469MonoidHom.compSubgroup.Normal · cited by 334Subgroup.NormalSubgroup.comap · cited by 154Subgroup.comapQuotientGroup.mk' · cited by 90QuotientGroup.mk'QuotientGroup.lift · cited by 8QuotientGroup.liftQuotientGroup.mapCITED BYCITES

Cites9

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

Cited by26

Results whose statement or proof uses this declaration.