Theorems · Theorem · category theory
CategoryTheory.mul_add_iff
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] [inst_1 : CategoryTheory.CartesianMonoidalCategory C] (R : C)
[inst_2 : CategoryTheory.MonObj R] [inst_3 : CategoryTheory.AddMonObj R],
CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategoryStruct.whiskerLeft R CategoryTheory.AddMonObj.add)
CategoryTheory.MonObj.mul =
CategoryTheory.CategoryStruct.comp
(CategoryTheory.CartesianMonoidalCategory.lift
(CategoryTheory.CategoryStruct.comp
(CategoryTheory.MonoidalCategoryStruct.whiskerLeft R (CategoryTheory.SemiCartesianMonoidalCategory.fst R R))
CategoryTheory.MonObj.mul)
(CategoryTheory.CategoryStruct.comp
(CategoryTheory.MonoidalCategoryStruct.whiskerLeft R (CategoryTheory.SemiCartesianMonoidalCategory.snd R R))
CategoryTheory.MonObj.mul))
CategoryTheory.AddMonObj.add ↔
∀ ⦃X : C⦄ (a b c : X ⟶ R), a * (b + c) = a * b + a * c- Defined in
- Mathlib.CategoryTheory.Monoidal.Ring
- Cited by
- 1 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.
Cites25
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.MonoidalCategoryStruct.tensorObjstatement and proof · cited by 3,106
- CategoryTheory.CartesianMonoidalCategorystatement and proof · cited by 947
- CategoryTheory.MonoidalCategoryStruct.whiskerLeftstatement and proof · cited by 915
- CategoryTheory.CategoryStructproof · cited by 343
- CategoryTheory.MonObj.mulstatement and proof · cited by 230
- CategoryTheory.MonObjstatement and proof · cited by 199
- CategoryTheory.SemiCartesianMonoidalCategory.fststatement and proof · cited by 184
- CategoryTheory.SemiCartesianMonoidalCategory.sndstatement and proof · cited by 181
- CategoryTheory.CartesianMonoidalCategory.liftstatement and proof · cited by 160
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.Hom.mul_addproof · cited by 0