Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.evaluationJointlyReflectsLimits

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    {J : Type u₁} →
      [inst_1 : CategoryTheory.Category.{v₁, u₁} J] →
        {K : Type u₂} →
          [inst_2 : CategoryTheory.Category.{v₂, u₂} K] →
            {F : CategoryTheory.Functor J (CategoryTheory.Functor K C)} →
              (c : CategoryTheory.Limits.Cone F) →
                ((k : K) → CategoryTheory.Limits.IsLimit (((CategoryTheory.evaluation K C).obj k).mapCone c)) →
                  CategoryTheory.Limits.IsLimit c

The evaluation functors jointly reflect limits: that is, to show a cone is a limit of F it suffices to show that each evaluation cone is a limit. In other words, to prove a cone is limiting you can show it's pointwise limiting.

Defined in
Mathlib.CategoryTheory.Limits.FunctorCategory.Basic
Cited by
7 results in Mathlib
Foundations
Depth 33 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Category

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

CategoryTheory.Limits.preservesLimit_of_evaluation · cited by 2Limits.preservesLimit_of_…CategoryTheory.IsPullback.of_forall_isPullback_app · cited by 2IsPullback.of_forall_isPu…CategoryTheory.Limits.pointwiseBinaryBicone.isBilimit · cited by 2pointwiseBinaryBicone.isB…CategoryTheory.IsSifted.nonempty_of_colim_preservesLimitsOfShapeFinZero · cited by 1IsSifted.nonempty_of_coli…SSet.relativeCellComplexOfMono.isPullback · cited by 1relativeCellComplexOfMono…SSet.Subcomplex.Pairing.RankFunction.isPullback · cited by 1RankFunction.isPullbackCategoryTheory.isVanKampenColimit_of_evaluation · cited by 0CategoryTheory.isVanKampe…CategoryTheory.Limits.combinedIsLimit · cited by 0Limits.combinedIsLimitCategoryTheory.Limits.kerIsKernel · cited by 0Limits.kerIsKernelCategoryTheory.Limits.pointwiseBinaryBicone.isBilimit_isLimit · cited by 0pointwiseBinaryBicone.isB…CategoryTheory.Limits.PullbackCone.combineIsLimit · cited by 0PullbackCone.combineIsLim…CategoryTheory.Functor.isTerminal · cited by 0Functor.isTerminalCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.NatTrans.app · cited by 7406NatTrans.appCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Limits.Cone.pt · cited by 1298Cone.ptCategoryTheory.Limits.Cone · cited by 710Limits.ConeCategoryTheory.Limits.IsLimit · cited by 664Limits.IsLimitCategoryTheory.Limits.Cone.π · cited by 500Cone.πCategoryTheory.Functor.whiskerRight · cited by 467Functor.whiskerRightCategoryTheory.evaluation · cited by 173CategoryTheory.evaluationCategoryTheory.Limits.IsLimit.lift · cited by 167IsLimit.liftCategoryTheory.Functor.mapCone · cited by 147Functor.mapConeLimits.evaluationJointlyRefle…CITED BYCITES

Cites15

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by12

Results whose statement or proof uses this declaration.