Theorems · Theorem · category theory
CategoryTheory.CartesianMonoidalCategory.lift_whiskerLeft_assoc
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] [inst_1 : CategoryTheory.CartesianMonoidalCategory C]
{X Y Z W : C} (f : X ⟶ Y) (g : X ⟶ Z) (h : Z ⟶ W) {Z_1 : C}
(h_1 : CategoryTheory.MonoidalCategoryStruct.tensorObj Y W ⟶ Z_1),
CategoryTheory.CategoryStruct.comp (CategoryTheory.CartesianMonoidalCategory.lift f g)
(CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategoryStruct.whiskerLeft Y h) h_1) =
CategoryTheory.CategoryStruct.comp
(CategoryTheory.CartesianMonoidalCategory.lift f (CategoryTheory.CategoryStruct.comp g h)) h_1- Cited by
- 9 results in Mathlib
- Foundations
- Depth 31 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.MonoidalCategoryStruct.tensorObjstatement and proof · cited by 3,106
- CategoryTheory.CartesianMonoidalCategorystatement and proof · cited by 947
- CategoryTheory.MonoidalCategoryStruct.whiskerLeftstatement and proof · cited by 915
- CategoryTheory.CartesianMonoidalCategory.liftstatement and proof · cited by 160
- CategoryTheory.CartesianMonoidalCategory.lift_whiskerLeftproof · cited by 6
Cited by9
Results whose statement or proof uses this declaration.
- CategoryTheory.MonObj.lift_comp_one_rightproof · cited by 5
- CategoryTheory.AddMonObj.lift_comp_zero_rightproof · cited by 5
- CategoryTheory.AddMonObj.lift_lift_assocproof · cited by 5
- CategoryTheory.MonObj.lift_lift_assocproof · cited by 4
- CategoryTheory.IsAddModHom.map_vaddproof · cited by 1
- CategoryTheory.IsModHom.map_smulproof · cited by 1
- CategoryTheory.mul_add_iffproof · cited by 1
- CategoryTheory.IsMonHom.normal_iff_normal_monoidHomproof · cited by 0
- CategoryTheory.IsAddMonHom.normal_iff_normal_addMonoidHomproof · cited by 0