Theorems · Theorem · group theory
QuotientAddGroup.map_comp_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) ⋯),
(QuotientAddGroup.map M O g hg).comp (QuotientAddGroup.map N M f hf) = QuotientAddGroup.map N O (g.comp f) hgf- Defined in
- Mathlib.GroupTheory.QuotientGroup.Defs
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 81 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- 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 · cited by 2,301
- AddMonoidHom.compstatement and proof · cited by 339
- LE.le.trans_eqstatement · cited by 328
- AddSubgroup.Normalstatement and proof · cited by 183
- AddMonoidHom.extproof · cited by 149
- AddSubgroup.comapstatement and proof · cited by 123
- AddSubgroup.comap_monostatement · cited by 11
- QuotientAddGroup.mapstatement · cited by 10
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.