Theorems · Theorem · category theory
CategoryTheory.AddGrpObj.zsmul_comp_assoc
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] [inst_1 : CategoryTheory.CartesianMonoidalCategory C]
{G H X : C} [inst_2 : CategoryTheory.AddGrpObj G] [inst_3 : CategoryTheory.AddGrpObj H] (f : X ⟶ G) (n : ℤ)
(g : G ⟶ H) [CategoryTheory.IsAddMonHom g] {Z : C} (h : H ⟶ Z),
CategoryTheory.CategoryStruct.comp (n • f) (CategoryTheory.CategoryStruct.comp g h) =
CategoryTheory.CategoryStruct.comp (n • CategoryTheory.CategoryStruct.comp f g) h- Cited by
- 0 results in Mathlib
- Foundations
- Depth 48 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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 and proof · cited by 32,603
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Category.assocproof · cited by 6,433
- CategoryTheory.CartesianMonoidalCategorystatement and proof · cited by 947
- CategoryTheory.AddGrpObjstatement and proof · cited by 88
- CategoryTheory.IsAddMonHomstatement and proof · cited by 49
- CategoryTheory.Hom.addGroupstatement · cited by 25
- CategoryTheory.AddGrpObj.zsmul_compproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.