A homological complex lying in two degrees #
Given c : ComplexShape ι, distinct indices i₀ and i₁ such that hi₀₁ : c.Rel i₀ i₁,
we construct a homological complex double f hi₀₁ for any morphism f : X₀ ⟶ X₁.
It consists of the objects X₀ and X₁ in degrees i₀ and i₁, respectively,
with the differential X₀ ⟶ X₁ given by f, and zero everywhere else.
Given a complex shape c, two indices i₀ and i₁ such that c.Rel i₀ i₁,
and f : X₀ ⟶ X₁, this is the homological complex which, if i₀ ≠ i₁, only
consists of the map f in degrees i₀ and i₁, and zero everywhere else.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The isomorphism (double f hi₀₁).X i₀ ≅ X₀.
Equations
Instances For
The isomorphism (double f hi₀₁).X i₁ ≅ X₁.
Equations
Instances For
Constructor for morphisms from a homological complex double f hi₀₁.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Let c : ComplexShape ι, and i₀ and i₁ be distinct indices such
that hi₀₁ : c.Rel i₀ i₁, then for any X : C, the functor which sends
K : HomologicalComplex C c to X ⟶ K.X i is corepresentable by double (𝟙 X) hi₀₁.
Equations
- One or more equations did not get rendered due to their size.
Instances For
If i has no successor for the complex shape c,
then for any X : C, the functor which sends K : HomologicalComplex C c
to X ⟶ K.X i is corepresentable by (single C c i).obj X.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Given a complex shape c : ComplexShape ι (with no loop), X : C and j : ι,
this is a quite explicit choice of corepresentative of the functor which sends
K : HomologicalComplex C c to X ⟶ K.X j.
Equations
- One or more equations did not get rendered due to their size.
Instances For
If a complex shape c : ComplexShape ι has no loop,
then for any X : C and j : ι, the functor which sends K : HomologicalComplex C c
to X ⟶ K.X j is corepresentable.
Equations
- One or more equations did not get rendered due to their size.