Documentation

Mathlib.CategoryTheory.Triangulated.Opposite.Functor

Opposites of functors between pretriangulated categories, #

If F : C ⥤ D is a functor between pretriangulated categories, we prove that F is a triangulated functor if and only if F.op is a triangulated functor. In order to do this, we first show that a CommShift structure on F naturally gives one on F.op (for the shifts on Cᵒᵖ and Dᵒᵖ defined in CategoryTheory.Triangulated.Opposite.Basic), and we then prove that F.mapTriangle.op and F.op.mapTriangle correspond to each other via the equivalences (Triangle C)ᵒᵖ ≌ Triangle Cᵒᵖ and (Triangle D)ᵒᵖ ≌ Triangle Dᵒᵖ given by CategoryTheory.Pretriangulated.triangleOpEquivalence.

If F commutes with shifts, so does F.op, for the shifts chosen on Cᵒᵖ in CategoryTheory.Triangulated.Opposite.Basic.

Equations
  • One or more equations did not get rendered due to their size.
Instances For
    theorem CategoryTheory.Functor.shift_map_op {C : Type u_1} {D : Type u_2} [CategoryTheory.Category.{u_3, u_1} C] [CategoryTheory.Category.{u_4, u_2} D] [CategoryTheory.HasShift C ] [CategoryTheory.HasShift D ] (F : CategoryTheory.Functor C D) [F.CommShift ] {X Y : C} (f : X Y) (n : ) :
    (CategoryTheory.shiftFunctor Dᵒᵖ n).map (F.map f).op = CategoryTheory.CategoryStruct.comp ((F.op.commShiftIso n).inv.app (Opposite.op Y)) (CategoryTheory.CategoryStruct.comp (F.map ((CategoryTheory.shiftFunctor Cᵒᵖ n).map f.op).unop).op ((F.op.commShiftIso n).hom.app (Opposite.op X)))
    theorem CategoryTheory.Functor.map_shift_unop {C : Type u_1} {D : Type u_2} [CategoryTheory.Category.{u_3, u_1} C] [CategoryTheory.Category.{u_4, u_2} D] [CategoryTheory.HasShift C ] [CategoryTheory.HasShift D ] (F : CategoryTheory.Functor C D) [F.CommShift ] {X Y : Cᵒᵖ} (f : X Y) (n : ) :
    F.map ((CategoryTheory.shiftFunctor Cᵒᵖ n).map f).unop = CategoryTheory.CategoryStruct.comp ((F.op.commShiftIso n).inv.app Y).unop (CategoryTheory.CategoryStruct.comp ((CategoryTheory.shiftFunctor Dᵒᵖ n).map (F.map f.unop).op).unop ((F.op.commShiftIso n).hom.app X).unop)

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

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For

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

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For

        If F : C ⥤ D commutes with shifts, this is the 2-commutative square of categories CategoryTheory.Functor.mapTriangleOpCompTriangleOpEquivalenceFunctor.

        Equations
        • F.instCatCommSqOppositeTriangleOpMapTriangleFunctorTriangleOpEquivalence = { iso' := F.mapTriangleOpCompTriangleOpEquivalenceFunctor }

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

        Equations
        • One or more equations did not get rendered due to their size.
        Instances For