Theorems · Theorem · group theory
QuotientAddGroup.map_map
∀ {G : Type u_1} {H : Type u_2} [inst : AddGroup G] [inst_1 : AddGroup H] (N : AddSubgroup G) [nN : N.Normal]
{I : Type u_5} [inst_2 : AddGroup I] (M : AddSubgroup H) (O : AddSubgroup I) [inst_3 : M.Normal] [inst_4 : O.Normal]
(f : G →+ H) (g : H →+ I) (hf : N ≤ AddSubgroup.comap f M) (hg : M ≤ AddSubgroup.comap g O)
(hgf : optParam (N ≤ AddSubgroup.comap (g.comp f) O) ⋯) (x : G ⧸ N),
(QuotientAddGroup.map M O g hg) ((QuotientAddGroup.map N M f hf) x) = (QuotientAddGroup.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
- AddGroupstatement and proof · cited by 4,410
- AddSubgroupstatement and proof · cited by 3,232
- AddMonoidHomstatement and proof · cited by 3,230
- LE.le.transstatement · cited by 3,151
- HasQuotient.Quotientstatement and proof · cited by 2,301
- QuotientAddGroup.mkproof · cited by 348
- AddMonoidHom.compstatement and proof · cited by 339
- LE.le.trans_eqstatement · cited by 328
- AddSubgroup.Normalstatement and proof · cited by 183
- AddSubgroup.comapstatement and proof · cited by 123
- QuotientAddGroup.induction_onproof · cited by 33
Cited by1
Results whose statement or proof uses this declaration.
- QuotientAddGroup.map_comp_mapproof · cited by 0