Theorems · Definition · category theory
CategoryTheory.Adjunction.localization
{C₁ : Type u_1} →
{C₂ : Type u_2} →
{D₁ : Type u_3} →
{D₂ : Type u_4} →
[inst : CategoryTheory.Category.{v_1, u_1} C₁] →
[inst_1 : CategoryTheory.Category.{v_2, u_2} C₂] →
[inst_2 : CategoryTheory.Category.{v_3, u_3} D₁] →
[inst_3 : CategoryTheory.Category.{v_4, u_4} D₂] →
{G : CategoryTheory.Functor C₁ C₂} →
{F : CategoryTheory.Functor C₂ C₁} →
(G ⊣ F) →
(L₁ : CategoryTheory.Functor C₁ D₁) →
(W₁ : CategoryTheory.MorphismProperty C₁) →
[L₁.IsLocalization W₁] →
(L₂ : CategoryTheory.Functor C₂ D₂) →
(W₂ : CategoryTheory.MorphismProperty C₂) →
[L₂.IsLocalization W₂] →
(G' : CategoryTheory.Functor D₁ D₂) →
(F' : CategoryTheory.Functor D₂ D₁) →
[CategoryTheory.CatCommSq G L₁ L₂ G'] →
[CategoryTheory.CatCommSq F L₂ L₁ F'] → G' ⊣ F'If adj : G ⊣ F is an adjunction between two categories C₁ and C₂ that
are equipped with localization functors L₁ : C₁ ⥤ D₁ and L₂ : C₂ ⥤ D₂ with
respect to W₁ : MorphismProperty C₁ and W₂ : MorphismProperty C₂, and that
the functors F : C₂ ⥤ C₁ and G : C₁ ⥤ C₂ induce functors F' : D₂ ⥤ D₁
and G' : D₁ ⥤ D₂ on the localized categories, then the adjunction adj
induces an adjunction G' ⊣ F'.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 82 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.MorphismPropertystatement and proof · cited by 2,179
- CategoryTheory.Adjunctionstatement and proof · cited by 524
- CategoryTheory.Functor.IsLocalizationstatement and proof · cited by 432
- CategoryTheory.CatCommSqstatement and proof · cited by 45
- CategoryTheory.Adjunction.mkOfUnitCounitproof · cited by 2
- CategoryTheory.Adjunction.Localization.εproof · cited by 1
- CategoryTheory.Adjunction.Localization.ηproof · cited by 1
Cited by3
Results whose statement or proof uses this declaration.
- CategoryTheory.Localization.HasProductsOfShapeAux.adjproof · cited by 2
- CategoryTheory.Adjunction.localization_counit_appstatement · cited by 1
- CategoryTheory.Adjunction.localization_unit_appstatement · cited by 0