Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.shiftFunctorComm_eq

∀ (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 k : A) (h : i + j = k),
  CategoryTheory.shiftFunctorComm C i j =
    (CategoryTheory.shiftFunctorAdd' C i j k h).symm ≪≫ CategoryTheory.shiftFunctorAdd' C j i k ⋯
Defined in
Mathlib.CategoryTheory.Shift.Basic
Cited by
8 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.shiftFunctorComm_inv_app_of_add_eq_zero · cited by 2CategoryTheory.shiftFunct…CategoryTheory.shiftFunctorZero_hom_app_shift · cited by 2CategoryTheory.shiftFunct…CategoryTheory.shiftFunctorComm_hom_app_of_add_eq_zero · cited by 1CategoryTheory.shiftFunct…CochainComplex.shiftFunctorComm_hom_app_f · cited by 1CochainComplex.shiftFunct…CategoryTheory.shiftFunctorComm_symm · cited by 1CategoryTheory.shiftFunct…CategoryTheory.Functor.map_shiftFunctorComm_hom_app · cited by 1Functor.map_shiftFunctorC…CategoryTheory.shiftFunctorComm_hom_app_comp_shift_shiftFunctorAdd_hom_app · cited by 1CategoryTheory.shiftFunct…CategoryTheory.shiftFunctorComm_eq_refl · cited by 0CategoryTheory.shiftFunct…CategoryTheory.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.shiftFunctorComm · cited by 29CategoryTheory.shiftFunct…CategoryTheory.shiftFunctorAdd'_eq_shiftFunctorAdd · cited by 15CategoryTheory.shiftFunct…CategoryTheory.shiftFunctorCo…CITED BYCITES

Cites12

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

Cited by8

Results whose statement or proof uses this declaration.