Theorems · Theorem · group theory
Subgroup.comap_comap
∀ {G : Type u_1} [inst : Group G] {N : Type u_5} [inst_1 : Group N] {P : Type u_6} [inst_2 : Group P] (K : Subgroup P)
(g : N →* P) (f : G →* N), Subgroup.comap f (Subgroup.comap g K) = Subgroup.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.
- Groupstatement and proof · cited by 6,238
- MonoidHomstatement and proof · cited by 3,629
- Subgroupstatement and proof · cited by 3,593
- MonoidHom.compstatement · cited by 469
- Subgroup.comapstatement · cited by 154
Cited by3
Results whose statement or proof uses this declaration.
- Subgroup.relIndex_comapproof · cited by 7
- QuotientGroup.map_mapstatement · cited by 1
- QuotientGroup.map_comp_mapstatement · cited by 0