Theorems · Definition · category theory
CategoryTheory.CommMon.mkIso
{C : Type u₁} →
[inst : CategoryTheory.Category.{v₁, u₁} C] →
[inst_1 : CategoryTheory.MonoidalCategory C] →
[inst_2 : CategoryTheory.BraidedCategory C] →
{M N : CategoryTheory.CommMon C} →
(e : M.X ≅ N.X) →
autoParam (CategoryTheory.CategoryStruct.comp CategoryTheory.MonObj.one e.hom = CategoryTheory.MonObj.one)
CategoryTheory.CommMon.mkIso._auto_1 →
autoParam
(CategoryTheory.CategoryStruct.comp CategoryTheory.MonObj.mul e.hom =
CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategoryStruct.tensorHom e.hom e.hom)
CategoryTheory.MonObj.mul)
CategoryTheory.CommMon.mkIso._auto_3 →
(M ≅ N)Construct an isomorphism of commutative monoid objects by giving an isomorphism between the underlying objects and checking compatibility with unit and multiplication only in the forward direction.
- Defined in
- Mathlib.CategoryTheory.Monoidal.CommMon_
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 23 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
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.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Iso.homstatement and proof · cited by 7,684
- CategoryTheory.Isostatement and proof · cited by 3,963
- CategoryTheory.MonoidalCategoryStruct.tensorObjstatement · cited by 3,106
- CategoryTheory.MonoidalCategorystatement and proof · cited by 3,095
- CategoryTheory.MonoidalCategoryStruct.tensorUnitstatement · cited by 1,384
- CategoryTheory.BraidedCategorystatement and proof · cited by 779
- CategoryTheory.MonoidalCategoryStruct.tensorHomstatement and proof · cited by 587
- CategoryTheory.MonObj.mulstatement and proof · cited by 230
- CategoryTheory.MonObj.onestatement and proof · cited by 189
Cited by6
Results whose statement or proof uses this declaration.
- CategoryTheory.Functor.mapCommMonCompIsoproof · cited by 6
- CategoryTheory.Functor.mapCommMonIdIsoproof · cited by 6
- CategoryTheory.Functor.mapCommMonNatIsoproof · cited by 5
- CategoryTheory.Monoidal.CommMonFunctorCategoryEquivalence.unitIsoproof · cited by 3
- CategoryTheory.CommMon.EquivLaxBraidedFunctorPUnit.counitIsoproof · cited by 3
- CategoryTheory.CommMon.mkIso.congr_simpstatement and proof · cited by 0