Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Adjunction.mkOfHomEquiv

{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} → CategoryTheory.Adjunction.CoreHomEquiv F G → (F ⊣ G)

Construct an adjunction between F and G out of a natural bijection between each F.obj X ⟶ Y and X ⟶ G.obj Y.

Defined in
Mathlib.CategoryTheory.Adjunction.Basic
Cited by
4 results in Mathlib
Foundations
Depth 24 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.Functor.ranAdjunction · cited by 15Functor.ranAdjunctionCategoryTheory.Adjunction.mkOfHomEquiv_homEquiv · cited by 14Adjunction.mkOfHomEquiv_h…CategoryTheory.Functor.lanAdjunction · cited by 9Functor.lanAdjunctionCategoryTheory.Over.mapPullbackAdj · cited by 8Over.mapPullbackAdjCategoryTheory.Comonad.adj · cited by 6Comonad.adjCategoryTheory.Adjunction.restrictFullyFaithful · cited by 5Adjunction.restrictFullyF…CategoryTheory.Adjunction.adjunctionOfEquivRight · cited by 5Adjunction.adjunctionOfEq…CategoryTheory.GrothendieckTopology.Point.skyscraperSheafAdjunction · cited by 5Point.skyscraperSheafAdju…CategoryTheory.Presheaf.uliftYonedaAdjunction · cited by 5Presheaf.uliftYonedaAdjun…CategoryTheory.ReflQuiv.adj · cited by 5ReflQuiv.adjCategoryTheory.Under.mapPushoutAdj · cited by 4Under.mapPushoutAdjCategoryTheory.Adjunction.adjunctionOfEquivLeft · cited by 4Adjunction.adjunctionOfEq…CategoryTheory.Grpd.freeForgetAdjunction · cited by 4Grpd.freeForgetAdjunctionCategoryTheory.Monad.adj · cited by 4Monad.adjPresheafOfModules.sheafificationAdjunction · cited by 3PresheafOfModules.sheafif…DFunLike.coe · cited by 62936DFunLike.coeCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.CategoryStruct.id · cited by 6235CategoryStruct.idCategoryTheory.Functor.id · cited by 3333Functor.idCategoryTheory.Adjunction · cited by 524CategoryTheory.AdjunctionEquiv.invFun · cited by 163Equiv.invFunCategoryTheory.Adjunction.CoreHomEquiv · cited by 11Adjunction.CoreHomEquivCategoryTheory.Adjunction.CoreHomEquiv.homEquiv · cited by 8CoreHomEquiv.homEquivCategoryTheory.Adjunction.mk' · cited by 7Adjunction.mk'Adjunction.mkOfHomEquivCITED BYCITES

Cites12

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

Cited by59

Results whose statement or proof uses this declaration.