Homological complexes supported in a single degree #
We define single V j c : V ⥤ HomologicalComplex V c
,
which constructs complexes in V
of shape c
, supported in degree j
.
In ChainComplex.toSingle₀Equiv
we characterize chain maps to an
ℕ
-indexed complex concentrated in degree 0; they are equivalent to
{ f : C.X 0 ⟶ X // C.d 1 0 ≫ f = 0 }
.
(This is useful translating between a projective resolution and
an augmented exact complex of projectives.)
The functor V ⥤ HomologicalComplex V c
creating a chain complex supported in a single degree.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The object in degree i
of (single V c h).obj A
is just A
when i = j
.
Equations
- HomologicalComplex.singleObjXIsoOfEq c j A i hi = CategoryTheory.eqToIso (_ : ((HomologicalComplex.single V c j).toPrefunctor.obj A).X i = A)
Instances For
The object in degree j
of (single V c h).obj A
is just A
.
Equations
- HomologicalComplex.singleObjXSelf c j A = HomologicalComplex.singleObjXIsoOfEq c j A j (_ : j = j)
Instances For
Equations
- (_ : CategoryTheory.Faithful (HomologicalComplex.single V c j)) = (_ : CategoryTheory.Faithful (HomologicalComplex.single V c j))
Equations
- One or more equations did not get rendered due to their size.
Constructor for morphisms to a single homological complex.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Constructor for morphisms from a single homological complex.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The functor V ⥤ ChainComplex V ℕ
creating a chain complex supported in degree zero.
Equations
Instances For
Morphisms from an ℕ
-indexed chain complex C
to a single object chain complex with X
concentrated in degree 0
are the same as morphisms f : C.X 0 ⟶ X
such that C.d 1 0 ≫ f = 0
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Morphisms from a single object chain complex with X
concentrated in degree 0
to an ℕ
-indexed chain complex C
are the same as morphisms f : X → C.X 0
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The functor V ⥤ CochainComplex V ℕ
creating a cochain complex supported in degree zero.
Equations
Instances For
Morphisms from a single object cochain complex with X
concentrated in degree 0
to an ℕ
-indexed cochain complex C
are the same as morphisms f : X ⟶ C.X 0
such that f ≫ C.d 0 1 = 0
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Morphisms to a single object cochain complex with X
concentrated in degree 0
to an ℕ
-indexed cochain complex C
are the same as morphisms f : C.X 0 ⟶ X
.
Equations
- One or more equations did not get rendered due to their size.