Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Monad.comparison

{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} → (h : L ⊣ R) → CategoryTheory.Functor D h.toMonad.Algebra

Given any adjunction L ⊣ R, there is a comparison functor CategoryTheory.Monad.comparison R sending objects Y : D to Eilenberg-Moore algebras for L ⋙ R with underlying object R.obj X. We later show that this is full when R is full, faithful when R is faithful, and essentially surjective when R is reflective.

Defined in
Mathlib.CategoryTheory.Monad.Adjunction
Cited by
14 results in Mathlib
Foundations
Depth 27 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.MonadicityInternal.comparisonAdjunction · cited by 4MonadicityInternal.compar…CategoryTheory.Monad.MonadicityInternal.comparisonLeftAdjointHomEquiv · cited by 4MonadicityInternal.compar…CategoryTheory.Monad.comparisonForget · cited by 2Monad.comparisonForgetCategoryTheory.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.noConfusion · cited by 0MonadicRightAdjoint.noCon…CategoryTheory.MonadicRightAdjoint.noConfusionType · cited by 0MonadicRightAdjoint.noCon…CategoryTheory.MonadicRightAdjoint.recOn · cited by 0MonadicRightAdjoint.recOnCategoryTheory.MonadicRightAdjoint.mk.noConfusion · cited by 0mk.noConfusionCategoryTheory.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.Monad.comparison_obj_a · cited by 0Monad.comparison_obj_aCategoryTheory.Monad.MonadicityInternal.comparisonAdjunction_counit · cited by 0MonadicityInternal.compar…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.map · cited by 8698Functor.mapCategoryTheory.NatTrans.app · cited by 7406NatTrans.appCategoryTheory.Adjunction · cited by 524CategoryTheory.AdjunctionCategoryTheory.Adjunction.counit · cited by 376Adjunction.counitCategoryTheory.Monad.Algebra · cited by 110Monad.AlgebraCategoryTheory.Adjunction.toMonad · cited by 22Adjunction.toMonadMonad.comparisonCITED BYCITES

Cites10

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

Cited by24

Results whose statement or proof uses this declaration.