Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.ShiftedHom.comp_assoc

∀ {C : Type u_1} [inst : CategoryTheory.Category.{v_1, u_1} C] {M : Type u_4} [inst_1 : AddMonoid M]
  [inst_2 : CategoryTheory.HasShift C M] {X Y Z T : C} {a₁ a₂ a₃ a₁₂ a₂₃ a : M} (α : CategoryTheory.ShiftedHom X Y a₁)
  (β : CategoryTheory.ShiftedHom Y Z a₂) (γ : CategoryTheory.ShiftedHom Z T a₃) (h₁₂ : a₂ + a₁ = a₁₂)
  (h₂₃ : a₃ + a₂ = a₂₃) (h : a₃ + a₂ + a₁ = a), (α.comp β h₁₂).comp γ ⋯ = α.comp (β.comp γ h₂₃) ⋯
Defined in
Mathlib.CategoryTheory.Shift.ShiftedHom
Cited by
7 results in Mathlib
Foundations
Depth 37 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryAddMonoidCategoryTheory.HasShift

Around this declaration

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

CategoryTheory.ShiftedHom.mk₀_comp_mk₀_assoc · cited by 3ShiftedHom.mk₀_comp_mk₀_a…CategoryTheory.LocalizerMorphism.smallShiftedHomMap_comp · cited by 1LocalizerMorphism.smallSh…CategoryTheory.Localization.SmallShiftedHom.comp_assoc · cited by 1SmallShiftedHom.comp_assocCategoryTheory.ProjectiveResolution.extMk_comp_mk₀ · cited by 0ProjectiveResolution.extM…CategoryTheory.ProjectiveResolution.mk₀_comp_extMk · cited by 0ProjectiveResolution.mk₀_…CategoryTheory.InjectiveResolution.mk₀_comp_extMk · cited by 0InjectiveResolution.mk₀_c…CategoryTheory.InjectiveResolution.extMk_comp_mk₀ · cited by 0InjectiveResolution.extMk…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor.map · cited by 8698Functor.mapCategoryTheory.NatTrans.app · cited by 7406NatTrans.appCategoryTheory.Iso.inv · cited by 6514Iso.invCategoryTheory.Category.assoc · cited by 6433Category.assocAddMonoid · cited by 2864AddMonoidCategoryTheory.shiftFunctor · cited by 1553CategoryTheory.shiftFunct…CategoryTheory.HasShift · cited by 1527CategoryTheory.HasShiftCategoryTheory.Functor.map_comp · cited by 734Functor.map_compCategoryTheory.shiftFunctorAdd' · cited by 95CategoryTheory.shiftFunct…CategoryTheory.ShiftedHom · cited by 88CategoryTheory.ShiftedHomCategoryTheory.ShiftedHom.comp · cited by 54ShiftedHom.compCategoryTheory.shiftFunctorAdd'_assoc_inv_app · cited by 6CategoryTheory.shiftFunct…ShiftedHom.comp_assocCITED BYCITES

Cites15

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

Cited by7

Results whose statement or proof uses this declaration.