Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Adjunction.toEquivalence

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    {D : Type u₂} →
      [inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
        {F : CategoryTheory.Functor C D} →
          {G : CategoryTheory.Functor D C} →
            (adj : F ⊣ G) →
              [∀ (X : C), CategoryTheory.IsIso (adj.unit.app X)] →
                [∀ (Y : D), CategoryTheory.IsIso (adj.counit.app Y)] → C ≌ D

If the unit and counit of a given adjunction are (pointwise) isomorphisms, then we can upgrade the adjunction to an equivalence.

Defined in
Mathlib.CategoryTheory.Adjunction.Basic
Cited by
11 results in Mathlib
Foundations
Depth 25 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.IsIsoCategoryTheory.IsIso

Around this declaration

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

CategoryTheory.MonoidalClosed.ofEquiv · cited by 2MonoidalClosed.ofEquivCategoryTheory.Adjunction.isEquivalence_left_of_isEquivalence_right · cited by 0Adjunction.isEquivalence_…CategoryTheory.Adjunction.toEquivalence_counitIso_hom_app · cited by 0Adjunction.toEquivalence_…CategoryTheory.Adjunction.toEquivalence_counitIso_inv_app · cited by 0Adjunction.toEquivalence_…CategoryTheory.Adjunction.toEquivalence_functor · cited by 0Adjunction.toEquivalence_…CategoryTheory.Adjunction.toEquivalence_inverse · cited by 0Adjunction.toEquivalence_…CategoryTheory.Adjunction.toEquivalence_unitIso_hom_app · cited by 0Adjunction.toEquivalence_…CategoryTheory.Adjunction.toEquivalence_unitIso_inv_app · cited by 0Adjunction.toEquivalence_…CategoryTheory.Adjunction.isEquivalence_right_of_isEquivalence_left · cited by 0Adjunction.isEquivalence_…CategoryTheory.MonoidalClosed.ofEquiv_curry_def · cited by 0MonoidalClosed.ofEquiv_cu…CategoryTheory.MonoidalClosed.ofEquiv_uncurry_def · cited by 0MonoidalClosed.ofEquiv_un…CategoryTheory.Functor.isEquivalence_of_isRightAdjoint · cited by 0Functor.isEquivalence_of_…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.NatTrans.app · cited by 7406NatTrans.appCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Functor.id · cited by 3333Functor.idCategoryTheory.IsIso · cited by 1156CategoryTheory.IsIsoCategoryTheory.Equivalence · cited by 601CategoryTheory.EquivalenceCategoryTheory.Adjunction · cited by 524CategoryTheory.AdjunctionCategoryTheory.Adjunction.unit · cited by 387Adjunction.unitCategoryTheory.Adjunction.counit · cited by 376Adjunction.counitCategoryTheory.NatIso.ofComponents · cited by 178NatIso.ofComponentsCategoryTheory.asIso · cited by 177CategoryTheory.asIsoAdjunction.toEquivalenceCITED BYCITES

Cites13

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

Cited by12

Results whose statement or proof uses this declaration.