Theorems · Definition · category theory
CategoryTheory.AddGrp.mkIso
{C : Type u₁} →
[inst : CategoryTheory.Category.{v₁, u₁} C] →
[inst_1 : CategoryTheory.CartesianMonoidalCategory C] →
{G H : CategoryTheory.AddGrp C} →
(e : G.X ≅ H.X) →
autoParam
(CategoryTheory.CategoryStruct.comp CategoryTheory.AddMonObj.zero e.hom = CategoryTheory.AddMonObj.zero)
CategoryTheory.AddGrp.mkIso._auto_1 →
autoParam
(CategoryTheory.CategoryStruct.comp CategoryTheory.AddMonObj.add e.hom =
CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategoryStruct.tensorHom e.hom e.hom)
CategoryTheory.AddMonObj.add)
CategoryTheory.AddGrp.mkIso._auto_3 →
(G ≅ H)Construct an isomorphism of additive group objects by giving an isomorphism between the underlying objects and checking compatibility with zero and addition only in the forward direction.
- Defined in
- Mathlib.CategoryTheory.Monoidal.Grp
- Cited by
- 3 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.
Cites15
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.MonoidalCategoryStruct.tensorUnitstatement · cited by 1,384
- CategoryTheory.CartesianMonoidalCategorystatement and proof · cited by 947
- CategoryTheory.MonoidalCategoryStruct.tensorHomstatement and proof · cited by 587
- CategoryTheory.AddMonObj.addstatement and proof · cited by 134
- CategoryTheory.AddMonObj.zerostatement and proof · cited by 100
- CategoryTheory.AddGrpstatement and proof · cited by 91
Cited by6
Results whose statement or proof uses this declaration.
- CategoryTheory.Functor.mapAddGrpCompIsoproof · cited by 6
- CategoryTheory.Functor.mapAddGrpIdIsoproof · cited by 6
- CategoryTheory.Functor.mapAddGrpNatIsoproof · cited by 4
- CategoryTheory.Functor.essImage_mapAddGrpproof · cited by 0
- CategoryTheory.AddGrp.mkIso_hom_hom_homstatement and proof · cited by 0
- CategoryTheory.AddGrp.mkIso_inv_hom_homstatement and proof · cited by 0