Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Pretriangulated.Triangle.isoMk

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    [inst_1 : CategoryTheory.HasShift C ℤ] →
      (A B : CategoryTheory.Pretriangulated.Triangle C) →
        (iso₁ : A.obj₁ ≅ B.obj₁) →
          (iso₂ : A.obj₂ ≅ B.obj₂) →
            (iso₃ : A.obj₃ ≅ B.obj₃) →
              autoParam
                  (CategoryTheory.CategoryStruct.comp A.mor₁ iso₂.hom =
                    CategoryTheory.CategoryStruct.comp iso₁.hom B.mor₁)
                  CategoryTheory.Pretriangulated.Triangle.isoMk._auto_1 →
                autoParam
                    (CategoryTheory.CategoryStruct.comp A.mor₂ iso₃.hom =
                      CategoryTheory.CategoryStruct.comp iso₂.hom B.mor₂)
                    CategoryTheory.Pretriangulated.Triangle.isoMk._auto_3 →
                  autoParam
                      (CategoryTheory.CategoryStruct.comp A.mor₃ ((CategoryTheory.shiftFunctor C 1).map iso₁.hom) =
                        CategoryTheory.CategoryStruct.comp iso₃.hom B.mor₃)
                      CategoryTheory.Pretriangulated.Triangle.isoMk._auto_5 →
                    (A ≅ B)

Make an isomorphism between triangles from the required data.

Defined in
Mathlib.CategoryTheory.Triangulated.Basic
Cited by
27 results in Mathlib
Foundations
Depth 44 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.HasShift

Around this declaration

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

CategoryTheory.Pretriangulated.Triangle.shiftFunctorAdd' · cited by 11Triangle.shiftFunctorAdd'CategoryTheory.Functor.mapTriangleCompIso · cited by 9Functor.mapTriangleCompIsoCategoryTheory.Pretriangulated.invRotCompRot · cited by 9Pretriangulated.invRotCom…CategoryTheory.Pretriangulated.Triangle.shiftFunctorZero · cited by 9Triangle.shiftFunctorZeroCategoryTheory.Pretriangulated.rotCompInvRot · cited by 8Pretriangulated.rotCompIn…CategoryTheory.Functor.mapTriangleIso · cited by 8Functor.mapTriangleIsoCategoryTheory.Functor.mapTriangleRotateIso · cited by 8Functor.mapTriangleRotate…CategoryTheory.Pretriangulated.binaryProductTriangleIsoBinaryBiproductTriangle · cited by 7Pretriangulated.binaryPro…CategoryTheory.Functor.mapTriangleCommShiftIso · cited by 7Functor.mapTriangleCommSh…CategoryTheory.Pretriangulated.TriangleOpEquivalence.counitIso · cited by 7TriangleOpEquivalence.cou…CategoryTheory.Functor.mapTriangleInvRotateIso · cited by 7Functor.mapTriangleInvRot…CategoryTheory.ShortComplex.ShortExact.singleTriangleIso · cited by 7ShortExact.singleTriangle…CategoryTheory.Pretriangulated.Opposite.contractibleTriangleIso · cited by 7Opposite.contractibleTria…CategoryTheory.Pretriangulated.isoTriangleOfIso₁₂ · cited by 7Pretriangulated.isoTriang…CategoryTheory.Functor.mapTriangleIdIso · cited by 6Functor.mapTriangleIdIsoCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor.map · cited by 8698Functor.mapCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.Iso.inv · cited by 6514Iso.invCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.shiftFunctor · cited by 1553CategoryTheory.shiftFunct…CategoryTheory.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.Pretriangulated.Triangle.mor₁ · cited by 190Triangle.mor₁Triangle.isoMkCITED BYCITES

Cites18

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

Cited by56

Results whose statement or proof uses this declaration.