Mathlib Map

Theorems · Inductive type · category theory

CategoryTheory.Monad

(C : Type u₁) → [CategoryTheory.Category.{v₁, u₁} C] → Type (max u₁ v₁)

The data of a monad on C consists of an endofunctor T together with natural transformations η : 𝟭 C ⟶ T and μ : T ⋙ T ⟶ T satisfying three equations: - T μ_X ≫ μ_X = μ_(TX) ≫ μ_X (associativity) - η_(TX) ≫ μ_X = 1_X (left unit) - Tη_X ≫ μ_X = 1_X (right unit)

Defined in
Mathlib.CategoryTheory.Monad.Basic
Cited by
153 results in Mathlib
Foundations
Depth 1 from the axioms, rests on 2 definitions · uses no axioms
Assumes
CategoryTheory.Category

Around this declaration

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

Cites1

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

Cited by252

Results whose statement or proof uses this declaration.

Showing the 200 most cited of 252.