Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.fiberwiseColimit

{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] →
          (G : CategoryTheory.Functor (CategoryTheory.Grothendieck F) H) →
            [∀ {X Y : C} (f : X ⟶ Y),
                  CategoryTheory.Limits.HasColimit
                    ((F.map f).toFunctor.comp ((CategoryTheory.Grothendieck.ι F Y).comp G))] →
              CategoryTheory.Functor C H

A functor taking a colimit on each fiber of a functor G : Grothendieck F ⥤ H.

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

Around this declaration

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

CategoryTheory.Limits.fiberwiseColim · cited by 9Limits.fiberwiseColimCategoryTheory.Limits.colimitFiberwiseColimitIso · cited by 7Limits.colimitFiberwiseCo…CategoryTheory.Limits.hasColimit_of_hasColimit_fiberwiseColimit_of_hasColimit · cited by 4Limits.hasColimit_of_hasC…CategoryTheory.Limits.fiberwiseColimitLimitIso · cited by 3Limits.fiberwiseColimitLi…CategoryTheory.Functor.leftKanExtensionIsoFiberwiseColimit · cited by 3Functor.leftKanExtensionI…CategoryTheory.Limits.coconeFiberwiseColimitOfCocone · cited by 3Limits.coconeFiberwiseCol…CategoryTheory.Limits.coconeOfCoconeFiberwiseColimit · cited by 3Limits.coconeOfCoconeFibe…CategoryTheory.Limits.isColimitCoconeFiberwiseColimitOfCocone · cited by 2Limits.isColimitCoconeFib…CategoryTheory.Limits.ι_colimitFiberwiseColimitIso_hom · cited by 2Limits.ι_colimitFiberwise…CategoryTheory.Limits.ι_colimitFiberwiseColimitIso_inv_assoc · cited by 1Limits.ι_colimitFiberwise…CategoryTheory.Limits.natTransIntoForgetCompFiberwiseColimit · cited by 1Limits.natTransIntoForget…CategoryTheory.Limits.isColimitCoconeOfFiberwiseCocone · cited by 1Limits.isColimitCoconeOfF…CategoryTheory.Limits.ι_colimitFiberwiseColimitIso_inv · cited by 1Limits.ι_colimitFiberwise…CategoryTheory.Limits.coconeOfCoconeFiberwiseColimit_ι_app · cited by 0Limits.coconeOfCoconeFibe…CategoryTheory.Limits.fiberwiseColimCompColimIso_hom_app · cited by 0Limits.fiberwiseColimComp…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.Functor.map · cited by 8698Functor.mapCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Cat · cited by 884CategoryTheory.CatCategoryTheory.Bundled.α · cited by 736Bundled.αCategoryTheory.Cat.Hom.toFunctor · cited by 531Hom.toFunctorCategoryTheory.Functor.whiskerRight · cited by 467Functor.whiskerRightCategoryTheory.Limits.colimit · cited by 453Limits.colimitCategoryTheory.Limits.HasColimit · cited by 307Limits.HasColimitCategoryTheory.Functor.associator · cited by 276Functor.associatorLimits.fiberwiseColimitCITED BYCITES

Cites20

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

Cited by33

Results whose statement or proof uses this declaration.