Theorems · Definition · category theory
CategoryTheory.Limits.Cocone.precomposeComp
{J : Type u₁} →
[inst : CategoryTheory.Category.{v₁, u₁} J] →
{C : Type u₃} →
[inst_1 : CategoryTheory.Category.{v₃, u₃} C] →
{F G H : CategoryTheory.Functor J C} →
(β : H ⟶ G) →
(α : G ⟶ F) →
CategoryTheory.Limits.Cocone.precompose (CategoryTheory.CategoryStruct.comp β α) ≅
(CategoryTheory.Limits.Cocone.precompose α).comp (CategoryTheory.Limits.Cocone.precompose β)Precomposing a cocone by the composite natural transformation α ≫ β is the same as
precomposing by β and then by α.
- Defined in
- Mathlib.CategoryTheory.Limits.Cones
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 32 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
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.Functor.objproof · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.compstatement · cited by 6,529
- CategoryTheory.Isostatement · cited by 3,963
- CategoryTheory.Limits.Cocone.ptproof · cited by 1,354
- CategoryTheory.Limits.Coconestatement and proof · cited by 746
- CategoryTheory.Iso.reflproof · cited by 727
- CategoryTheory.Limits.Cocone.precomposestatement and proof · cited by 87
- CategoryTheory.NatIso.ofComponents'proof · cited by 12
Cited by3
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.Cocone.precomposeComp_hom_app_homstatement and proof · cited by 0
- CategoryTheory.Limits.Cocone.precomposeComp_inv_app_homstatement and proof · cited by 0
- CategoryTheory.Limits.Cocones.postcomposeCompproof · cited by 0