Bicomplexes #
Given a category C
with zero morphisms and two complex shapes
c₁ : ComplexShape I₁
and c₂ : ComplexShape I₂
, we define
the type of bicomplexes HomologicalComplex₂ C c₁ c₂
as an
abbreviation for HomologicalComplex (HomologicalComplex C c₂) c₁
.
In particular, if K : HomologicalComplex₂ C c₁ c₂
, then
for each i₁ : I₁
, K.X i₁
is a column of K
.
In this file, we obtain the equivalence of categories
HomologicalComplex₂.flipEquivalence : HomologicalComplex₂ C c₁ c₂ ≌ HomologicalComplex₂ C c₂ c₁
which is obtained by exchanging the horizontal and vertical directions.
Given a category C
and two complex shapes c₁
and c₂
on types I₁
and I₂
,
the associated type of bicomplexes HomologicalComplex₂ C c₁ c₂
is
K : HomologicalComplex (HomologicalComplex C c₂) c₁
. Then, the object in
position ⟨i₁, i₂⟩
can be obtained as (K.X i₁).X i₂
.
Equations
- HomologicalComplex₂ C c₁ c₂ = HomologicalComplex (HomologicalComplex C c₂) c₁
Instances For
The graded object indexed by I₁ × I₂
induced by a bicomplex.
Equations
- HomologicalComplex₂.toGradedObject K x = match x with | (i₁, i₂) => (K.X i₁).X i₂
Instances For
Flip a complex of complexes over the diagonal, exchanging the horizontal and vertical directions.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Flipping a complex of complexes over the diagonal, as a functor.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Auxiliary definition for HomologicalComplex₂.flipEquivalence
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Auxiliary definition for HomologicalComplex₂.flipEquivalence
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Flipping a complex of complexes over the diagonal, as an equivalence of categories.
Equations
- One or more equations did not get rendered due to their size.