Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.CartesianMonoidalCategory.associator_hom_snd_snd

∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] [inst_1 : CategoryTheory.CartesianMonoidalCategory C]
  (X Y Z : C),
  CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategoryStruct.associator X Y Z).hom
      (CategoryTheory.CategoryStruct.comp
        (CategoryTheory.SemiCartesianMonoidalCategory.snd X (CategoryTheory.MonoidalCategoryStruct.tensorObj Y Z))
        (CategoryTheory.SemiCartesianMonoidalCategory.snd Y Z)) =
    CategoryTheory.SemiCartesianMonoidalCategory.snd (CategoryTheory.MonoidalCategoryStruct.tensorObj X Y) Z
Defined in
Mathlib.CategoryTheory.Monoidal.Cartesian.Basic
Cited by
6 results in Mathlib
Foundations
Depth 29 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CartesianMonoidalCategory

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

CategoryTheory.CartesianMonoidalCategory.associator_hom_snd_snd_assoc · cited by 5CartesianMonoidalCategory…CategoryTheory.CartesianMonoidalCategory.lift_lift_associator_hom · cited by 1CartesianMonoidalCategory…CategoryTheory.ChosenPullbacksAlong.Over.associator_hom_left_snd_snd · cited by 1Over.associator_hom_left_…CategoryTheory.CartesianMonoidalCategory.tensorδ_snd · cited by 1CartesianMonoidalCategory…CategoryTheory.CartesianMonoidalCategory.tensorμ_snd · cited by 1CartesianMonoidalCategory…CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.associator_naturality · cited by 0PushoutProduct.associator…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.Iso.inv · cited by 6514Iso.invCategoryTheory.Category.assoc · cited by 6433Category.assocCategoryTheory.MonoidalCategoryStruct.tensorObj · cited by 3106MonoidalCategoryStruct.te…CategoryTheory.MonoidalCategoryStruct.tensorUnit · cited by 1384MonoidalCategoryStruct.te…CategoryTheory.CartesianMonoidalCategory · cited by 947CategoryTheory.CartesianM…CategoryTheory.MonoidalCategoryStruct.whiskerRight · cited by 903MonoidalCategoryStruct.wh…CategoryTheory.MonoidalCategoryStruct.associator · cited by 667MonoidalCategoryStruct.as…CategoryTheory.MonoidalCategoryStruct.leftUnitor · cited by 437MonoidalCategoryStruct.le…CategoryTheory.Iso.hom_inv_id_assoc · cited by 187Iso.hom_inv_id_assocCategoryTheory.SemiCartesianMonoidalCategory.snd · cited by 181SemiCartesianMonoidalCate…CategoryTheory.Limits.IsTerminal.from · cited by 160IsTerminal.fromCartesianMonoidalCategory.ass…CITED BYCITES

Cites19

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by6

Results whose statement or proof uses this declaration.