Truncations for a t-structure #
Let t be a t-structure on a triangulated category C.
In this file, we extend the definition of the truncation functors
truncLT and truncGE for indices in ℤ to EInt,
as t.eTruncLT : EInt ⥤ C ⥤ C and t.eTruncGE : EInt ⥤ C ⥤ C.
The functor EInt ⥤ C ⥤ C which sends ⊥ to the zero functor,
n : ℤ to t.truncLT n and ⊤ to 𝟭 C.
Instances For
The functor EInt ⥤ C ⥤ C which sends ⊥ to 𝟭 C,
n : ℤ to t.truncGE n and ⊤ to the zero functor.
Instances For
The connecting homomorphism from t.eTruncGE to the
shift by 1 of t.eTruncLT.
Instances For
The natural transformation t.eTruncLT.obj i ⟶ 𝟭 C for all i : EInt.
Instances For
The natural transformation 𝟭 C ⟶ t.eTruncGE.obj i for all i : EInt.
Instances For
The (distinguished) triangles given by the natural transformations
t.eTruncLT.obj i ⟶ 𝟭 C ⟶ t.eTruncGE.obj i ⟶ ... for all i : EInt.
Instances For
The natural transformation t.eTruncGE.obj b ⟶ t.eTruncGE.obj a ⋙ t.eTruncGE.obj b
for all a and b in EInt.
Instances For
The natural isomorphism t.eTruncGE.obj b ≅ t.eTruncGE.obj a ⋙ t.eTruncGE.obj b
when a and b in EInt satisfy a ≤ b.
Instances For
The natural transformation t.eTruncLT.obj a ⋙ t.eTruncLT.obj b ⟶ t.eTruncLT.obj b
for all a and b in EInt.
Instances For
The natural isomorphism t.eTruncLT.obj a ⋙ t.eTruncLT.obj b ⟶ t.eTruncLT.obj b
when a and b in EInt satisfy b ≤ a.
Instances For
The natural transformation from
t.eTruncLT.obj b ⋙ t.eTruncGE.obj a ⋙ t.eTruncLT.obj b to
t.eTruncGE.obj a ⋙ t.eTruncLT.obj b. (This is an isomorphism.)
Instances For
The natural transformation from
t.eTruncLT.obj b ⋙ t.eTruncGE.obj a ⋙ t.eTruncLT.obj b to
t.eTruncLT.obj b ⋙ t.eTruncGE.obj a. (This is an isomorphism.)
Instances For
The commutation natural isomorphism
t.eTruncGE.obj a ⋙ t.eTruncLT.obj b ≅ t.eTruncLT.obj b ⋙ t.eTruncGE.obj a
for all a and b in EInt.