Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.mapTriangleOpCompTriangleOpEquivalenceFunctorApp

{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 ℤ] →
                (T : CategoryTheory.Pretriangulated.Triangle C) →
                  (CategoryTheory.Pretriangulated.triangleOpEquivalence D).functor.obj
                      (Opposite.op (F.mapTriangle.obj T)) ≅
                    F.op.mapTriangle.obj
                      ((CategoryTheory.Pretriangulated.triangleOpEquivalence C).functor.obj (Opposite.op T))

If F : C ⥤ D commutes with shifts, this expresses the compatibility of F.mapTriangle with the equivalences Pretriangulated.triangleOpEquivalence on C and D.

Defined in
Mathlib.CategoryTheory.Triangulated.Opposite.Functor
Cited by
6 results in Mathlib
Foundations
Depth 67 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.HasShiftCategoryTheory.HasShiftCategoryTheory.Functor.CommShift

Around this declaration

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

CategoryTheory.Functor.mapTriangleOpCompTriangleOpEquivalenceFunctor · cited by 1Functor.mapTriangleOpComp…CategoryTheory.Functor.mapTriangleOpCompTriangleOpEquivalenceFunctorApp_hom_hom₁ · cited by 0Functor.mapTriangleOpComp…CategoryTheory.Functor.mapTriangleOpCompTriangleOpEquivalenceFunctorApp_hom_hom₂ · cited by 0Functor.mapTriangleOpComp…CategoryTheory.Functor.mapTriangleOpCompTriangleOpEquivalenceFunctorApp_hom_hom₃ · cited by 0Functor.mapTriangleOpComp…CategoryTheory.Functor.mapTriangleOpCompTriangleOpEquivalenceFunctorApp_inv_hom₁ · cited by 0Functor.mapTriangleOpComp…CategoryTheory.Functor.mapTriangleOpCompTriangleOpEquivalenceFunctorApp_inv_hom₂ · cited by 0Functor.mapTriangleOpComp…CategoryTheory.Functor.mapTriangleOpCompTriangleOpEquivalenceFunctorApp_inv_hom₃ · cited by 0Functor.mapTriangleOpComp…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorOpposite · cited by 8081OppositeCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.HasShift · cited by 1527CategoryTheory.HasShiftCategoryTheory.Equivalence.functor · cited by 1268Equivalence.functorCategoryTheory.Functor.op · cited by 997Functor.opCategoryTheory.Iso.refl · cited by 727Iso.reflCategoryTheory.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.Functor.CommShift · cited by 249Functor.CommShiftCategoryTheory.Functor.mapTriangle · cited by 87Functor.mapTriangleFunctor.mapTriangleOpCompTria…CITED BYCITES

Cites18

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.