Theorems · Theorem · category theory
CategoryTheory.Under.mapComp_eq
∀ {T : Type u₁} [inst : CategoryTheory.Category.{v₁, u₁} T] {X Y Z : T} (f : X ⟶ Y) (g : Y ⟶ Z),
CategoryTheory.Under.map (CategoryTheory.CategoryStruct.comp f g) =
(CategoryTheory.Under.map g).comp (CategoryTheory.Under.map f)Mapping by the composite morphism f ≫ g is the same as mapping by f then by g.
- Defined in
- Mathlib.CategoryTheory.Comma.Over.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 30 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CategoryTheory.Category
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Functorstatement · cited by 16,252
- CategoryTheory.Functor.compstatement · cited by 6,529
- CategoryTheory.Category.assocproof · cited by 6,433
- CategoryTheory.Category.comp_idproof · cited by 2,119
- CategoryTheory.Category.id_compproof · cited by 1,998
- CategoryTheory.Comma.leftproof · cited by 886
- CategoryTheory.Comma.rightproof · cited by 727
- CategoryTheory.Comma.homproof · cited by 490
- CategoryTheory.Understatement and proof · cited by 276
Cited by3
Results whose statement or proof uses this declaration.
- CategoryTheory.Under.mapCompproof · cited by 2
- CategoryTheory.Under.mapComp_homstatement · cited by 0
- CategoryTheory.Under.mapComp_invstatement · cited by 0