Theorems · Theorem · category theory
CategoryTheory.Functor.IsLocalization.of_equivalence_source
∀ {C₁ : Type u_1} {C₂ : Type u_2} {D : Type u_3} [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]
(L₁ : CategoryTheory.Functor C₁ D) (W₁ : CategoryTheory.MorphismProperty C₁) (L₂ : CategoryTheory.Functor C₂ D)
(W₂ : CategoryTheory.MorphismProperty C₂) (E : C₁ ≌ C₂),
W₁ ≤ W₂.isoClosure.inverseImage E.functor →
W₂.IsInvertedBy L₂ → ∀ [L₁.IsLocalization W₁] (iso : E.functor.comp L₂ ≅ L₁), L₂.IsLocalization W₂If L₁ : C₁ ⥤ D is a localization functor for W₁ : MorphismProperty C₁, then it is also
the case of a functor L₂ : C₂ ⥤ D for a suitable W₂ : MorphismProperty C₂ when
we have an equivalence of category E : C₁ ≌ C₂ and an isomorphism E.functor ⋙ L₂ ≅ L₁.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 85 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites37
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.Homproof · cited by 32,603
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapproof · cited by 8,698
- CategoryTheory.Functor.compstatement and proof · cited by 6,529
- CategoryTheory.Isostatement and proof · cited by 3,963
- CategoryTheory.MorphismPropertystatement and proof · cited by 2,179
- CategoryTheory.Equivalence.functorstatement and proof · cited by 1,268
- CategoryTheory.Equivalence.inverseproof · cited by 1,130
- CategoryTheory.Iso.symmproof · cited by 993
- CategoryTheory.Equivalencestatement and proof · cited by 601
- CategoryTheory.Iso.transproof · cited by 566
Cited by2
Results whose statement or proof uses this declaration.
- CategoryTheory.LocalizerMorphism.IsLocalizedEquivalence.of_equivalenceproof · cited by 2
- CategoryTheory.Functor.IsLocalization.of_equivalencesproof · cited by 0