Theorems · Theorem · category theory
CategoryTheory.Adjunction.localization_unit_app
∀ {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₁}
(adj : G ⊣ F) (L₁ : CategoryTheory.Functor C₁ D₁) (W₁ : CategoryTheory.MorphismProperty C₁)
[inst_4 : L₁.IsLocalization W₁] (L₂ : CategoryTheory.Functor C₂ D₂) (W₂ : CategoryTheory.MorphismProperty C₂)
[inst_5 : L₂.IsLocalization W₂] (G' : CategoryTheory.Functor D₁ D₂) (F' : CategoryTheory.Functor D₂ D₁)
[inst_6 : CategoryTheory.CatCommSq G L₁ L₂ G'] [inst_7 : CategoryTheory.CatCommSq F L₂ L₁ F'] (X₁ : C₁),
(adj.localization L₁ W₁ L₂ W₂ G' F').unit.app (L₁.obj X₁) =
CategoryTheory.CategoryStruct.comp (L₁.map (adj.unit.app X₁))
(CategoryTheory.CategoryStruct.comp ((CategoryTheory.CatCommSq.iso F L₂ L₁ F').hom.app (G.obj X₁))
(F'.map ((CategoryTheory.CatCommSq.iso G L₁ L₂ G').hom.app X₁)))- Cited by
- 0 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.
Cites18
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
- Quiver.Homstatement · cited by 32,603
- CategoryTheory.Functor.objstatement · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapstatement · cited by 8,698
- CategoryTheory.Iso.homstatement · cited by 7,684
- CategoryTheory.NatTrans.appstatement · cited by 7,406
- CategoryTheory.Functor.compstatement · cited by 6,529
- CategoryTheory.Functor.idstatement · cited by 3,333
- CategoryTheory.MorphismPropertystatement and proof · cited by 2,179
- CategoryTheory.Adjunctionstatement and proof · cited by 524
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.