Limits and colimits in the category of homological complexes #
In this file, it is shown that if a category C
has (co)limits of shape J
,
then it is also the case of the categories HomologicalComplex C c
,
and the evaluation functors eval C c i : HomologicalComplex C c ⥤ C
commute to these.
A cone in HomologicalComplex C c
is limit if the induced cones obtained
by applying eval C c i : HomologicalComplex C c ⥤ C
for all i
are limit.
Equations
- One or more equations did not get rendered due to their size.
Instances For
A cone for a functor F : J ⥤ HomologicalComplex C c
which is given in degree n
by
the limit F ⋙ eval C c n
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The cone coneOfHasLimitEval F
is limit.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- (_ : CategoryTheory.Limits.HasLimit F) = (_ : CategoryTheory.Limits.HasLimit F)
Equations
- One or more equations did not get rendered due to their size.
Equations
- (_ : CategoryTheory.Limits.HasLimitsOfShape J (HomologicalComplex C c)) = (_ : CategoryTheory.Limits.HasLimitsOfShape J (HomologicalComplex C c))
Equations
- HomologicalComplex.instPreservesLimitsOfShapeHomologicalComplexInstCategoryHomologicalComplexEval n = CategoryTheory.Limits.PreservesLimitsOfShape.mk
Equations
- (_ : CategoryTheory.Limits.HasFiniteLimits (HomologicalComplex C c)) = (_ : CategoryTheory.Limits.HasFiniteLimits (HomologicalComplex C c))
Equations
- HomologicalComplex.instPreservesFiniteLimitsHomologicalComplexInstCategoryHomologicalComplexEval n = CategoryTheory.Limits.PreservesFiniteLimits.mk
Equations
- (_ : CategoryTheory.Mono (φ.f n)) = (_ : CategoryTheory.Mono ((HomologicalComplex.eval C c n).toPrefunctor.map φ))
A cocone in HomologicalComplex C c
is colimit if the induced cocones obtained
by applying eval C c i : HomologicalComplex C c ⥤ C
for all i
are colimit.
Equations
- One or more equations did not get rendered due to their size.
Instances For
A cocone for a functor F : J ⥤ HomologicalComplex C c
which is given in degree n
by
the colimit of F ⋙ eval C c n
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The cocone coconeOfHasLimitEval F
is colimit.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- (_ : CategoryTheory.Limits.HasColimit F) = (_ : CategoryTheory.Limits.HasColimit F)
Equations
- One or more equations did not get rendered due to their size.
Equations
- (_ : CategoryTheory.Limits.HasColimitsOfShape J (HomologicalComplex C c)) = (_ : CategoryTheory.Limits.HasColimitsOfShape J (HomologicalComplex C c))
Equations
- HomologicalComplex.instPreservesColimitsOfShapeHomologicalComplexInstCategoryHomologicalComplexEval n = CategoryTheory.Limits.PreservesColimitsOfShape.mk
Equations
Equations
- HomologicalComplex.instPreservesFiniteColimitsHomologicalComplexInstCategoryHomologicalComplexEval n = CategoryTheory.Limits.PreservesFiniteColimits.mk
Equations
- (_ : CategoryTheory.Epi (φ.f n)) = (_ : CategoryTheory.Epi ((HomologicalComplex.eval C c n).toPrefunctor.map φ))
A functor D ⥤ HomologicalComplex C c
preserves limits of shape J
if for any i
, G ⋙ eval C c i
does.
Equations
- HomologicalComplex.preservesLimitsOfShapeOfEval G x = CategoryTheory.Limits.PreservesLimitsOfShape.mk
Instances For
A functor D ⥤ HomologicalComplex C c
preserves colimits of shape J
if for any i
, G ⋙ eval C c i
does.
Equations
- HomologicalComplex.preservesColimitsOfShapeOfEval G x = CategoryTheory.Limits.PreservesColimitsOfShape.mk