Theorems · Theorem · category theory
CategoryTheory.AddMonObj.add_comp
∀ {C : Type u_1} [inst : CategoryTheory.Category.{v, u_1} C] [inst_1 : CategoryTheory.CartesianMonoidalCategory C]
{M N X : C} [inst_2 : CategoryTheory.AddMonObj M] [inst_3 : CategoryTheory.AddMonObj N] (f₁ f₂ : X ⟶ M) (g : M ⟶ N)
[CategoryTheory.IsAddMonHom g],
CategoryTheory.CategoryStruct.comp (f₁ + f₂) g =
CategoryTheory.CategoryStruct.comp f₁ g + CategoryTheory.CategoryStruct.comp f₂ g- Cited by
- 3 results in Mathlib
- Foundations
- Depth 37 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
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.CartesianMonoidalCategory.liftproof · cited by 160
- CategoryTheory.AddMonObjstatement and proof · cited by 158
- CategoryTheory.AddMonObj.addproof · cited by 134
- CategoryTheory.IsAddMonHomstatement and proof · cited by 49
- CategoryTheory.Hom.addMonoidstatement · cited by 44
- CategoryTheory.CartesianMonoidalCategory.lift_map_assocproof · cited by 6
- CategoryTheory.IsAddMonHom.add_homproof · cited by 4
Cited by3
Results whose statement or proof uses this declaration.
- CategoryTheory.AddMonObj.nsmul_compproof · cited by 1
- CategoryTheory.IsAddMonHom.Normal.of_isPullback_ηproof · cited by 0
- CategoryTheory.AddMonObj.add_comp_assocproof · cited by 0