Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Adjunction.ofIsRightAdjoint

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    {D : Type u₂} →
      [inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
        (right : CategoryTheory.Functor C D) → [inst_2 : right.IsRightAdjoint] → right.leftAdjoint ⊣ right

The adjunction associated to a functor known to be a right adjoint.

Defined in
Mathlib.CategoryTheory.Adjunction.Basic
Cited by
13 results in Mathlib
Foundations
Depth 11 from the axioms · uses Classical.choice
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Functor.IsRightAdjoint

Around this declaration

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

CategoryTheory.sheafificationAdjunction · cited by 30CategoryTheory.sheafifica…SheafOfModules.pullbackPushforwardAdjunction · cited by 7SheafOfModules.pullbackPu…PresheafOfModules.pullbackPushforwardAdjunction · cited by 3PresheafOfModules.pullbac…CategoryTheory.Functor.isRightAdjoint_of_iso · cited by 2Functor.isRightAdjoint_of…CategoryTheory.Functor.sheafAdjunctionContinuous · cited by 2Functor.sheafAdjunctionCo…CategoryTheory.HasSheafify.mk' · cited by 2HasSheafify.mk'CategoryTheory.Functor.isRightAdjoint_iff_leftAdjointObjIsDefined_eq_top · cited by 1Functor.isRightAdjoint_if…CategoryTheory.isRightAdjoint_iff_hasInitial_structuredArrow · cited by 1CategoryTheory.isRightAdj…CategoryTheory.isRightAdjoint_triangle_lift · cited by 1CategoryTheory.isRightAdj…CategoryTheory.isRightAdjoint_triangle_lift_monadic · cited by 1CategoryTheory.isRightAdj…CategoryTheory.IsGrothendieckAbelian.tensorObjPreadditiveCoyonedaObjAdjunction · cited by 1IsGrothendieckAbelian.ten…CategoryTheory.IsFilteredOrEmpty.of_isRightAdjoint · cited by 0IsFilteredOrEmpty.of_isRi…CategoryTheory.solutionSetCondition_of_isRightAdjoint · cited by 0CategoryTheory.solutionSe…CategoryTheory.MorphismProperty.isLocallyPresentable_isLocal · cited by 0MorphismProperty.isLocall…CategoryTheory.IsFiltered.of_isRightAdjoint · cited by 0IsFiltered.of_isRightAdjo…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Adjunction · cited by 524CategoryTheory.AdjunctionNonempty.some · cited by 340Nonempty.someCategoryTheory.Functor.IsRightAdjoint · cited by 46Functor.IsRightAdjointCategoryTheory.Functor.leftAdjoint · cited by 6Functor.leftAdjointAdjunction.ofIsRightAdjointCITED BYCITES

Cites6

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

Cited by18

Results whose statement or proof uses this declaration.