Theorems · Theorem · category theory
CategoryTheory.Limits.end_.map_comp_assoc
∀ {J : Type u} [inst : CategoryTheory.Category.{v, u} J] {C : Type u'} [inst_1 : CategoryTheory.Category.{v', u'} C]
{F : CategoryTheory.Functor Jᵒᵖ (CategoryTheory.Functor J C)} [inst_2 : CategoryTheory.Limits.HasEnd F]
{F' : CategoryTheory.Functor Jᵒᵖ (CategoryTheory.Functor J C)} [inst_3 : CategoryTheory.Limits.HasEnd F'] (f : F ⟶ F')
{F'' : CategoryTheory.Functor Jᵒᵖ (CategoryTheory.Functor J C)} [inst_4 : CategoryTheory.Limits.HasEnd F'']
(g : F' ⟶ F'') {Z : C} (h : CategoryTheory.Limits.end_ F'' ⟶ Z),
CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.end_.map f)
(CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.end_.map g) h) =
CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.end_.map (CategoryTheory.CategoryStruct.comp f g)) h- Defined in
- Mathlib.CategoryTheory.Limits.Shapes.End
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 33 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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 and proof · cited by 16,252
- Oppositestatement and proof · cited by 8,081
- CategoryTheory.Category.assocproof · cited by 6,433
- CategoryTheory.Limits.end_statement and proof · cited by 20
- CategoryTheory.Limits.HasEndstatement and proof · cited by 14
- CategoryTheory.Limits.end_.mapstatement and proof · cited by 6
- CategoryTheory.Limits.end_.map_compproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.