Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Localization.SmallShiftedHom.equiv_comp

∀ {C : Type u₁} [inst : CategoryTheory.Category.{v₁, u₁} C] {D : Type u₂} [inst_1 : CategoryTheory.Category.{v₂, u₂} D]
  (W : CategoryTheory.MorphismProperty C) {M : Type w'} [inst_2 : AddMonoid M] [inst_3 : CategoryTheory.HasShift C M]
  [inst_4 : CategoryTheory.HasShift D M] (L : CategoryTheory.Functor C D) [inst_5 : L.IsLocalization W]
  [inst_6 : L.CommShift M] {X Y Z : C} [inst_7 : W.IsCompatibleWithShift M]
  [inst_8 : CategoryTheory.Localization.HasSmallLocalizedShiftedHom W M X Y]
  [inst_9 : CategoryTheory.Localization.HasSmallLocalizedShiftedHom W M Y Z]
  [inst_10 : CategoryTheory.Localization.HasSmallLocalizedShiftedHom W M X Z]
  [inst_11 : CategoryTheory.Localization.HasSmallLocalizedShiftedHom W M Z Z] {a b c : M}
  (f : CategoryTheory.Localization.SmallShiftedHom W X Y a) (g : CategoryTheory.Localization.SmallShiftedHom W Y Z b)
  (h : b + a = c),
  (CategoryTheory.Localization.SmallShiftedHom.equiv W L) (f.comp g h) =
    ((CategoryTheory.Localization.SmallShiftedHom.equiv W L) f).comp
      ((CategoryTheory.Localization.SmallShiftedHom.equiv W L) g) h
Defined in
Mathlib.CategoryTheory.Localization.SmallShiftedHom
Cited by
9 results in Mathlib
Foundations
Depth 94 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryAddMonoidCategoryTheory.HasShiftCategoryTheory.HasShiftCategoryTheory.Functor.IsLocalizationCategoryTheory.Functor.CommShiftCategoryTheory.MorphismProperty.IsCompatibleWithShiftCategoryTheory.Localization.HasSmallLocalizedShiftedHomCategoryTheory.Localization.HasSmallLocalizedShiftedHomCategoryTheory.Localization.HasSmallLocalizedShiftedHomCategoryTheory.Localization.HasSmallLocalizedShiftedHom

Around this declaration

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

CategoryTheory.Abelian.Ext.comp_hom · cited by 27Ext.comp_homCategoryTheory.InjectiveResolution.extEquivCohomologyClass_symm_mk_hom · cited by 3InjectiveResolution.extEq…CategoryTheory.ProjectiveResolution.extEquivCohomologyClass_symm_mk_hom · cited by 3ProjectiveResolution.extE…CategoryTheory.Localization.SmallShiftedHom.comp_assoc · cited by 1SmallShiftedHom.comp_assocCategoryTheory.LocalizerMorphism.smallShiftedHomMap_comp · cited by 1LocalizerMorphism.smallSh…CategoryTheory.Localization.SmallShiftedHom.mk₀Inv_comp_mk₀ · cited by 0SmallShiftedHom.mk₀Inv_co…CategoryTheory.Localization.SmallShiftedHom.mk₀_comp_mk₀Inv · cited by 0SmallShiftedHom.mk₀_comp_…CategoryTheory.Localization.SmallShiftedHom.mk₀_id_comp · cited by 0SmallShiftedHom.mk₀_id_co…CategoryTheory.Localization.SmallShiftedHom.comp_mk₀_id · cited by 0SmallShiftedHom.comp_mk₀_…DFunLike.coe · cited by 62936DFunLike.coeCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.map · cited by 8698Functor.mapEquiv · cited by 8337EquivCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.NatTrans.app · cited by 7406NatTrans.appCategoryTheory.Iso.inv · cited by 6514Iso.invCategoryTheory.Category.assoc · cited by 6433Category.assocAddMonoid · cited by 2864AddMonoidCategoryTheory.MorphismProperty · cited by 2179CategoryTheory.MorphismPr…CategoryTheory.Category.comp_id · cited by 2119Category.comp_idSmallShiftedHom.equiv_compCITED BYCITES

Cites34

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

Cited by9

Results whose statement or proof uses this declaration.