Induced t-structures #
Let t be a t-structure on a pretriangulated category C.
If P is a triangulated subcategory of C, we introduce a typeclass
P.HasInducedTStructure t which essentially says that up to isomorphisms
P is stable by the application of the truncation functors.
In particular, we show that the triangulated subcategory t.plus
of t-bounded above objects can be endowed with a t-structure t.onPlus,
and the same applies to t.minus and t.bounded.
The property that a full subcategory of a pretriangulated category equipped with a t-structure can be endowed with an induced t-structure.
- exists_triangle_zero_one (A : C) (hA : P A) : ∃ (X : C) (Y : C) (_ : t.IsLE X 0) (_ : t.IsGE Y 1) (f : X ⟶ A) (g : A ⟶ Y) (h : Y ⟶ (shiftFunctor C 1).obj X) (_ : Pretriangulated.Triangle.mk f g h ∈ Pretriangulated.distinguishedTriangles), P.isoClosure X ∧ P.isoClosure Y
Instances
The t-structure induced on a full subcategory.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Constructor for HasInducedTStructure.
The t-structure induced on the full subcategory of t-bounded above objects.
Equations
- t.onPlus = t.plus.tStructure t
Instances For
The t-structure induced on the full subcategory of t-bounded below objects.
Equations
- t.onMinus = t.minus.tStructure t
Instances For
The t-structure induced on the full subcategory of t-bounded objects.
Equations
- t.onBounded = t.bounded.tStructure t