Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.fiberwiseColim

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    (F : CategoryTheory.Functor C CategoryTheory.Cat) →
      (H : Type u₂) →
        [inst_1 : CategoryTheory.Category.{v₂, u₂} H] →
          [∀ (c : C), CategoryTheory.Limits.HasColimitsOfShape (↑(F.obj c)) H] →
            CategoryTheory.Functor (CategoryTheory.Functor (CategoryTheory.Grothendieck F) H)
              (CategoryTheory.Functor C H)

Similar to colimit and colim, taking fiberwise colimits is a functor (Grothendieck F ⥤ H) ⥤ (C ⥤ H) between functor categories.

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Grothendieck
Cited by
9 results in Mathlib
Foundations
Depth 50 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Limits.HasColimitsOfShape

Around this declaration

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

CategoryTheory.Limits.fiberwiseColimCompEvaluationIso · cited by 4Limits.fiberwiseColimComp…CategoryTheory.Limits.fiberwiseColimitLimitIso · cited by 3Limits.fiberwiseColimitLi…CategoryTheory.Limits.fiberwiseColimCompColimIso · cited by 2Limits.fiberwiseColimComp…CategoryTheory.Limits.fiberwiseColimCompColimIso_hom_app · cited by 0Limits.fiberwiseColimComp…CategoryTheory.Limits.fiberwiseColimCompColimIso_inv_app · cited by 0Limits.fiberwiseColimComp…CategoryTheory.Limits.fiberwiseColimCompEvaluationIso_hom_app · cited by 0Limits.fiberwiseColimComp…CategoryTheory.Limits.fiberwiseColimCompEvaluationIso_inv_app · cited by 0Limits.fiberwiseColimComp…CategoryTheory.Limits.fiberwiseColim_map_app · cited by 0Limits.fiberwiseColim_map…CategoryTheory.Limits.fiberwiseColim_obj · cited by 0Limits.fiberwiseColim_objCategoryTheory.Limits.fiberwiseColimitLimitIso_hom_app · cited by 0Limits.fiberwiseColimitLi…CategoryTheory.Limits.fiberwiseColimitLimitIso_inv_app · cited by 0Limits.fiberwiseColimitLi…CategoryTheory.Limits.fiberwiseColimitLimitIso.congr_simp · cited by 0fiberwiseColimitLimitIso.…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.map · cited by 8698Functor.mapCategoryTheory.Cat · cited by 884CategoryTheory.CatCategoryTheory.Bundled.α · cited by 736Bundled.αCategoryTheory.Functor.whiskerLeft · cited by 496Functor.whiskerLeftCategoryTheory.Limits.HasColimitsOfShape · cited by 308Limits.HasColimitsOfShapeCategoryTheory.Grothendieck · cited by 138CategoryTheory.Grothendie…CategoryTheory.Limits.colim · cited by 89Limits.colimCategoryTheory.Grothendieck.ι · cited by 38Grothendieck.ιCategoryTheory.Limits.fiberwiseColimit · cited by 23Limits.fiberwiseColimitLimits.fiberwiseColimCITED BYCITES

Cites13

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.