Documentation

Mathlib.CategoryTheory.Triangulated.TStructure.Induced

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.

Instances
    theorem CategoryTheory.ObjectProperty.hasInducedTStructure_iff {C : Type u_1} [Category.{v_1, u_1} C] [Preadditive C] [Limits.HasZeroObject C] [HasShift C ] [∀ (n : ), (shiftFunctor C n).Additive] [Pretriangulated C] (P : ObjectProperty C) (t : Triangulated.TStructure C) [P.IsTriangulated] :
    P.HasInducedTStructure t ∀ (A : C), 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

    The t-structure induced on a full subcategory.

    Instances For
      theorem CategoryTheory.ObjectProperty.HasInducedTStructure.mk' {C : Type u_1} [Category.{v_1, u_1} C] [Preadditive C] [Limits.HasZeroObject C] [HasShift C ] [∀ (n : ), (shiftFunctor C n).Additive] [Pretriangulated C] {P : ObjectProperty C} [P.IsTriangulated] {t : Triangulated.TStructure C} (h : ∀ (X : C), P X∀ (n : ), P ((t.truncLE n).obj X) P ((t.truncGE n).obj X)) :

      Constructor for HasInducedTStructure.

      @[reducible, inline]

      The t-structure induced on the full subcategory of t-bounded above objects.

      Instances For
        @[reducible, inline]

        The t-structure induced on the full subcategory of t-bounded below objects.

        Instances For
          @[reducible, inline]

          The t-structure induced on the full subcategory of t-bounded objects.

          Instances For