Theorems · Theorem · group theory
AddSubgroup.comap_comap
∀ {G : Type u_1} [inst : AddGroup G] {N : Type u_5} [inst_1 : AddGroup N] {P : Type u_6} [inst_2 : AddGroup P]
(K : AddSubgroup P) (g : N →+ P) (f : G →+ N),
AddSubgroup.comap f (AddSubgroup.comap g K) = AddSubgroup.comap (g.comp f) K- Defined in
- Mathlib.Algebra.Group.Subgroup.Map
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 22 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
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
- AddMonoidHom.compstatement · cited by 339
- AddSubgroup.comapstatement · cited by 123
Cited by3
Results whose statement or proof uses this declaration.
- AddSubgroup.relIndex_comapproof · cited by 7
- QuotientAddGroup.map_mapstatement · cited by 1
- QuotientAddGroup.map_comp_mapstatement · cited by 0