Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.mapTriangleIso

{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₁ F₂ : CategoryTheory.Functor C D} →
              (e : F₁ ≅ F₂) →
                [inst_4 : F₁.CommShift ℤ] →
                  [inst_5 : F₂.CommShift ℤ] →
                    [CategoryTheory.NatTrans.CommShift e.hom ℤ] → F₁.mapTriangle ≅ F₂.mapTriangle

Two isomorphic functors F₁ and F₂ induce isomorphic functors F₁.mapTriangle and F₂.mapTriangle if the isomorphism F₁ ≅ F₂ is compatible with the shifts.

Defined in
Mathlib.CategoryTheory.Triangulated.Functor
Cited by
8 results in Mathlib
Foundations
Depth 46 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.HasShiftCategoryTheory.HasShiftCategoryTheory.Functor.CommShiftCategoryTheory.Functor.CommShiftCategoryTheory.NatTrans.CommShift

Around this declaration

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

DerivedCategory.mem_distTriang_iff · cited by 2DerivedCategory.mem_distT…CategoryTheory.Functor.isTriangulated_of_iso · cited by 1Functor.isTriangulated_of…CategoryTheory.Functor.mapTriangleIso_inv_app_hom₂ · cited by 0Functor.mapTriangleIso_in…CategoryTheory.Functor.mapTriangleIso_inv_app_hom₃ · cited by 0Functor.mapTriangleIso_in…CochainComplex.mappingCone.mapTrianglehIso · cited by 0mappingCone.mapTrianglehI…CategoryTheory.Functor.mapTriangleIso_hom_app_hom₁ · cited by 0Functor.mapTriangleIso_ho…CategoryTheory.Functor.mapTriangleIso_hom_app_hom₂ · cited by 0Functor.mapTriangleIso_ho…CategoryTheory.Functor.mapTriangleIso_hom_app_hom₃ · cited by 0Functor.mapTriangleIso_ho…CategoryTheory.Functor.mapTriangleIso_inv_app_hom₁ · cited by 0Functor.mapTriangleIso_in…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.HasShift · cited by 1527CategoryTheory.HasShiftCategoryTheory.Pretriangulated.Triangle · cited by 645Pretriangulated.TriangleCategoryTheory.Pretriangulated.Triangle.obj₁ · cited by 360Triangle.obj₁CategoryTheory.Pretriangulated.Triangle.obj₃ · cited by 332Triangle.obj₃CategoryTheory.Pretriangulated.Triangle.obj₂ · cited by 316Triangle.obj₂CategoryTheory.Iso.app · cited by 253Iso.appCategoryTheory.Functor.CommShift · cited by 249Functor.CommShiftCategoryTheory.NatIso.ofComponents · cited by 178NatIso.ofComponentsCategoryTheory.Functor.mapTriangle · cited by 87Functor.mapTriangleCategoryTheory.NatTrans.CommShift · cited by 41NatTrans.CommShiftFunctor.mapTriangleIsoCITED BYCITES

Cites16

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

Cited by9

Results whose statement or proof uses this declaration.