Mathlib Map

Theorems · Definition · category theory

CategoryTheory.shiftFunctorComm

(C : Type u) →
  {A : Type u_1} →
    [inst : CategoryTheory.Category.{v, u} C] →
      [inst_1 : AddCommMonoid A] →
        [inst_2 : CategoryTheory.HasShift C A] →
          (i j : A) →
            (CategoryTheory.shiftFunctor C i).comp (CategoryTheory.shiftFunctor C j) ≅
              (CategoryTheory.shiftFunctor C j).comp (CategoryTheory.shiftFunctor C i)

When shifts are indexed by an additive commutative monoid, then shifts commute.

Defined in
Mathlib.CategoryTheory.Shift.Basic
Cited by
29 results in Mathlib
Foundations
Depth 34 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryAddCommMonoidCategoryTheory.HasShift

Around this declaration

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

CategoryTheory.Pretriangulated.Triangle.shiftFunctor · cited by 31Triangle.shiftFunctorCategoryTheory.shiftComm · cited by 9CategoryTheory.shiftCommCategoryTheory.shiftFunctorComm_eq · cited by 8CategoryTheory.shiftFunct…CategoryTheory.shiftFunctorComm_inv_app_of_add_eq_zero · cited by 2CategoryTheory.shiftFunct…CategoryTheory.shiftFunctorZero_hom_app_shift · cited by 2CategoryTheory.shiftFunct…HomologicalComplex₂.totalShift₁Iso_hom_totalShift₂Iso_hom · cited by 2HomologicalComplex₂.total…CategoryTheory.shiftFunctorComm_hom_app_of_add_eq_zero · cited by 1CategoryTheory.shiftFunct…CategoryTheory.shiftFunctorComm_symm · cited by 1CategoryTheory.shiftFunct…CochainComplex.shiftFunctorComm_hom_app_f · cited by 1CochainComplex.shiftFunct…CategoryTheory.Functor.map_shiftFunctorComm · cited by 1Functor.map_shiftFunctorC…CategoryTheory.Functor.map_shiftFunctorComm_hom_app · cited by 1Functor.map_shiftFunctorC…CategoryTheory.Pretriangulated.shift_opShiftFunctorEquivalence_counitIso_inv_app · cited by 1Pretriangulated.shift_opS…CategoryTheory.shiftComm' · cited by 1CategoryTheory.shiftComm'HomologicalComplex₂.totalShift₁Iso_trans_totalShift₂Iso · cited by 1HomologicalComplex₂.total…CategoryTheory.ObjectProperty.trW.shift · cited by 1trW.shiftCategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorAddCommMonoid · cited by 12281AddCommMonoidCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.shiftFunctor · cited by 1553CategoryTheory.shiftFunct…CategoryTheory.HasShift · cited by 1527CategoryTheory.HasShiftCategoryTheory.Iso.symm · cited by 993Iso.symmCategoryTheory.Iso.trans · cited by 566Iso.transCategoryTheory.shiftFunctorAdd' · cited by 95CategoryTheory.shiftFunct…CategoryTheory.shiftFunctorAdd · cited by 54CategoryTheory.shiftFunct…CategoryTheory.shiftFunctorCo…CITED BYCITES

Cites11

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

Cited by31

Results whose statement or proof uses this declaration.