Theorems · Theorem · category theory
CategoryTheory.Localization.SmallShiftedHom.comp_assoc
∀ {C : Type u₁} [inst : CategoryTheory.Category.{v₁, u₁} C] (W : CategoryTheory.MorphismProperty C) {M : Type w'}
[inst_1 : AddMonoid M] [inst_2 : CategoryTheory.HasShift C M] [inst_3 : W.IsCompatibleWithShift M] {X Y Z T : C}
{a₁ a₂ a₃ a₁₂ a₂₃ a : M} [inst_4 : CategoryTheory.Localization.HasSmallLocalizedShiftedHom W M X Y]
[inst_5 : CategoryTheory.Localization.HasSmallLocalizedShiftedHom W M X Z]
[inst_6 : CategoryTheory.Localization.HasSmallLocalizedShiftedHom W M X T]
[inst_7 : CategoryTheory.Localization.HasSmallLocalizedShiftedHom W M Y Z]
[inst_8 : CategoryTheory.Localization.HasSmallLocalizedShiftedHom W M Y T]
[inst_9 : CategoryTheory.Localization.HasSmallLocalizedShiftedHom W M Z T]
[inst_10 : CategoryTheory.Localization.HasSmallLocalizedShiftedHom W M Z Z]
[inst_11 : CategoryTheory.Localization.HasSmallLocalizedShiftedHom W M T T]
(α : CategoryTheory.Localization.SmallShiftedHom W X Y a₁) (β : CategoryTheory.Localization.SmallShiftedHom W Y Z a₂)
(γ : CategoryTheory.Localization.SmallShiftedHom W Z T a₃) (h₁₂ : a₂ + a₁ = a₁₂) (h₂₃ : a₃ + a₂ = a₂₃)
(h : a₃ + a₂ + a₁ = a), (α.comp β h₁₂).comp γ ⋯ = α.comp (β.comp γ h₂₃) ⋯- Cited by
- 1 results in Mathlib
- Foundations
- Depth 95 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CategoryTheory.CategoryAddMonoidCategoryTheory.HasShiftCategoryTheory.MorphismProperty.IsCompatibleWithShiftCategoryTheory.Localization.HasSmallLocalizedShiftedHomCategoryTheory.Localization.HasSmallLocalizedShiftedHomCategoryTheory.Localization.HasSmallLocalizedShiftedHomCategoryTheory.Localization.HasSmallLocalizedShiftedHomCategoryTheory.Localization.HasSmallLocalizedShiftedHomCategoryTheory.Localization.HasSmallLocalizedShiftedHomCategoryTheory.Localization.HasSmallLocalizedShiftedHomCategoryTheory.Localization.HasSmallLocalizedShiftedHom
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- CategoryTheory.Categorystatement and proof · cited by 32,673
- CategoryTheory.Functor.objproof · cited by 19,642
- AddMonoidstatement and proof · cited by 2,864
- CategoryTheory.MorphismPropertystatement and proof · cited by 2,179
- CategoryTheory.HasShiftstatement and proof · cited by 1,527
- Equiv.injectiveproof · cited by 464
- CategoryTheory.MorphismProperty.Qproof · cited by 98
- CategoryTheory.ShiftedHomproof · cited by 88
- CategoryTheory.MorphismProperty.Localizationproof · cited by 72
- CategoryTheory.ShiftedHom.compproof · cited by 54
- CategoryTheory.Localization.HasSmallLocalizedShiftedHomstatement and proof · cited by 41
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.Abelian.Ext.comp_assocproof · cited by 5