Theorems · Theorem · group theory
QuotientGroup.map_map
∀ {G : Type u_1} {H : Type u_2} [inst : Group G] [inst_1 : Group H] (N : Subgroup G) [nN : N.Normal] {I : Type u_5}
[inst_2 : Group I] (M : Subgroup H) (O : Subgroup I) [inst_3 : M.Normal] [inst_4 : O.Normal] (f : G →* H) (g : H →* I)
(hf : N ≤ Subgroup.comap f M) (hg : M ≤ Subgroup.comap g O) (hgf : optParam (N ≤ Subgroup.comap (g.comp f) O) ⋯)
(x : G ⧸ N), (QuotientGroup.map M O g hg) ((QuotientGroup.map N M f hf) x) = (QuotientGroup.map N O (g.comp f) hgf) x- Defined in
- Mathlib.GroupTheory.QuotientGroup.Defs
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 80 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Groupstatement and proof · cited by 6,238
- MonoidHomstatement and proof · cited by 3,629
- Subgroupstatement and proof · cited by 3,593
- LE.le.transstatement · cited by 3,151
- HasQuotient.Quotientstatement and proof · cited by 2,301
- MonoidHom.compstatement and proof · cited by 469
- Subgroup.Normalstatement and proof · cited by 334
- LE.le.trans_eqstatement · cited by 328
- QuotientGroup.mkproof · cited by 196
- Subgroup.comapstatement and proof · cited by 154
- QuotientGroup.induction_onproof · cited by 17
Cited by1
Results whose statement or proof uses this declaration.
- QuotientGroup.map_comp_mapproof · cited by 0