Theorems · Theorem · category theory
CategoryTheory.Limits.preservesLimit_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.PreservesLimit G (F.comp ((CategoryTheory.evaluation K C).obj k))) →
CategoryTheory.Limits.PreservesLimit G FF : D ⥤ K ⥤ C preserves the limit 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.Coneproof · cited by 710
- CategoryTheory.Limits.IsLimitproof · cited by 664
- CategoryTheory.Limits.PreservesLimitstatement and proof · cited by 293
- CategoryTheory.evaluationstatement and proof · cited by 173
- CategoryTheory.Functor.mapConeproof · cited by 147
- CategoryTheory.Limits.isLimitOfPreservesproof · cited by 76
- CategoryTheory.Limits.evaluationJointlyReflectsLimitsproof · cited by 7
Cited by2
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.preservesLimitsOfShape_of_evaluationproof · cited by 2
- CategoryTheory.MonoidalCategory.Limits.preservesLimit_curriedTensorproof · cited by 0