Bijections between morphisms in two localized categories #
Given two localization functors L₁ : C ⥤ D₁ and L₂ : C ⥤ D₂ for the same
class of morphisms W : MorphismProperty C, we define a bijection
Localization.homEquiv W L₁ L₂ : (L₁.obj X ⟶ L₁.obj Y) ≃ (L₂.obj X ⟶ L₂.obj Y)
between the types of morphisms in the two localized categories.
More generally, given a localizer morphism Φ : LocalizerMorphism W₁ W₂, we define a map
Φ.homMap L₁ L₂ : (L₁.obj X ⟶ L₁.obj Y) ⟶ (L₂.obj (Φ.functor.obj X) ⟶ L₂.obj (Φ.functor.obj Y)).
The definition Localization.homEquiv is obtained by applying the construction
to the identity localizer morphism.
If Φ : LocalizerMorphism W₁ W₂ is a morphism of localizers, L₁ and L₂
are localization functors for W₁ and W₂, then this is the induced map
(L₁.obj X ⟶ L₁.obj Y) ⟶ (L₂.obj (Φ.functor.obj X) ⟶ L₂.obj (Φ.functor.obj Y))
for all objects X and Y.
Equations
Instances For
Bijection between types of morphisms in two localized categories
for the same class of morphisms W.