Documentation

Mathlib.CategoryTheory.Triangulated.LocalizingSubcategory

Localizing subcategories #

Let C be a pretriangulated category. If A and B are triangulated subcategories of C, we define predicates (typeclasses IsVerdierRightLocalizing and IsVerdierLeftLocalizing) saying that A is right B-localizing (or left B-localizing). When B is closed under isomorphisms, we show that this implies that the functor from the Verdier quotient A/(A ⊓ B) to C/B is fully faithful.

References #

If A and B are triangulated subcategories of a (pre)triangulated category C (with B closed under isomorphisms), we say that A is right B-localizing if any morphism X ⟶ Y with X in B and Y in A factors through an object that is in A and B. Note that the definition does not use the (pre)triangulated structure: see isVerdierRightLocalizing_iff for a characterization which relies on it.

Instances

    If A and B are triangulated subcategories of a (pre)triangulated category C (with B closed under isomorphisms), we say that A is left B-localizing if any morphism X ⟶ Y with X in A and Y in B factors through an object that is in A and B. Note that the definition does not use the (pre)triangulated structure: see isVerdierLeftLocalizing_iff for a characterization which relies on it.

    Instances
      theorem CategoryTheory.ObjectProperty.isVerdierRightLocalizing_iff {C : Type u_1} [Category.{v_1, u_1} C] (A B : ObjectProperty C) [Limits.HasZeroObject C] [HasShift C ] [Preadditive C] [∀ (n : ), (shiftFunctor C n).Additive] [Pretriangulated C] [A.IsTriangulated] [B.IsTriangulated] [B.IsClosedUnderIsomorphisms] :
      A.IsVerdierRightLocalizing B ∀ ⦃X Y : C⦄ (s : X Y), A XB.trW s∃ (Z : C) (s' : X Z) (b : Y Z), A Z (AB).trW s' CategoryStruct.comp s b = s'
      theorem CategoryTheory.ObjectProperty.IsVerdierRightLocalizing.fac' {C : Type u_1} [Category.{v_1, u_1} C] {A B : ObjectProperty C} [Limits.HasZeroObject C] [HasShift C ] [Preadditive C] [∀ (n : ), (shiftFunctor C n).Additive] [Pretriangulated C] [A.IsTriangulated] [B.IsTriangulated] [B.IsClosedUnderIsomorphisms] [A.IsVerdierRightLocalizing B] {X Y : C} (s : X Y) (hX : A X) (hs : B.trW s) :
      ∃ (Z : C) (s' : X Z) (b : Y Z), A Z (AB).trW s' CategoryStruct.comp s b = s'
      theorem CategoryTheory.ObjectProperty.isVerdierLeftLocalizing_iff {C : Type u_1} [Category.{v_1, u_1} C] (A B : ObjectProperty C) [Limits.HasZeroObject C] [HasShift C ] [Preadditive C] [∀ (n : ), (shiftFunctor C n).Additive] [Pretriangulated C] [A.IsTriangulated] [B.IsTriangulated] [B.IsClosedUnderIsomorphisms] :
      A.IsVerdierLeftLocalizing B ∀ ⦃X Y : C⦄ (s : X Y), A YB.trW s∃ (Z : C) (s' : Z Y) (a : Z X), A Z (AB).trW s' CategoryStruct.comp a s = s'
      theorem CategoryTheory.ObjectProperty.IsVerdierLeftLocalizing.fac' {C : Type u_1} [Category.{v_1, u_1} C] {A B : ObjectProperty C} [Limits.HasZeroObject C] [HasShift C ] [Preadditive C] [∀ (n : ), (shiftFunctor C n).Additive] [Pretriangulated C] [A.IsTriangulated] [B.IsTriangulated] [B.IsClosedUnderIsomorphisms] [A.IsVerdierLeftLocalizing B] {X Y : C} (s : X Y) (hY : A Y) (hs : B.trW s) :
      ∃ (Z : C) (s' : Z Y) (a : Z X), A Z (AB).trW s' CategoryStruct.comp a s = s'
      @[implicit_reducible]

      If A is a triangulated subcategory of a pretriangulated category C, and B : ObjectProperty C, this is the inclusion functor A.ι : A.FullSubcategory ⥤ C, considered as a localizer morphism, where C is equipped with the property of morphisms B.trW and A.FullSubcategory with the property of morphisms (B.inverseImage A.ι).trW.

      Equations
      Instances For

        If A is a left B-localizing triangulated subcategory in the sense of Verdier, then the induced functor between the localizations with respect to (B.inverseImage A.ι).trW and B.trW is fully faithful.

        Equations
        • One or more equations did not get rendered due to their size.
        Instances For

          If A is a right B-localizing triangulated subcategory in the sense of Verdier, then the induced functor between the localizations with respect to (B.inverseImage A.ι).trW and B.trW is fully faithful.

          Equations
          • One or more equations did not get rendered due to their size.
          Instances For