Mathlib Map

Theorems · Definition · category theory

CategoryTheory.LocalizerMorphism.LeftResolution.opEquivalence

{C₁ : Type u_1} →
  {C₂ : Type u_2} →
    [inst : CategoryTheory.Category.{v_1, u_1} C₁] →
      [inst_1 : CategoryTheory.Category.{v_2, u_2} C₂] →
        {W₁ : CategoryTheory.MorphismProperty C₁} →
          {W₂ : CategoryTheory.MorphismProperty C₂} →
            (Φ : CategoryTheory.LocalizerMorphism W₁ W₂) →
              (X₂ : C₂) → (Φ.LeftResolution X₂)ᵒᵖ ≌ Φ.op.RightResolution (Opposite.op X₂)

The equivalence of categories (Φ.LeftResolution X₂)ᵒᵖ ≌ Φ.op.RightResolution (Opposite.op X₂).

Defined in
Mathlib.CategoryTheory.Localization.Resolution
Cited by
5 results in Mathlib
Foundations
Depth 70 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Category

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

CategoryTheory.LocalizerMorphism.LeftResolution.opEquivalence_counitIso · cited by 0LeftResolution.opEquivale…CategoryTheory.LocalizerMorphism.LeftResolution.opEquivalence_functor · cited by 0LeftResolution.opEquivale…CategoryTheory.LocalizerMorphism.LeftResolution.opEquivalence_inverse · cited by 0LeftResolution.opEquivale…CategoryTheory.LocalizerMorphism.LeftResolution.opEquivalence_unitIso · cited by 0LeftResolution.opEquivale…CategoryTheory.LocalizerMorphism.IsLeftDerivabilityStructure.mk' · cited by 0IsLeftDerivabilityStructu…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryOpposite · cited by 8081OppositeCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Functor.id · cited by 3333Functor.idCategoryTheory.MorphismProperty · cited by 2179CategoryTheory.MorphismPr…CategoryTheory.Iso.refl · cited by 727Iso.reflCategoryTheory.Equivalence · cited by 601CategoryTheory.EquivalenceCategoryTheory.Functor.rightOp · cited by 214Functor.rightOpCategoryTheory.LocalizerMorphism · cited by 161CategoryTheory.LocalizerM…CategoryTheory.MorphismProperty.op · cited by 71MorphismProperty.opCategoryTheory.LocalizerMorphism.RightResolution · cited by 48LocalizerMorphism.RightRe…CategoryTheory.LocalizerMorphism.LeftResolution · cited by 41LocalizerMorphism.LeftRes…CategoryTheory.LocalizerMorphism.op · cited by 27LocalizerMorphism.opCategoryTheory.LocalizerMorphism.RightResolution.unopFunctor · cited by 4RightResolution.unopFunct…CategoryTheory.LocalizerMorphism.LeftResolution.opFunctor · cited by 4LeftResolution.opFunctorLeftResolution.opEquivalenceCITED BYCITES

Cites15

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by5

Results whose statement or proof uses this declaration.