Theorems · Definition · category theory
CategoryTheory.LocalizerMorphism.homMap
{C₁ : Type u_2} →
{C₂ : Type u_3} →
{D₁ : Type u_5} →
{D₂ : Type u_6} →
[inst : CategoryTheory.Category.{v_2, u_2} C₁] →
[inst_1 : CategoryTheory.Category.{v_3, u_3} C₂] →
[inst_2 : CategoryTheory.Category.{v_5, u_5} D₁] →
[inst_3 : CategoryTheory.Category.{v_6, u_6} D₂] →
{W₁ : CategoryTheory.MorphismProperty C₁} →
{W₂ : CategoryTheory.MorphismProperty C₂} →
(Φ : CategoryTheory.LocalizerMorphism W₁ W₂) →
(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 (Φ.functor.obj X) ⟶ L₂.obj (Φ.functor.obj Y))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.
- Cited by
- 10 results in Mathlib
- Foundations
- Depth 83 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapproof · cited by 8,698
- CategoryTheory.MorphismPropertystatement and proof · cited by 2,179
- CategoryTheory.Iso.symmproof · cited by 993
- CategoryTheory.Functor.IsLocalizationstatement and proof · cited by 432
- CategoryTheory.Iso.appproof · cited by 253
- CategoryTheory.LocalizerMorphismstatement and proof · cited by 161
- CategoryTheory.LocalizerMorphism.functorstatement and proof · cited by 140
Cited by11
Results whose statement or proof uses this declaration.
- CategoryTheory.Localization.homEquivproof · cited by 18
- CategoryTheory.LocalizerMorphism.homMap_applystatement · cited by 4
- CategoryTheory.LocalizerMorphism.homMap_compstatement · cited by 2
- CategoryTheory.LocalizerMorphism.homMap_mapstatement · cited by 2
- CategoryTheory.LocalizerMorphism.homMap.congr_simpstatement and proof · cited by 1
- CategoryTheory.LocalizerMorphism.homMap_homMapstatement and proof · cited by 1
- CategoryTheory.Localization.homEquiv_applystatement · cited by 1
- CategoryTheory.LocalizerMorphism.homMap_idstatement · cited by 1
- CategoryTheory.LocalizerMorphism.id_homMapstatement and proof · cited by 1
- CategoryTheory.LocalizerMorphism.homMap_apply_assocstatement and proof · cited by 0
- CategoryTheory.LocalizerMorphism.homMap_comp_assocstatement and proof · cited by 0