Theorems · Theorem · category theory
AddMonCat.equivalence_counitIso
AddMonCat.equivalence.counitIso =
CategoryTheory.Iso.refl
({ obj := fun X => AddMonCat.of (Additive ↑X),
map := fun {X Y} f => AddMonCat.ofHom (MonoidHom.toAdditive (MonCat.Hom.hom f)),
map_id := AddMonCat.equivalence._proof_3, map_comp := @AddMonCat.equivalence._proof_4 }.comp
{ obj := fun X => MonCat.of (Multiplicative ↑X),
map := fun {X Y} f => MonCat.ofHom (AddMonoidHom.toMultiplicative (AddMonCat.Hom.hom f)),
map_id := AddMonCat.equivalence._proof_1, map_comp := @AddMonCat.equivalence._proof_2 })- Defined in
- Mathlib.Algebra.Category.MonCat.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 22 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites25
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- Quiver.Homstatement · cited by 32,603
- CategoryTheory.Functorstatement · cited by 16,252
- Equivstatement · cited by 8,337
- CategoryTheory.Functor.compstatement · cited by 6,529
- CategoryTheory.Isostatement · cited by 3,963
- MonoidHomstatement · cited by 3,629
- AddMonoidHomstatement · cited by 3,230
- Multiplicativestatement · cited by 875
- CategoryTheory.Iso.reflstatement · cited by 727
- CategoryTheory.Equivalence.counitIsostatement and proof · cited by 480
- Additivestatement · cited by 356
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.