Theorems · Definition · category theory
CategoryTheory.ComonadIso.mk
{C : Type u₁} →
[inst : CategoryTheory.Category.{v₁, u₁} C] →
{M N : CategoryTheory.Comonad C} →
(f : M.toFunctor ≅ N.toFunctor) →
autoParam (∀ (X : C), CategoryTheory.CategoryStruct.comp (f.hom.app X) (N.ε.app X) = M.ε.app X)
CategoryTheory.ComonadIso.mk._auto_1 →
autoParam
(∀ (X : C),
CategoryTheory.CategoryStruct.comp (f.hom.app X) (N.δ.app X) =
CategoryTheory.CategoryStruct.comp (M.δ.app X)
(CategoryTheory.CategoryStruct.comp (f.hom.app (M.obj X)) (N.map (f.hom.app X))))
CategoryTheory.ComonadIso.mk._auto_3 →
(M ≅ N)Construct a comonad isomorphism from a natural isomorphism of functors where the forward direction is a comonad morphism.
- Defined in
- Mathlib.CategoryTheory.Monad.Basic
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 28 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CategoryTheory.Category
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement · cited by 32,603
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Functorstatement · cited by 16,252
- CategoryTheory.Functor.mapstatement and proof · cited by 8,698
- CategoryTheory.Iso.homstatement and proof · cited by 7,684
- CategoryTheory.NatTrans.appstatement and proof · cited by 7,406
- CategoryTheory.Functor.compstatement · cited by 6,529
- CategoryTheory.Iso.invproof · cited by 6,514
- CategoryTheory.Isostatement and proof · cited by 3,963
- CategoryTheory.Functor.idstatement · cited by 3,333
Cited by4
Results whose statement or proof uses this declaration.
- CategoryTheory.Adjunction.adjToComonadIsoproof · cited by 2
- CategoryTheory.comonadToFunctor_mapIso_comonad_iso_mkstatement and proof · cited by 0
- CategoryTheory.ComonadIso.mk_hom_toNatTransstatement and proof · cited by 0
- CategoryTheory.ComonadIso.mk_inv_toNatTransstatement and proof · cited by 0