Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.cocones

{J : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} J] →
    {C : Type u₃} →
      [inst_1 : CategoryTheory.Category.{v₃, u₃} C] →
        CategoryTheory.Functor J C → CategoryTheory.Functor C (Type (max u₁ v₃))

If F : J ⥤ C then F.cocones is the functor assigning to an object (X : C) the type of natural transformations from F to the constant functor with value X. An object corepresenting this functor is a colimit of F.

Defined in
Mathlib.CategoryTheory.Limits.Cones
Cited by
9 results in Mathlib
Foundations
Depth 28 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Category

Around this declaration

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

CategoryTheory.cocones · cited by 5CategoryTheory.coconesCategoryTheory.Limits.IsColimit.OfNatIso.coconeOfHom · cited by 4OfNatIso.coconeOfHomCategoryTheory.Limits.IsColimit.OfNatIso.colimitCocone · cited by 3OfNatIso.colimitCoconeCategoryTheory.Limits.IsColimit.OfNatIso.homOfCocone · cited by 3OfNatIso.homOfCoconeCategoryTheory.Limits.Cocone.extensions · cited by 1Cocone.extensionsCategoryTheory.Limits.IsColimit.corepresentableBy · cited by 1IsColimit.corepresentable…CategoryTheory.Limits.IsColimit.OfNatIso.coconeOfHom_fac · cited by 1OfNatIso.coconeOfHom_facCategoryTheory.Limits.IsColimit.OfNatIso.coconeOfHom_homOfCocone · cited by 1OfNatIso.coconeOfHom_homO…CategoryTheory.Limits.IsColimit.OfNatIso.homOfCocone_coconeOfHom · cited by 1OfNatIso.homOfCocone_coco…CategoryTheory.Limits.colimit.homIso · cited by 1colimit.homIsoCategoryTheory.Limits.IsColimit.ofCorepresentableBy · cited by 1IsColimit.ofCorepresentab…CategoryTheory.Functor.cocones_map · cited by 0Functor.cocones_mapCategoryTheory.Functor.cocones_obj · cited by 0Functor.cocones_objCategoryTheory.Limits.Cocone.extensions_app · cited by 0Cocone.extensions_appCategoryTheory.Limits.Cocone.equiv · cited by 0Cocone.equivCategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Functor.const · cited by 1264Functor.constCategoryTheory.coyoneda · cited by 208CategoryTheory.coyonedaFunctor.coconesCITED BYCITES

Cites6

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

Cited by20

Results whose statement or proof uses this declaration.