Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.mapTriangleInvRotateIso

{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) →
              [inst_4 : F.CommShift ℤ] →
                [inst_5 : CategoryTheory.Preadditive C] →
                  [inst_6 : CategoryTheory.Preadditive D] →
                    [F.Additive] →
                      F.mapTriangle.comp (CategoryTheory.Pretriangulated.invRotate D) ≅
                        (CategoryTheory.Pretriangulated.invRotate C).comp F.mapTriangle

F.mapTriangle commutes with the inverse of the rotation of triangles.

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

Around this declaration

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

CategoryTheory.Functor.mapTriangleInvRotateIso_hom_app_hom₁ · cited by 0Functor.mapTriangleInvRot…CategoryTheory.Functor.mapTriangleInvRotateIso_hom_app_hom₂ · cited by 0Functor.mapTriangleInvRot…CategoryTheory.Functor.mapTriangleInvRotateIso_hom_app_hom₃ · cited by 0Functor.mapTriangleInvRot…CategoryTheory.Functor.mapTriangleInvRotateIso_inv_app_hom₁ · cited by 0Functor.mapTriangleInvRot…CategoryTheory.Functor.mapTriangleInvRotateIso_inv_app_hom₂ · cited by 0Functor.mapTriangleInvRot…CategoryTheory.Functor.mapTriangleInvRotateIso_inv_app_hom₃ · cited by 0Functor.mapTriangleInvRot…CategoryTheory.Functor.rotate_essImageDistTriang · cited by 0Functor.rotate_essImageDi…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Preadditive · cited by 3309CategoryTheory.PreadditiveCategoryTheory.HasShift · cited by 1527CategoryTheory.HasShiftCategoryTheory.Functor.Additive · cited by 1179Functor.AdditiveCategoryTheory.Iso.symm · cited by 993Iso.symmCategoryTheory.Iso.refl · cited by 727Iso.reflCategoryTheory.Pretriangulated.Triangle · cited by 645Pretriangulated.TriangleCategoryTheory.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.CommShiftFunctor.mapTriangleInvRotateI…CITED BYCITES

Cites20

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

Cited by7

Results whose statement or proof uses this declaration.