Documentation

Mathlib.CategoryTheory.Localization.Triangulated

Localization of triangulated categories #

If L : C ⥤ D is a localization functor for a class of morphisms W that is compatible with the triangulation on the category C and admits a left calculus of fractions, it is shown in this file that D can be equipped with a pretriangulated category structure, and that it is triangulated.

References #

Given W is a class of morphisms in a pretriangulated category C, this is the condition that W is compatible with the triangulation on C.

Instances

    Given a functor C ⥤ D from a pretriangulated category, this is the set of triangles in D that are in the essential image of distinguished triangles of C.

    Instances For
      theorem CategoryTheory.Functor.complete_distinguished_essImageDistTriang_morphism {C : Type u_1} {D : Type u_2} [Category.{v_1, u_1} C] [Category.{v_2, u_2} D] (L : Functor C D) [HasShift C ] [Preadditive C] [Limits.HasZeroObject C] [∀ (n : ), (shiftFunctor C n).Additive] [Pretriangulated C] [HasShift D ] [L.CommShift ] (H : ∀ (T₁' T₂' : Pretriangulated.Triangle C), T₁' Pretriangulated.distinguishedTrianglesT₂' Pretriangulated.distinguishedTriangles∀ (a : L.obj T₁'.obj₁ L.obj T₂'.obj₁) (b : L.obj T₁'.obj₂ L.obj T₂'.obj₂), CategoryStruct.comp (L.map T₁'.mor₁) b = CategoryStruct.comp a (L.map T₂'.mor₁)∃ (φ : L.mapTriangle.obj T₁' L.mapTriangle.obj T₂'), φ.hom₁ = a φ.hom₂ = b) (T₁ T₂ : Pretriangulated.Triangle D) (hT₁ : T₁ L.essImageDistTriang) (hT₂ : T₂ L.essImageDistTriang) (a : T₁.obj₁ T₂.obj₁) (b : T₁.obj₂ T₂.obj₂) (fac : CategoryStruct.comp T₁.mor₁ b = CategoryStruct.comp a T₂.mor₁) :
      @[implicit_reducible]

      The pretriangulated structure on the localized category.

      Instances For