Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Localization.isoOfHom

{C : Type u_1} →
  {D : Type u_2} →
    [inst : CategoryTheory.Category.{v_1, u_1} C] →
      [inst_1 : CategoryTheory.Category.{v_2, u_2} D] →
        (L : CategoryTheory.Functor C D) →
          (W : CategoryTheory.MorphismProperty C) →
            [L.IsLocalization W] → {X Y : C} → (f : X ⟶ Y) → W f → (L.obj X ≅ L.obj Y)

The isomorphism L.obj X ≅ L.obj Y that is deduced from a morphism f : X ⟶ Y which belongs to W, when L.IsLocalization W.

Defined in
Mathlib.CategoryTheory.Localization.Predicate
Cited by
35 results in Mathlib
Foundations
Depth 11 from the axioms · uses Classical.choice
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Functor.IsLocalization

Around this declaration

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

CategoryTheory.ShortComplex.ShortExact.extClass_hom · cited by 6ShortExact.extClass_homCategoryTheory.Localization.SmallHom.mkInv · cited by 5SmallHom.mkInvCategoryTheory.Localization.isoOfHom_inv_hom_id · cited by 5Localization.isoOfHom_inv…CategoryTheory.Localization.SmallHom.equiv_mkInv · cited by 4SmallHom.equiv_mkInvCategoryTheory.Localization.SmallShiftedHom.equiv_mk₀Inv · cited by 4SmallShiftedHom.equiv_mk₀…CategoryTheory.LocalizerMorphism.IsRightDerivabilityStructure.Constructor.fromRightResolution · cited by 4Constructor.fromRightReso…CategoryTheory.Localization.essSurj_mapArrow · cited by 4Localization.essSurj_mapA…CategoryTheory.Localization.isoOfHom_hom · cited by 3Localization.isoOfHom_homCategoryTheory.Localization.isoOfHom_hom_inv_id · cited by 3Localization.isoOfHom_hom…CategoryTheory.MorphismProperty.map_eq_iff_precomp · cited by 3MorphismProperty.map_eq_i…CategoryTheory.LocalizerMorphism.essSurj_of_hasRightResolutions · cited by 2LocalizerMorphism.essSurj…CategoryTheory.Localization.homEquiv_isoOfHom_inv · cited by 2Localization.homEquiv_iso…CategoryTheory.Localization.isoOfHom_hom_inv_id_assoc · cited by 2Localization.isoOfHom_hom…CategoryTheory.MorphismProperty.map_eq_iff_postcomp · cited by 2MorphismProperty.map_eq_i…CategoryTheory.Localization.hasSmallLocalizedHom_iff_source · cited by 1Localization.hasSmallLoca…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.map · cited by 8698Functor.mapCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.MorphismProperty · cited by 2179CategoryTheory.MorphismPr…CategoryTheory.Functor.IsLocalization · cited by 432Functor.IsLocalizationCategoryTheory.asIso · cited by 177CategoryTheory.asIsoLocalization.isoOfHomCITED BYCITES

Cites9

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

Cited by37

Results whose statement or proof uses this declaration.