Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.essImageDistTriang

{C : Type u_1} →
  {D : Type u_2} →
    [inst : CategoryTheory.Category.{v_1, u_1} C] →
      [inst_1 : CategoryTheory.Category.{v_2, u_2} D] →
        (L : CategoryTheory.Functor C D) →
          [inst_2 : CategoryTheory.HasShift C ℤ] →
            [inst_3 : CategoryTheory.Preadditive C] →
              [inst_4 : CategoryTheory.Limits.HasZeroObject C] →
                [inst_5 : ∀ (n : ℤ), (CategoryTheory.shiftFunctor C n).Additive] →
                  [CategoryTheory.Pretriangulated C] →
                    [inst_7 : CategoryTheory.HasShift D ℤ] →
                      [L.CommShift ℤ] → Set (CategoryTheory.Pretriangulated.Triangle D)

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.

Defined in
Mathlib.CategoryTheory.Localization.Triangulated
Cited by
7 results in Mathlib
Foundations
Depth 44 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.HasShiftCategoryTheory.PreadditiveCategoryTheory.Limits.HasZeroObjectCategoryTheory.Functor.AdditiveCategoryTheory.PretriangulatedCategoryTheory.HasShiftCategoryTheory.Functor.CommShift

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

CategoryTheory.Functor.complete_distinguished_essImageDistTriang_morphism · cited by 1Functor.complete_distingu…CategoryTheory.Functor.distTriang_iff · cited by 1Functor.distTriang_iffCategoryTheory.Functor.essImageDistTriang_mem_of_iso · cited by 0Functor.essImageDistTrian…CategoryTheory.Triangulated.Localization.complete_distinguished_triangle_morphism · cited by 0Localization.complete_dis…CategoryTheory.Triangulated.Localization.distinguished_cocone_triangle · cited by 0Localization.distinguishe…CategoryTheory.Functor.rotate_essImageDistTriang · cited by 0Functor.rotate_essImageDi…CategoryTheory.Triangulated.Localization.pretriangulated · cited by 0Localization.pretriangula…CategoryTheory.Functor.contractible_mem_essImageDistTriang · cited by 0Functor.contractible_mem_…Set · cited by 53352SetCategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorSet.ofPred · cited by 6101Set.ofPredCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Preadditive · cited by 3309CategoryTheory.PreadditiveCategoryTheory.shiftFunctor · cited by 1553CategoryTheory.shiftFunct…CategoryTheory.HasShift · cited by 1527CategoryTheory.HasShiftCategoryTheory.Limits.HasZeroObject · cited by 1298Limits.HasZeroObjectCategoryTheory.Functor.Additive · cited by 1179Functor.AdditiveCategoryTheory.Pretriangulated · cited by 669CategoryTheory.Pretriangu…CategoryTheory.Pretriangulated.Triangle · cited by 645Pretriangulated.TriangleCategoryTheory.Pretriangulated.distinguishedTriangles · cited by 316Pretriangulated.distingui…CategoryTheory.Functor.CommShift · cited by 249Functor.CommShiftFunctor.essImageDistTriangCITED BYCITES

Cites16

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by8

Results whose statement or proof uses this declaration.