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
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- CategoryTheory.Functor.objproof · cited by 19,642
- CategoryTheory.CategoryStruct.compproof · cited by 17,999
- CategoryTheory.Functor.mapproof · cited by 8,698
- CategoryTheory.NatTrans.appproof · cited by 7,406
- CategoryTheory.Iso.invproof · cited by 6,514
- CategoryTheory.Category.assocproof · cited by 6,433
- AddMonoidstatement and proof · cited by 2,864
- CategoryTheory.shiftFunctorproof · cited by 1,553
- CategoryTheory.HasShiftstatement and proof · cited by 1,527
- CategoryTheory.Functor.map_compproof · cited by 734
- CategoryTheory.shiftFunctorAdd'proof · cited by 95
Cited by7
Results whose statement or proof uses this declaration.
- CategoryTheory.ShiftedHom.mk₀_comp_mk₀_assocproof · cited by 3
- CategoryTheory.LocalizerMorphism.smallShiftedHomMap_compproof · cited by 1
- CategoryTheory.Localization.SmallShiftedHom.comp_assocproof · cited by 1
- CategoryTheory.ProjectiveResolution.extMk_comp_mk₀proof · cited by 0
- CategoryTheory.ProjectiveResolution.mk₀_comp_extMkproof · cited by 0
- CategoryTheory.InjectiveResolution.mk₀_comp_extMkproof · cited by 0
- CategoryTheory.InjectiveResolution.extMk_comp_mk₀proof · cited by 0