Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Mon.mkIso

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    [inst_1 : CategoryTheory.MonoidalCategory C] →
      {M N : CategoryTheory.Mon C} →
        (e : M.X ≅ N.X) →
          autoParam (CategoryTheory.CategoryStruct.comp CategoryTheory.MonObj.one e.hom = CategoryTheory.MonObj.one)
              CategoryTheory.Mon.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.Mon.mkIso._auto_3 →
              (M ≅ N)

Construct an isomorphism of 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.Mon
Cited by
2 results in Mathlib
Foundations
Depth 19 from the axioms · uses propext, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.MonoidalCategory

Around this declaration

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

CategoryTheory.Functor.mapMonCompIso · cited by 6Functor.mapMonCompIsoCategoryTheory.Functor.mapMonIdIso · cited by 6Functor.mapMonIdIsoCategoryTheory.Functor.mapMonNatIso · cited by 5Functor.mapMonNatIsoCategoryTheory.Bimon.equivMonComonCounitIsoApp · cited by 2Bimon.equivMonComonCounit…CategoryTheory.Bimon.equivMonComonUnitIsoAppX · cited by 2Bimon.equivMonComonUnitIs…CategoryTheory.Mon.EquivLaxMonoidalFunctorPUnit.counitIso · cited by 2EquivLaxMonoidalFunctorPU…CategoryTheory.Functor.essImage_mapMon · cited by 0Functor.essImage_mapMonCategoryTheory.Mon.mkIso.congr_simp · cited by 0mkIso.congr_simpCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.MonoidalCategoryStruct.tensorObj · cited by 3106MonoidalCategoryStruct.te…CategoryTheory.MonoidalCategory · cited by 3095CategoryTheory.MonoidalCa…CategoryTheory.MonoidalCategoryStruct.tensorUnit · cited by 1384MonoidalCategoryStruct.te…CategoryTheory.MonoidalCategoryStruct.tensorHom · cited by 587MonoidalCategoryStruct.te…CategoryTheory.Mon · cited by 465CategoryTheory.MonCategoryTheory.Mon.X · cited by 329Mon.XCategoryTheory.MonObj.mul · cited by 230MonObj.mulCategoryTheory.MonObj.one · cited by 189MonObj.oneCategoryTheory.IsMonHom · cited by 56CategoryTheory.IsMonHomCategoryTheory.Mon.mkIso' · cited by 5Mon.mkIso'Mon.mkIsoCITED BYCITES

Cites15

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

Cited by8

Results whose statement or proof uses this declaration.