Mathlib Map

Theorems · Inductive type · category theory

CategoryTheory.NatTrans.CommShift

{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] →
        {F₁ F₂ : CategoryTheory.Functor C D} →
          (F₁ ⟶ F₂) →
            (A : Type u_5) →
              [inst_2 : AddMonoid A] →
                [inst_3 : CategoryTheory.HasShift C A] →
                  [inst_4 : CategoryTheory.HasShift D A] → [F₁.CommShift A] → [F₂.CommShift A] → Prop

If τ : F₁ ⟶ F₂ is a natural transformation between two functors which commute with a shift by an additive monoid A, this typeclass asserts a compatibility of τ with these shifts.

Defined in
Mathlib.CategoryTheory.Shift.CommShift
Cited by
41 results in Mathlib
Foundations
Depth 20 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryAddMonoidCategoryTheory.HasShiftCategoryTheory.HasShiftCategoryTheory.Functor.CommShiftCategoryTheory.Functor.CommShift

Around this declaration

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

CategoryTheory.NatTrans.shift_app_comm · cited by 9NatTrans.shift_app_commCategoryTheory.Functor.mapTriangleIso · cited by 8Functor.mapTriangleIsoCategoryTheory.SingleFunctors.postcompIsoOfIso · cited by 4SingleFunctors.postcompIs…CategoryTheory.LocalizerMorphism.equiv_smallShiftedHomMap · cited by 3LocalizerMorphism.equiv_s…CategoryTheory.NatTrans.shift_app · cited by 3NatTrans.shift_appCategoryTheory.NatTrans.shift_comm · cited by 2NatTrans.shift_commCategoryTheory.Functor.isTriangulated_iff_of_iso · cited by 2Functor.isTriangulated_if…CategoryTheory.ShiftedHom.map_naturality_1 · cited by 2ShiftedHom.map_naturality…CategoryTheory.NatTrans.app_shift · cited by 2NatTrans.app_shiftCategoryTheory.Adjunction.CommShift.mk' · cited by 2CommShift.mk'CategoryTheory.Equivalence.CommShift.mk' · cited by 2CommShift.mk'CategoryTheory.NatTrans.shift_app_comm_assoc · cited by 1NatTrans.shift_app_comm_a…CategoryTheory.Functor.isTriangulated_of_iso · cited by 1Functor.isTriangulated_of…CategoryTheory.ShiftedHom.map_naturality · cited by 1ShiftedHom.map_naturalityCategoryTheory.TwistShiftData.mk.inj · cited by 1mk.injCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorAddMonoid · cited by 2864AddMonoidCategoryTheory.HasShift · cited by 1527CategoryTheory.HasShiftCategoryTheory.Functor.CommShift · cited by 249Functor.CommShiftNatTrans.CommShiftCITED BYCITES

Cites6

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

Cited by59

Results whose statement or proof uses this declaration.