Theorems · Theorem · category theory
CategoryTheory.LocalizerMorphism.isLocalizedEquivalence_of_unit_of_unit
∀ {C₁ : Type u₁} {C₂ : Type u₂} [inst : CategoryTheory.Category.{v₁, u₁} C₁]
[inst_1 : CategoryTheory.Category.{v₂, u₂} C₂] {W₁ : CategoryTheory.MorphismProperty C₁}
{W₂ : CategoryTheory.MorphismProperty C₂} (Φ : CategoryTheory.LocalizerMorphism W₁ W₂)
(Ψ : CategoryTheory.LocalizerMorphism W₂ W₁) (ε₁ : CategoryTheory.Functor.id C₁ ⟶ Φ.functor.comp Ψ.functor)
(ε₂ : CategoryTheory.Functor.id C₂ ⟶ Ψ.functor.comp Φ.functor),
(∀ (X₁ : C₁), W₁ (ε₁.app X₁)) → (∀ (X₂ : C₂), W₂ (ε₂.app X₂)) → Φ.IsLocalizedEquivalence- Cited by
- 1 results in Mathlib
- Foundations
- Depth 84 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites25
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 and proof · cited by 32,603
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.Functorstatement · cited by 16,252
- CategoryTheory.NatTrans.appstatement and proof · cited by 7,406
- CategoryTheory.Functor.compstatement and proof · cited by 6,529
- CategoryTheory.Functor.idstatement and proof · cited by 3,333
- CategoryTheory.MorphismPropertystatement and proof · cited by 2,179
- CategoryTheory.IsIsoproof · cited by 1,156
- CategoryTheory.Iso.symmproof · cited by 993
- CategoryTheory.Iso.transproof · cited by 566
- CategoryTheory.Functor.whiskerRightproof · cited by 467
Cited by1
Results whose statement or proof uses this declaration.