Theorems · Definition · category theory
CategoryTheory.Localization.equivalence
{C₁ : Type u_1} →
{C₂ : Type u_2} →
{D₁ : Type u_4} →
{D₂ : Type u_5} →
[inst : CategoryTheory.Category.{v_1, u_1} C₁] →
[inst_1 : CategoryTheory.Category.{v_2, u_2} C₂] →
[inst_2 : CategoryTheory.Category.{v_4, u_4} D₁] →
[inst_3 : CategoryTheory.Category.{v_5, u_5} D₂] →
(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 C₁ D₂) →
(G' : CategoryTheory.Functor D₁ D₂) →
[CategoryTheory.Localization.Lifting L₁ W₁ G G'] →
(F : CategoryTheory.Functor C₂ D₁) →
(F' : CategoryTheory.Functor D₂ D₁) →
[CategoryTheory.Localization.Lifting L₂ W₂ F F'] →
(G.comp F' ≅ L₁) → (F.comp G' ≅ L₂) → (D₁ ≌ D₂)Basic constructor of an equivalence between localized categories
- Cited by
- 3 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.
Cites12
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.Functor.compstatement and proof · cited by 6,529
- CategoryTheory.Isostatement and proof · cited by 3,963
- CategoryTheory.Functor.idproof · cited by 3,333
- CategoryTheory.MorphismPropertystatement and proof · cited by 2,179
- CategoryTheory.Iso.symmproof · cited by 993
- CategoryTheory.Equivalencestatement · cited by 601
- CategoryTheory.Functor.IsLocalizationstatement and proof · cited by 432
- CategoryTheory.Localization.Liftingstatement and proof · cited by 41
- CategoryTheory.Localization.liftNatIsoproof · cited by 12
- CategoryTheory.Equivalence.mkproof · cited by 3
Cited by3
Results whose statement or proof uses this declaration.
- CategoryTheory.Localization.isEquivalenceproof · cited by 1
- CategoryTheory.LocalizerMorphism.isLocalizedEquivalence_of_unit_of_unitproof · cited by 1
- CategoryTheory.Localization.equivalence_counitIso_appstatement · cited by 0