Mathlib Map

Theorems · Definition · category theory

CategoryTheory.CommGrp.mkIso

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    [inst_1 : CategoryTheory.CartesianMonoidalCategory C] →
      [inst_2 : CategoryTheory.BraidedCategory C] →
        {G H : CategoryTheory.CommGrp C} →
          (e : G.X ≅ H.X) →
            autoParam (CategoryTheory.CategoryStruct.comp CategoryTheory.MonObj.one e.hom = CategoryTheory.MonObj.one)
                _auto_93✝ →
              autoParam
                  (CategoryTheory.CategoryStruct.comp CategoryTheory.MonObj.mul e.hom =
                    CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategoryStruct.tensorHom e.hom e.hom)
                      CategoryTheory.MonObj.mul)
                  _auto_95✝ →
                (G ≅ H)

Construct an isomorphism of group 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.CommGrp_
Cited by
3 results in Mathlib
Foundations
Depth 27 from the axioms · uses propext, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CartesianMonoidalCategoryCategoryTheory.BraidedCategory

Around this declaration

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

CategoryTheory.Functor.mapCommGrpCompIso · cited by 6Functor.mapCommGrpCompIsoCategoryTheory.Functor.mapCommGrpIdIso · cited by 6Functor.mapCommGrpIdIsoCategoryTheory.Functor.mapCommGrpNatIso · cited by 4Functor.mapCommGrpNatIsoCategoryTheory.Preadditive.commGrpEquivalenceAux · cited by 2Preadditive.commGrpEquiva…AddCommGrpCat.leftExactFunctorForgetEquivalence.unitIsoAux · cited by 0leftExactFunctorForgetEqu…CategoryTheory.CommGrp.mkIso_hom_hom_hom_hom · cited by 0CommGrp.mkIso_hom_hom_hom…CategoryTheory.CommGrp.mkIso_inv_hom_hom_hom · cited by 0CommGrp.mkIso_inv_hom_hom…CategoryTheory.CommGrp.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.MonoidalCategoryStruct.tensorUnit · cited by 1384MonoidalCategoryStruct.te…CategoryTheory.CartesianMonoidalCategory · cited by 947CategoryTheory.CartesianM…CategoryTheory.BraidedCategory · cited by 779CategoryTheory.BraidedCat…CategoryTheory.MonoidalCategoryStruct.tensorHom · cited by 587MonoidalCategoryStruct.te…CategoryTheory.MonObj.mul · cited by 230MonObj.mulCategoryTheory.MonObj.one · cited by 189MonObj.oneCategoryTheory.CommGrp · cited by 74CategoryTheory.CommGrpCategoryTheory.IsMonHom · cited by 56CategoryTheory.IsMonHomCategoryTheory.CommGrp.X · cited by 39CommGrp.XCommGrp.mkIsoCITED BYCITES

Cites16

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.