Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Adjunction.toMonad

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    {D : Type u₂} →
      [inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
        {L : CategoryTheory.Functor C D} → {R : CategoryTheory.Functor D C} → (L ⊣ R) → CategoryTheory.Monad C

For a pair of functors L : C ⥤ D, R : D ⥤ C, an adjunction h : L ⊣ R induces a monad on the category C.

Defined in
Mathlib.CategoryTheory.Monad.Adjunction
Cited by
22 results in Mathlib
Foundations
Depth 23 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.Monad.comparison · cited by 14Monad.comparisonCategoryTheory.Monad.MonadicityInternal.comparisonAdjunction · cited by 4MonadicityInternal.compar…CategoryTheory.Monad.MonadicityInternal.comparisonLeftAdjointHomEquiv · cited by 4MonadicityInternal.compar…CategoryTheory.Monad.MonadicityInternal.leftAdjointComparison · cited by 4MonadicityInternal.leftAd…CategoryTheory.Monad.MonadicityInternal.comparisonLeftAdjointObj · cited by 3MonadicityInternal.compar…CategoryTheory.Monad.MonadicityInternal.unitCofork · cited by 3MonadicityInternal.unitCo…CategoryTheory.Monad.comparisonForget · cited by 2Monad.comparisonForgetCategoryTheory.Adjunction.adjToMonadIso · cited by 2Adjunction.adjToMonadIsoCategoryTheory.Monad.comparison_map_f · cited by 1Monad.comparison_map_fCategoryTheory.Monad.MonadicityInternal.comparisonAdjunction_unit_f_aux · cited by 1MonadicityInternal.compar…CategoryTheory.isRightAdjoint_triangle_lift_monadic · cited by 1CategoryTheory.isRightAdj…CategoryTheory.MonadicRightAdjoint.recOn · cited by 0MonadicRightAdjoint.recOnCategoryTheory.Monad.comparisonForget_hom_app · cited by 0Monad.comparisonForget_ho…CategoryTheory.Monad.comparisonForget_inv_app · cited by 0Monad.comparisonForget_in…CategoryTheory.Monad.comparison_obj_A · cited by 0Monad.comparison_obj_ACategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Adjunction · cited by 524CategoryTheory.AdjunctionCategoryTheory.Functor.whiskerLeft · cited by 496Functor.whiskerLeftCategoryTheory.Functor.whiskerRight · cited by 467Functor.whiskerRightCategoryTheory.Adjunction.unit · cited by 387Adjunction.unitCategoryTheory.Adjunction.counit · cited by 376Adjunction.counitCategoryTheory.Monad · cited by 153CategoryTheory.MonadAdjunction.toMonadCITED BYCITES

Cites9

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

Cited by36

Results whose statement or proof uses this declaration.