Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Localization.homEquiv

{C : Type u_1} →
  {D₁ : Type u_5} →
    {D₂ : Type u_6} →
      [inst : CategoryTheory.Category.{v_1, u_1} C] →
        [inst_1 : CategoryTheory.Category.{v_5, u_5} D₁] →
          [inst_2 : CategoryTheory.Category.{v_6, u_6} D₂] →
            (W : CategoryTheory.MorphismProperty C) →
              (L₁ : CategoryTheory.Functor C D₁) →
                [L₁.IsLocalization W] →
                  (L₂ : CategoryTheory.Functor C D₂) →
                    [L₂.IsLocalization W] → {X Y : C} → (L₁.obj X ⟶ L₁.obj Y) ≃ (L₂.obj X ⟶ L₂.obj Y)

Bijection between types of morphisms in two localized categories for the same class of morphisms W.

Defined in
Mathlib.CategoryTheory.Localization.HomEquiv
Cited by
18 results in Mathlib
Foundations
Depth 87 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Functor.IsLocalizationCategoryTheory.Functor.IsLocalization

Around this declaration

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

CategoryTheory.Localization.SmallHom.equiv · cited by 25SmallHom.equivCategoryTheory.Localization.SmallHom.equiv_mk · cited by 11SmallHom.equiv_mkCategoryTheory.Localization.SmallHom.equiv_comp · cited by 11SmallHom.equiv_compCategoryTheory.Localization.hasSmallLocalizedHom_iff · cited by 6Localization.hasSmallLoca…CategoryTheory.Localization.SmallHom.equiv_mkInv · cited by 4SmallHom.equiv_mkInvCategoryTheory.Localization.structuredArrowEquiv · cited by 4Localization.structuredAr…CategoryTheory.Localization.homEquiv_comp · cited by 3Localization.homEquiv_compCategoryTheory.Localization.homEquiv_map · cited by 3Localization.homEquiv_mapCategoryTheory.Localization.homEquiv_id · cited by 2Localization.homEquiv_idCategoryTheory.Localization.homEquiv_isoOfHom_inv · cited by 2Localization.homEquiv_iso…CategoryTheory.Localization.homEquiv_refl · cited by 2Localization.homEquiv_reflCategoryTheory.Localization.SmallHom.equiv_equiv_symm · cited by 2SmallHom.equiv_equiv_symmCategoryTheory.Localization.homEquiv_apply · cited by 1Localization.homEquiv_app…CategoryTheory.Localization.homEquiv_eq · cited by 1Localization.homEquiv_eqCategoryTheory.Localization.homEquiv_trans · cited by 1Localization.homEquiv_tra…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorEquiv · cited by 8337EquivCategoryTheory.MorphismProperty · cited by 2179CategoryTheory.MorphismPr…CategoryTheory.Functor.IsLocalization · cited by 432Functor.IsLocalizationCategoryTheory.LocalizerMorphism.homMap · cited by 10LocalizerMorphism.homMapCategoryTheory.LocalizerMorphism.id · cited by 8LocalizerMorphism.idLocalization.homEquivCITED BYCITES

Cites9

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

Cited by20

Results whose statement or proof uses this declaration.