Mathlib Map

Theorems · Inductive type · category theory

CategoryTheory.Functor.IsTriangulated

{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] →
        [inst_2 : CategoryTheory.HasShift C ℤ] →
          [inst_3 : CategoryTheory.HasShift D ℤ] →
            (F : CategoryTheory.Functor C D) →
              [F.CommShift ℤ] →
                [inst_5 : CategoryTheory.Limits.HasZeroObject C] →
                  [inst_6 : CategoryTheory.Limits.HasZeroObject D] →
                    [inst_7 : CategoryTheory.Preadditive C] →
                      [inst_8 : CategoryTheory.Preadditive D] →
                        [inst_9 : ∀ (n : ℤ), (CategoryTheory.shiftFunctor C n).Additive] →
                          [inst_10 : ∀ (n : ℤ), (CategoryTheory.shiftFunctor D n).Additive] →
                            [CategoryTheory.Pretriangulated C] → [CategoryTheory.Pretriangulated D] → Prop

A functor which commutes with the shift by is triangulated if it sends distinguished triangles to distinguished triangles.

Defined in
Mathlib.CategoryTheory.Triangulated.Functor
Cited by
30 results in Mathlib
Foundations
Depth 32 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.HasShiftCategoryTheory.HasShiftCategoryTheory.Functor.CommShiftCategoryTheory.Limits.HasZeroObjectCategoryTheory.Limits.HasZeroObjectCategoryTheory.PreadditiveCategoryTheory.PreadditiveCategoryTheory.Functor.AdditiveCategoryTheory.Functor.AdditiveCategoryTheory.PretriangulatedCategoryTheory.Pretriangulated

Around this declaration

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

CategoryTheory.Functor.map_distinguished · cited by 18Functor.map_distinguishedCategoryTheory.Triangulated.SpectralObject.mapTriangulatedFunctor · cited by 3SpectralObject.mapTriangu…CategoryTheory.Adjunction.isTriangulated_rightAdjoint · cited by 3Adjunction.isTriangulated…CategoryTheory.Triangulated.Octahedron.map · cited by 3Octahedron.mapCategoryTheory.Functor.map_distinguished_iff · cited by 3Functor.map_distinguished…CategoryTheory.Functor.isTriangulated_iff_of_iso · cited by 2Functor.isTriangulated_if…CategoryTheory.Functor.isTriangulated_of_op · cited by 2Functor.isTriangulated_of…CategoryTheory.isTriangulated_of_essSurj_mapComposableArrows_two · cited by 1CategoryTheory.isTriangul…CategoryTheory.Adjunction.isTriangulated_leftAdjoint · cited by 1Adjunction.isTriangulated…CategoryTheory.Functor.mem_mapTriangle_essImage_of_distinguished · cited by 1Functor.mem_mapTriangle_e…CategoryTheory.Functor.IsTriangulated.map_distinguished · cited by 1IsTriangulated.map_distin…CategoryTheory.Functor.distTriang_iff · cited by 1Functor.distTriang_iffCategoryTheory.Functor.isTriangulated_of_iso · cited by 1Functor.isTriangulated_of…CategoryTheory.Functor.isTriangulated_of_precomp · cited by 1Functor.isTriangulated_of…CategoryTheory.Functor.isHomological_of_localization · cited by 0Functor.isHomological_of_…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.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.Functor.CommShift · cited by 249Functor.CommShiftFunctor.IsTriangulatedCITED BYCITES

Cites9

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

Cited by37

Results whose statement or proof uses this declaration.