Mathlib Map

Theorems · Inductive type · category theory

CategoryTheory.MonadicRightAdjoint

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

A right adjoint functor R : D ⥤ C is monadic if the comparison functor Monad.comparison R from D to the category of Eilenberg-Moore algebras for the adjunction is an equivalence.

Defined in
Mathlib.CategoryTheory.Monad.Adjunction
Cited by
2 results in Mathlib
Foundations
Depth 2 from the axioms · uses no axioms
Assumes
CategoryTheory.CategoryCategoryTheory.Category

Around this declaration

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

CategoryTheory.monadicAdjunction · cited by 3CategoryTheory.monadicAdj…CategoryTheory.monadicLeftAdjoint · cited by 2CategoryTheory.monadicLef…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.Monad.monadicOfCreatesGSplitCoequalizers · cited by 0Monad.monadicOfCreatesGSp…CategoryTheory.Monad.monadicOfHasPreservesGSplitCoequalizersOfReflectsIsomorphisms · cited by 0Monad.monadicOfHasPreserv…CategoryTheory.Monad.monadicOfHasPreservesReflectsGSplitCoequalizers · cited by 0Monad.monadicOfHasPreserv…CategoryTheory.Monad.monadicOfHasPreservesReflexiveCoequalizersOfReflectsIsomorphisms · cited by 0Monad.monadicOfHasPreserv…CategoryTheory.MonadicRightAdjoint.mk.noConfusion · cited by 0mk.noConfusionCategoryTheory.Monad.createsGSplitCoequalizersOfMonadic · cited by 0Monad.createsGSplitCoequa…CategoryTheory.MonadicRightAdjoint.L · cited by 0MonadicRightAdjoint.LCategoryTheory.isRightAdjoint_square_lift_monadic · cited by 0CategoryTheory.isRightAdj…CategoryTheory.monadicCreatesColimitOfPreservesColimit · cited by 0CategoryTheory.monadicCre…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.MonadicRightAd…CITED BYCITES

Cites2

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

Cited by21

Results whose statement or proof uses this declaration.