Mathlib Map

Theorems · Definition · category theory

CategoryTheory.shiftComm

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

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

Defined in
Mathlib.CategoryTheory.Shift.Basic
Cited by
9 results in Mathlib
Foundations
Depth 35 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.DifferentialObject.shiftFunctor · cited by 7DifferentialObject.shiftF…CategoryTheory.shiftComm_symm · cited by 2CategoryTheory.shiftComm_…CategoryTheory.Functor.CommShift₂.comm · cited by 1CommShift₂.commCategoryTheory.shiftComm' · cited by 1CategoryTheory.shiftComm'CategoryTheory.shiftComm_hom_comp · cited by 1CategoryTheory.shiftComm_…CategoryTheory.Functor.commShift₂_comm · cited by 1Functor.commShift₂_commCategoryTheory.Functor.CommShift₂.casesOn · cited by 0CommShift₂.casesOnCategoryTheory.Functor.CommShift₂.noConfusion · cited by 0CommShift₂.noConfusionCategoryTheory.Functor.CommShift₂.noConfusionType · cited by 0CommShift₂.noConfusionTypeCategoryTheory.Functor.CommShift₂.mk.noConfusion · cited by 0mk.noConfusionCategoryTheory.Functor.CommShift₂.recOn · cited by 0CommShift₂.recOnCategoryTheory.shiftComm_hom_comp_assoc · cited by 0CategoryTheory.shiftComm_…CategoryTheory.Functor.commShift₂_comm_assoc · cited by 0Functor.commShift₂_comm_a…CategoryTheory.DifferentialObject.shiftFunctor_map_f · cited by 0DifferentialObject.shiftF…CategoryTheory.DifferentialObject.shiftFunctor_obj_d · cited by 0DifferentialObject.shiftF…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objAddCommMonoid · cited by 12281AddCommMonoidCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.shiftFunctor · cited by 1553CategoryTheory.shiftFunct…CategoryTheory.HasShift · cited by 1527CategoryTheory.HasShiftCategoryTheory.Iso.app · cited by 253Iso.appCategoryTheory.shiftFunctorComm · cited by 29CategoryTheory.shiftFunct…CategoryTheory.shiftCommCITED BYCITES

Cites8

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

Cited by15

Results whose statement or proof uses this declaration.