The mapping cocone #
Given a morphism φ : K ⟶ L of cochain complexes, the mapping cone
allows to obtain a triangle K ⟶ L ⟶ mappingCone φ ⟶ .... In this
file, we define the mapping cocone, which fits in a rotated triangle:
mappingCocone φ ⟶ K ⟶ L ⟶ ....
The mapping cocone of a morphism φ : K ⟶ L of cochain complexes: it is
(mappingCone φ)⟦(-1 : ℤ)⟧.
Equations
Instances For
The first projection mappingCocone φ ⟶ K.
Equations
Instances For
The second projection in Cochain (mappingCocone φ) L (-1).
Equations
Instances For
The left inclusion in Cochain K (mappingCocone φ) 0.
Equations
Instances For
The right inclusion in Cocycle L (mappingCocone φ) 1.
Equations
Instances For
Constructor for cochains from mappingCocone.
Equations
- CochainComplex.mappingCocone.descCochain φ α β h = (-m + 1).negOnePow • (CochainComplex.mappingCone.descCochain φ α β h).leftShift (-1) m ⋯
Instances For
Constructor for cocycles from mappingCocone.
Equations
- CochainComplex.mappingCocone.descCocycle φ α β h hαβ = ⟨CochainComplex.mappingCocone.descCochain φ α (↑β) h, ⋯⟩
Instances For
Constructor for morphisms from mappingCocone.
Equations
Instances For
Constructor for cochains to mappingCocone.
Equations
- CochainComplex.mappingCocone.liftCochain φ α β h = (CochainComplex.mappingCone.liftCochain φ α β h).rightShift (-1) n ⋯
Instances For
Constructor for cocycles to mappingCocone.
Equations
- CochainComplex.mappingCocone.liftCocycle φ α β h hαβ = ⟨CochainComplex.mappingCocone.liftCochain φ (↑α) β h, ⋯⟩
Instances For
Constructor for morphisms to mappingCocone.
Equations
Instances For
Given a morphism φ : K ⟶ L of cochain complexes, this is the triangle
mappingCocone φ ⟶ K ⟶ L ⟶ ....
Equations
- One or more equations did not get rendered due to their size.
Instances For
Rotating the triangle mappingCocone.triangle φ gives a triangle that is
isomorphic to mappingCone.triangle φ.
Equations
- One or more equations did not get rendered due to their size.