Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.colimitFiberwiseColimitIso

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

For every functor G on the Grothendieck construction Grothendieck F, if G has a colimit and every fiber of G has a colimit, then taking this colimit is isomorphic to first taking the fiberwise colimit and then the colimit of the resulting functor.

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

Around this declaration

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

CategoryTheory.Functor.colimitIsoColimitGrothendieck · cited by 4Functor.colimitIsoColimit…CategoryTheory.Limits.fiberwiseColimCompColimIso · cited by 2Limits.fiberwiseColimComp…CategoryTheory.Functor.ι_colimitIsoColimitGrothendieck_inv · cited by 2Functor.ι_colimitIsoColim…CategoryTheory.Limits.ι_colimitFiberwiseColimitIso_hom · cited by 2Limits.ι_colimitFiberwise…CategoryTheory.Limits.ι_colimitFiberwiseColimitIso_inv_assoc · cited by 1Limits.ι_colimitFiberwise…CategoryTheory.Limits.ι_colimitFiberwiseColimitIso_inv · cited by 1Limits.ι_colimitFiberwise…CategoryTheory.Limits.fiberwiseColimCompColimIso_hom_app · cited by 0Limits.fiberwiseColimComp…CategoryTheory.Limits.fiberwiseColimCompColimIso_inv_app · cited by 0Limits.fiberwiseColimComp…CategoryTheory.Limits.ι_colimitFiberwiseColimitIso_hom_assoc · cited by 0Limits.ι_colimitFiberwise…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.Functor.comp · cited by 6529Functor.compCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Cat · cited by 884CategoryTheory.CatCategoryTheory.Bundled.α · cited by 736Bundled.αCategoryTheory.Cat.Hom.toFunctor · cited by 531Hom.toFunctorCategoryTheory.Limits.colimit · cited by 453Limits.colimitCategoryTheory.Limits.HasColimit · cited by 307Limits.HasColimitCategoryTheory.Limits.colimit.isColimit · cited by 193colimit.isColimitCategoryTheory.Grothendieck · cited by 138CategoryTheory.Grothendie…CategoryTheory.Limits.IsColimit.coconePointUniqueUpToIso · cited by 67IsColimit.coconePointUniq…Limits.colimitFiberwiseColimi…CITED BYCITES

Cites19

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

Cited by9

Results whose statement or proof uses this declaration.