category_theory.functor.cones

F.cones is the functor assigning to an object X the type of natural transformations from the constant functor with value X to F. An object representing this functor is a limit of F.

category_theory.functor.cocones

F.cocones is the functor assigning to an object X the type of natural transformations from F to the constant functor with value X. An object corepresenting this functor is a colimit of F.

category_theory.cones

Functorially associated to each functor J ⥤ C, we have the C-presheaf consisting of cones with a given cone point.

category_theory.cocones

Contravariantly associated to each functor J ⥤ C, we have the C-copresheaf consisting of cocones with a given cocone point.

category_theory.limits.cone

A c : cone F is:

cone F is equivalent, via cone.equiv below, to Σ X, F.cones.obj X.

category_theory.limits.cocone

A c : cocone F is

cocone F is equivalent, via cone.equiv below, to Σ X, F.cocones.obj X.

category_theory.limits.cone.extend

A map to the vertex of a cone induces a cone by composition.

category_theory.limits.cone.naturality_concrete

Naturality of a cone over functors to a concrete category.

category_theory.limits.cocone.extend

A map from the vertex of a cocone induces a cocone by composition.

category_theory.limits.cocone.naturality_concrete

Naturality of a cocone over functors into a concrete category.

category_theory.limits.cones.ext

To give an isomorphism between cones, it suffices to give an isomorphism between their vertices which commutes with the cone maps.

category_theory.limits.cocones.ext

To give an isomorphism between cocones, it suffices to give an isomorphism between their vertices which commutes with the cocone maps.

category_theory.functor.map_cone

The image of a cone in C under a functor G : C ⥤ D is a cone in D.

category_theory.functor.map_cocone

The image of a cocone in C under a functor G : C ⥤ D is a cocone in D.