Theorems · Theorem · category theory
CategoryTheory.CartesianMonoidalCategory.comp_lift_assoc
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] [inst_1 : CategoryTheory.CartesianMonoidalCategory C]
{V W X Y : C} (f : V ⟶ W) (g : W ⟶ X) (h : W ⟶ Y) {Z : C}
(h_1 : CategoryTheory.MonoidalCategoryStruct.tensorObj X Y ⟶ Z),
CategoryTheory.CategoryStruct.comp f
(CategoryTheory.CategoryStruct.comp (CategoryTheory.CartesianMonoidalCategory.lift g h) h_1) =
CategoryTheory.CategoryStruct.comp
(CategoryTheory.CartesianMonoidalCategory.lift (CategoryTheory.CategoryStruct.comp f g)
(CategoryTheory.CategoryStruct.comp f h))
h_1- Cited by
- 7 results in Mathlib
- Foundations
- Depth 30 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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.CartesianMonoidalCategory.liftstatement and proof · cited by 160
- CategoryTheory.CartesianMonoidalCategory.comp_liftproof · cited by 13
Cited by7
Results whose statement or proof uses this declaration.
- CategoryTheory.AddGrpObj.lift_comp_neg_rightproof · cited by 6
- CategoryTheory.GrpObj.lift_comp_inv_leftproof · cited by 6
- CategoryTheory.GrpObj.lift_comp_inv_rightproof · cited by 6
- CategoryTheory.AddGrpObj.lift_comp_neg_leftproof · cited by 6
- CategoryTheory.GrpObj.inv_comp_invproof · cited by 2
- CategoryTheory.AddGrpObj.neg_comp_negproof · cited by 2
- CategoryTheory.ModObj.comp_smulproof · cited by 0