Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Adjunction.homEquiv

{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} → (F ⊣ G) → (X : C) → (Y : D) → (F.obj X ⟶ Y) ≃ (X ⟶ G.obj Y)

The hom set equivalence associated to an adjunction.

Defined in
Mathlib.CategoryTheory.Adjunction.Basic
Cited by
202 results in Mathlib
Foundations
Depth 23 from the axioms, rests on 116 definitions · 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.MonoidalClosed.uncurry · cited by 46MonoidalClosed.uncurryCategoryTheory.Adjunction.homEquiv_unit · cited by 44Adjunction.homEquiv_unitCategoryTheory.MonoidalClosed.curry · cited by 44MonoidalClosed.curryCategoryTheory.Adjunction.comp · cited by 42Adjunction.compCategoryTheory.Adjunction.homEquiv_counit · cited by 30Adjunction.homEquiv_counitCategoryTheory.ParametrizedAdjunction.homEquiv · cited by 29ParametrizedAdjunction.ho…CategoryTheory.Adjunction.comp_unit_app · cited by 25Adjunction.comp_unit_appCategoryTheory.Adjunction.comp_counit_app · cited by 19Adjunction.comp_counit_appCategoryTheory.sheafifyLift · cited by 18CategoryTheory.sheafifyLi…CategoryTheory.MonoidalClosed.uncurry_curry · cited by 15MonoidalClosed.uncurry_cu…CategoryTheory.Adjunction.homEquiv_naturality_left · cited by 14Adjunction.homEquiv_natur…CategoryTheory.Adjunction.mkOfHomEquiv_homEquiv · cited by 14Adjunction.mkOfHomEquiv_h…AlgebraicGeometry.ProjectiveSpectrum.Proj.toSpec · cited by 13Proj.toSpecCategoryTheory.Adjunction.homAddEquiv · cited by 12Adjunction.homAddEquivCategoryTheory.MonoidalClosed.uncurry_injective · cited by 11MonoidalClosed.uncurry_in…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.map · cited by 8698Functor.mapEquiv · cited by 8337EquivCategoryTheory.NatTrans.app · cited by 7406NatTrans.appCategoryTheory.Adjunction · cited by 524CategoryTheory.AdjunctionCategoryTheory.Adjunction.unit · cited by 387Adjunction.unitCategoryTheory.Adjunction.counit · cited by 376Adjunction.counitAdjunction.homEquivCITED BYCITES

Cites11

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

Cited by263

Results whose statement or proof uses this declaration.

Showing the 200 most cited of 263.