Theorems · Theorem · category theory
CategoryTheory.Limits.preservesColimit_of_evaluation
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {D : Type u'} [inst_1 : CategoryTheory.Category.{v', u'} D]
{J : Type u₁} [inst_2 : CategoryTheory.Category.{v₁, u₁} J] {K : Type u₂}
[inst_3 : CategoryTheory.Category.{v₂, u₂} K] (F : CategoryTheory.Functor D (CategoryTheory.Functor K C))
(G : CategoryTheory.Functor J D),
(∀ (k : K), CategoryTheory.Limits.PreservesColimit G (F.comp ((CategoryTheory.evaluation K C).obj k))) →
CategoryTheory.Limits.PreservesColimit G FF : D ⥤ K ⥤ C preserves the colimit of some G : J ⥤ D if it does for each k : K.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 34 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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 and proof · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.compstatement and proof · cited by 6,529
- CategoryTheory.Limits.IsColimitproof · cited by 773
- CategoryTheory.Limits.Coconeproof · cited by 746
- CategoryTheory.Limits.PreservesColimitstatement and proof · cited by 278
- CategoryTheory.evaluationstatement and proof · cited by 173
- CategoryTheory.Functor.mapCoconeproof · cited by 161
- CategoryTheory.Limits.isColimitOfPreservesproof · cited by 118
- CategoryTheory.Limits.evaluationJointlyReflectsColimitsproof · cited by 8
Cited by2
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.preservesColimitsOfShape_of_evaluationproof · cited by 2
- CategoryTheory.MonoidalCategory.Limits.preservesCoLimit_curriedTensorproof · cited by 0