Theorems · Definition · category theory
CategoryTheory.Limits.evaluationCoconePointwiseProductIso
{C : Type u_1} →
[inst : CategoryTheory.Category.{v_1, u_1} C] →
{D : Type u_2} →
[inst_1 : CategoryTheory.Category.{v_2, u_2} D] →
{α : Type u_3} →
{I : α → Type u_4} →
[inst_2 : (i : α) → CategoryTheory.Category.{u_5, u_4} (I i)] →
[inst_3 : CategoryTheory.Limits.HasLimitsOfShape (CategoryTheory.Discrete α) C] →
(F : (i : α) → CategoryTheory.Functor (I i) (CategoryTheory.Functor D C)) →
(X : D) →
(c : (i : α) → CategoryTheory.Limits.Cocone (F i)) →
((CategoryTheory.evaluation D C).obj X).mapCocone
(CategoryTheory.Limits.coconePointwiseProduct c) ≅
(CategoryTheory.Limits.Cocone.precompose
(CategoryTheory.Limits.pointwiseProductCompEvaluation F X).hom).obj
(CategoryTheory.Limits.coconePointwiseProduct fun i =>
((CategoryTheory.evaluation D C).obj X).mapCocone (c i))In a functor category, coconePointwiseProduct commutes with evaluation.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 47 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
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
- CategoryTheory.Functor.objstatement · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Iso.homstatement · cited by 7,684
- CategoryTheory.Functor.compstatement · cited by 6,529
- CategoryTheory.Isostatement · cited by 3,963
- CategoryTheory.Discretestatement and proof · cited by 2,447
- CategoryTheory.Limits.Cocone.ptproof · cited by 1,354
- CategoryTheory.Limits.Coconestatement and proof · cited by 746
- CategoryTheory.Limits.HasLimitsOfShapestatement and proof · cited by 223
- CategoryTheory.evaluationstatement · cited by 173
- CategoryTheory.Functor.mapCoconestatement · cited by 161
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.