Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Localization.SmallHom.equiv

{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) →
            [L.IsLocalization W] →
              {X Y : C} →
                [inst_3 : CategoryTheory.Localization.HasSmallLocalizedHom W X Y] →
                  CategoryTheory.Localization.SmallHom W X Y ≃ (L.obj X ⟶ L.obj Y)

The canonical bijection SmallHom.{w} W X Y ≃ (L.obj X ⟶ L.obj Y) when L is a localization functor for W : MorphismProperty C and that HasSmallLocalizedHom.{w} W X Y holds.

Defined in
Mathlib.CategoryTheory.Localization.SmallHom
Cited by
25 results in Mathlib
Foundations
Depth 88 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Functor.IsLocalizationCategoryTheory.Localization.HasSmallLocalizedHom

Around this declaration

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

CategoryTheory.Localization.SmallShiftedHom.equiv · cited by 22SmallShiftedHom.equivCategoryTheory.Localization.SmallHom.mk · cited by 12SmallHom.mkCategoryTheory.Localization.SmallHom.comp · cited by 11SmallHom.compCategoryTheory.Localization.SmallHom.equiv_comp · cited by 11SmallHom.equiv_compCategoryTheory.Localization.SmallHom.equiv_mk · cited by 11SmallHom.equiv_mkCategoryTheory.Localization.SmallShiftedHom.equiv_comp · cited by 9SmallShiftedHom.equiv_compCategoryTheory.ShortComplex.ShortExact.extClass_hom · cited by 6ShortExact.extClass_homCategoryTheory.Localization.SmallHom.mkInv · cited by 5SmallHom.mkInvCategoryTheory.LocalizerMorphism.smallHomMap · cited by 5LocalizerMorphism.smallHo…CategoryTheory.LocalizerMorphism.equiv_smallHomMap · cited by 4LocalizerMorphism.equiv_s…CategoryTheory.Localization.SmallHom.equiv_mkInv · cited by 4SmallHom.equiv_mkInvCategoryTheory.LocalizerMorphism.equiv_smallShiftedHomMap · cited by 3LocalizerMorphism.equiv_s…CategoryTheory.Localization.SmallHom.equiv_equiv_symm · cited by 2SmallHom.equiv_equiv_symmCategoryTheory.Localization.SmallHom.mk_comp_mk · cited by 2SmallHom.mk_comp_mkCategoryTheory.Localization.SmallShiftedHom.equiv_mk · cited by 2SmallShiftedHom.equiv_mkCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorEquiv · cited by 8337EquivEquiv.symm · cited by 3681Equiv.symmCategoryTheory.MorphismProperty · cited by 2179CategoryTheory.MorphismPr…CategoryTheory.Functor.IsLocalization · cited by 432Functor.IsLocalizationEquiv.trans · cited by 337Equiv.transequivShrink · cited by 118equivShrinkCategoryTheory.MorphismProperty.Q · cited by 98MorphismProperty.QCategoryTheory.Localization.HasSmallLocalizedHom · cited by 30Localization.HasSmallLoca…CategoryTheory.Localization.SmallHom · cited by 24Localization.SmallHomCategoryTheory.Localization.homEquiv · cited by 18Localization.homEquivSmallHom.equivCITED BYCITES

Cites14

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

Cited by31

Results whose statement or proof uses this declaration.