Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.colimit.pre

{J : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} J] →
    {K : Type u₂} →
      [inst_1 : CategoryTheory.Category.{v₂, u₂} K] →
        {C : Type u} →
          [inst_2 : CategoryTheory.Category.{v, u} C] →
            (F : CategoryTheory.Functor J C) →
              [inst_3 : CategoryTheory.Limits.HasColimit F] →
                (E : CategoryTheory.Functor K J) →
                  [inst_4 : CategoryTheory.Limits.HasColimit (E.comp F)] →
                    CategoryTheory.Limits.colimit (E.comp F) ⟶ CategoryTheory.Limits.colimit F

The canonical morphism from the colimit of E ⋙ F to the colimit of F.

Defined in
Mathlib.CategoryTheory.Limits.HasLimits
Cited by
31 results in Mathlib
Foundations
Depth 24 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Limits.HasColimitCategoryTheory.Limits.HasColimit

Around this declaration

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

CategoryTheory.GrothendieckTopology.plusObj · cited by 56GrothendieckTopology.plus…CategoryTheory.Limits.fiberwiseColimit · cited by 23Limits.fiberwiseColimitCategoryTheory.Limits.colimit.ι_pre · cited by 21colimit.ι_preTopCat.Presheaf.stalkPushforward · cited by 12Presheaf.stalkPushforwardCategoryTheory.Functor.Final.colimitIso · cited by 8Final.colimitIsoTopCat.Presheaf.stalkPushforward_germ · cited by 6Presheaf.stalkPushforward…CategoryTheory.GrothendieckTopology.plusMap_toPlus · cited by 5GrothendieckTopology.plus…CategoryTheory.Limits.colimit.pre_desc · cited by 4colimit.pre_descAlgebraicGeometry.PresheafedSpace.stalkMap.comp · cited by 4stalkMap.compCategoryTheory.Functor.final_of_final_comp · cited by 4Functor.final_of_final_co…AlgebraicGeometry.PresheafedSpace.stalkMap.stalkSpecializes_stalkMap · cited by 4stalkMap.stalkSpecializes…CategoryTheory.Limits.colimit.ι_pre_assoc · cited by 4colimit.ι_pre_assocCategoryTheory.Functor.Final.colimitCompCoyonedaIso · cited by 2Final.colimitCompCoyoneda…CategoryTheory.Limits.colimit.ι_inv_pre · cited by 2colimit.ι_inv_preTopCat.Presheaf.germ_stalkPullbackHom · cited by 2Presheaf.germ_stalkPullba…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Limits.colimit · cited by 453Limits.colimitCategoryTheory.Limits.HasColimit · cited by 307Limits.HasColimitCategoryTheory.Limits.colimit.cocone · cited by 136colimit.coconeCategoryTheory.Limits.colimit.desc · cited by 63colimit.descCategoryTheory.Limits.Cocone.whisker · cited by 40Cocone.whiskercolimit.preCITED BYCITES

Cites9

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

Cited by36

Results whose statement or proof uses this declaration.