Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Localization.SmallHom.equiv_comp

∀ {C : Type u₁} [inst : CategoryTheory.Category.{v₁, u₁} C] {W : CategoryTheory.MorphismProperty C} {D : Type u₂}
  [inst_1 : CategoryTheory.Category.{v₂, u₂} D] (L : CategoryTheory.Functor C D) [inst_2 : L.IsLocalization W]
  {X Y Z : C} [inst_3 : CategoryTheory.Localization.HasSmallLocalizedHom W X Y]
  [inst_4 : CategoryTheory.Localization.HasSmallLocalizedHom W Y Z]
  [inst_5 : CategoryTheory.Localization.HasSmallLocalizedHom W X Z] (α : CategoryTheory.Localization.SmallHom W X Y)
  (β : CategoryTheory.Localization.SmallHom W Y Z),
  (CategoryTheory.Localization.SmallHom.equiv W L) (α.comp β) =
    CategoryTheory.CategoryStruct.comp ((CategoryTheory.Localization.SmallHom.equiv W L) α)
      ((CategoryTheory.Localization.SmallHom.equiv W L) β)
Defined in
Mathlib.CategoryTheory.Localization.SmallHom
Cited by
11 results in Mathlib
Foundations
Depth 90 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Functor.IsLocalizationCategoryTheory.Localization.HasSmallLocalizedHomCategoryTheory.Localization.HasSmallLocalizedHomCategoryTheory.Localization.HasSmallLocalizedHom

Around this declaration

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

CategoryTheory.Localization.SmallShiftedHom.equiv_comp · cited by 9SmallShiftedHom.equiv_compCategoryTheory.ShortComplex.ShortExact.extClass_hom · cited by 6ShortExact.extClass_homCategoryTheory.Localization.SmallShiftedHom.equiv_shift' · cited by 2SmallShiftedHom.equiv_shi…CategoryTheory.Localization.SmallHom.mk_comp_mk · cited by 2SmallHom.mk_comp_mkCategoryTheory.Localization.SmallHom.comp_assoc · cited by 1SmallHom.comp_assocCategoryTheory.LocalizerMorphism.equiv_smallHomMap' · cited by 1LocalizerMorphism.equiv_s…CategoryTheory.Localization.SmallHom.mk_id_comp · cited by 1SmallHom.mk_id_compCategoryTheory.LocalizerMorphism.smallHomMap_comp · cited by 1LocalizerMorphism.smallHo…CategoryTheory.Localization.SmallHom.comp_mk_id · cited by 0SmallHom.comp_mk_idCategoryTheory.Localization.SmallHom.mkInv_comp_mk · cited by 0SmallHom.mkInv_comp_mkCategoryTheory.Localization.SmallHom.mk_comp_mkInv · cited by 0SmallHom.mk_comp_mkInvDFunLike.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.FunctorEquiv · cited by 8337EquivEquiv.symm · cited by 3681Equiv.symmCategoryTheory.MorphismProperty · cited by 2179CategoryTheory.MorphismPr…CategoryTheory.Functor.IsLocalization · cited by 432Functor.IsLocalizationSmall · cited by 369SmallEquiv.symm_apply_apply · cited by 320Equiv.symm_apply_applyEquiv.surjective · cited by 198Equiv.surjectiveequivShrink · cited by 118equivShrinkCategoryTheory.MorphismProperty.Q · cited by 98MorphismProperty.QSmallHom.equiv_compCITED BYCITES

Cites23

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

Cited by11

Results whose statement or proof uses this declaration.