Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.evaluationJointlyReflectsColimits

{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.Cocone F) →
                ((k : K) → CategoryTheory.Limits.IsColimit (((CategoryTheory.evaluation K C).obj k).mapCocone c)) →
                  CategoryTheory.Limits.IsColimit c

The evaluation functors jointly reflect colimits: that is, to show a cocone is a colimit of F it suffices to show that each evaluation cocone is a colimit. In other words, to prove a cocone is colimiting you can show it's pointwise colimiting.

Defined in
Mathlib.CategoryTheory.Limits.FunctorCategory.Basic
Cited by
8 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.

SSet.Subcomplex.BicartSq.isPushout · cited by 4BicartSq.isPushoutCategoryTheory.Limits.pointwiseBinaryBicone.isBilimit · cited by 2pointwiseBinaryBicone.isB…CategoryTheory.Limits.preservesColimit_of_evaluation · cited by 2Limits.preservesColimit_o…CategoryTheory.PreGaloisCategory.PointedGaloisObject.isColimit · cited by 1PointedGaloisObject.isCol…CategoryTheory.IsPushout.of_forall_isPushout_app · cited by 1IsPushout.of_forall_isPus…CategoryTheory.Functor.isInitial · cited by 0Functor.isInitialCategoryTheory.Limits.cokerIsCokernel · cited by 0Limits.cokerIsCokernelCategoryTheory.Functor.Elements.isColimitCoconeπOpCompShrinkYonedaFlip · cited by 0Elements.isColimitCoconeπ…CategoryTheory.isVanKampenColimit_of_evaluation · cited by 0CategoryTheory.isVanKampe…CategoryTheory.Limits.pointwiseBinaryBicone.isBilimit_isColimit · cited by 0pointwiseBinaryBicone.isB…SSet.relativeCellComplexOfMono.isPushout · cited by 0relativeCellComplexOfMono…SSet.isColimitCoforkπ₀Functor · cited by 0SSet.isColimitCoforkπ₀Fun…CategoryTheory.Limits.combinedIsColimit · cited by 0Limits.combinedIsColimitSSet.Subcomplex.MulticoequalizerDiagram.isColimit · cited by 0MulticoequalizerDiagram.i…CategoryTheory.FunctorCategory.prod_preservesColimits · cited by 0FunctorCategory.prod_pres…CategoryTheory.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.Cocone.pt · cited by 1354Cocone.ptCategoryTheory.Limits.IsColimit · cited by 773Limits.IsColimitCategoryTheory.Limits.Cocone · cited by 746Limits.CoconeCategoryTheory.Limits.Cocone.ι · cited by 605Cocone.ιCategoryTheory.Functor.whiskerRight · cited by 467Functor.whiskerRightCategoryTheory.evaluation · cited by 173CategoryTheory.evaluationCategoryTheory.Functor.mapCocone · cited by 161Functor.mapCoconeCategoryTheory.Limits.IsColimit.desc · cited by 144IsColimit.descLimits.evaluationJointlyRefle…CITED BYCITES

Cites15

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

Cited by16

Results whose statement or proof uses this declaration.