Theorems · Inductive type · category theory
CategoryTheory.Comonad
(C : Type u₁) → [CategoryTheory.Category.{v₁, u₁} C] → Type (max u₁ v₁)The data of a comonad on C consists of an endofunctor G together with natural transformations
ε : G ⟶ 𝟭 C and δ : G ⟶ G ⋙ G satisfying three equations:
- δ_X ≫ G δ_X = δ_X ≫ δ_(GX) (coassociativity)
- δ_X ≫ ε_(GX) = 1_X (left counit)
- δ_X ≫ G ε_X = 1_X (right counit)
- Defined in
- Mathlib.CategoryTheory.Monad.Basic
- Cited by
- 125 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.
- CategoryTheory.Categorystatement · cited by 32,673
Cited by212
Results whose statement or proof uses this declaration.
- CategoryTheory.Comonad.Coalgebrastatement · cited by 114
- CategoryTheory.Comonad.toFunctorstatement and proof · cited by 114
- CategoryTheory.Comonad.Coalgebra.Astatement and proof · cited by 75
- CategoryTheory.Comonad.Coalgebra.astatement and proof · cited by 48
- CategoryTheory.Comonad.Coalgebra.Hom.fstatement and proof · cited by 46
- CategoryTheory.Comonad.δstatement and proof · cited by 37
- CategoryTheory.Adjunction.toComonadstatement · cited by 34
- CategoryTheory.Comonad.εstatement and proof · cited by 31
- CategoryTheory.Comonad.forgetstatement and proof · cited by 29
- CategoryTheory.prodComonadstatement · cited by 20
- CategoryTheory.Comonad.cofreestatement and proof · cited by 18
- CategoryTheory.Cokleislistatement · cited by 17
Showing the 200 most cited of 212.