The functor from Set.Iic j
deduced from a cocone #
Given a functor F : Set.Iio j ⥤ C
and c : Cocone F
, we define
an extension of F
as a functor Set.Iic j ⥤ C
for which
the top element is mapped to c.pt
.
Auxiliary definition for Functor.ofCocone
.
Equations
- CategoryTheory.Functor.ofCocone.obj c i = if hi : i < j then F.obj ⟨i, hi⟩ else c.pt
Instances For
Auxiliary definition for Functor.ofCocone
.
Equations
Instances For
Auxiliary definition for Functor.ofCocone
.
Instances For
Auxiliary definition for Functor.ofCocone
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Given a functor F : Set.Iio j ⥤ C
and a cocone c : Cocone F
,
where j : J
and J
is linearly ordered, this is the functor
Set.Iic j ⥤ C
which extends F
and sends the top element to c.pt
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The isomorphism (ofCocone c).obj ⟨i, _⟩ ≅ F.obj ⟨i, _⟩
when i < j
.
Equations
- CategoryTheory.Functor.ofCoconeObjIso c i hi = CategoryTheory.Functor.ofCocone.objIso c (↑⟨i, ⋯⟩) hi
Instances For
The isomorphism (ofCocone c).obj ⟨j, _⟩ ≅ c.pt
.
Instances For
The isomorphism expressing that ofCocone c
extends the functor F
when c : Cocone F
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
If c
is a colimit cocone, then so is coconeOfLE (ofCocone c) (Preorder.le_refl j)
.
Equations
- One or more equations did not get rendered due to their size.