The canonical truncation #
Given an embedding e : Embedding c c' of complex shapes which
satisfies e.IsTruncGE and K : HomologicalComplex C c',
we define K.truncGE' e : HomologicalComplex C c
and K.truncGE e : HomologicalComplex C c' which are the canonical
truncations of K relative to e.
For example, if e is the embedding embeddingUpIntGE p of ComplexShape.up ℕ
in ComplexShape.up ℤ which sends n : ℕ to p + n and K : CochainComplex C ℤ,
then K.truncGE' e : CochainComplex C ℕ is the following complex:
Q ⟶ K.X (p + 1) ⟶ K.X (p + 2) ⟶ K.X (p + 3) ⟶ ...
where in degree 0, the object Q identifies to the cokernel
of K.X (p - 1) ⟶ K.X p (this is K.opcycles p). Then, the
cochain complex K.truncGE e is indexed by ℤ, and has the
following shape:
... ⟶ 0 ⟶ 0 ⟶ 0 ⟶ Q ⟶ K.X (p + 1) ⟶ K.X (p + 2) ⟶ K.X (p + 3) ⟶ ...
where Q is in degree p.
We also construct the canonical epimorphism K.πTruncGE e : K ⟶ K.truncGE e.
TODO #
Equations
Instances For
The isomorphism truncGE'.X K e i ≅ K.opcycles (e.f i) when e.BoundaryGE i holds.
Equations
Instances For
The isomorphism truncGE'.X K e i ≅ K.X (e.f i) when e.BoundaryGE i does not hold.
Equations
Instances For
Equations
Instances For
The canonical truncation of a homological complex relative to an embedding
of complex shapes e which satisfies e.IsTruncGE.
Equations
Instances For
The isomorphism (K.truncGE' e).X i ≅ K.X i' when e.f i = i'
and e.BoundaryGE i does not hold.
Equations
Instances For
The isomorphism (K.truncGE' e).X i ≅ K.opcycles i' when e.f i = i'
and e.BoundaryGE i holds.
Equations
Instances For
The canonical truncation of a homological complex relative to an embedding
of complex shapes e which satisfies e.IsTruncGE.
Equations
Instances For
The isomorphism (K.truncGE e).X i' ≅ K.X i' when e.f i = i'
and e.BoundaryGE i does not hold.
Equations
Instances For
The isomorphism (K.truncGE e).X i' ≅ K.opcycles i' when e.f i = i'
and e.BoundaryGE i holds.
Equations
Instances For
The morphism K.truncGE' e ⟶ L.truncGE' e induced by a morphism K ⟶ L.
Equations
Instances For
The morphism K.truncGE e ⟶ L.truncGE e induced by a morphism K ⟶ L.
Equations
Instances For
Auxiliary definition for HomologicalComplex.restrictionToTruncGE'.
Equations
Instances For
The canonical morphism K.restriction e ⟶ K.truncGE' e.
Equations
Instances For
K.restrictionToTruncGE' e).f i is an isomorphism when ¬ e.BoundaryGE i.
The canonical morphism K ⟶ K.truncGE e when e is an embedding of complex
shapes which satisfy e.IsTruncGE.
Equations
Instances For
Given an embedding e : Embedding c c' of complex shapes which satisfy e.IsTruncGE,
this is the (canonical) truncation functor
HomologicalComplex C c' ⥤ HomologicalComplex C c.
Equations
Instances For
The natural transformation K.restriction e ⟶ K.truncGE' e for all K.
Equations
Instances For
Given an embedding e : Embedding c c' of complex shapes which satisfy e.IsTruncGE,
this is the (canonical) truncation functor
HomologicalComplex C c' ⥤ HomologicalComplex C c'.
Equations
Instances For
The natural transformation K.πTruncGE e : K ⟶ K.truncGE e for all K.