Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.CartesianMonoidalCategory.lift_whiskerLeft

∀ {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),
  CategoryTheory.CategoryStruct.comp (CategoryTheory.CartesianMonoidalCategory.lift f g)
      (CategoryTheory.MonoidalCategoryStruct.whiskerLeft Y h) =
    CategoryTheory.CartesianMonoidalCategory.lift f (CategoryTheory.CategoryStruct.comp g h)
Defined in
Mathlib.CategoryTheory.Monoidal.Cartesian.Basic
Cited by
6 results in Mathlib
Foundations
Depth 30 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.lift_whiskerLeft_assoc · cited by 9CartesianMonoidalCategory…CategoryTheory.AddGrpObj.neg_hom · cited by 2AddGrpObj.neg_homCategoryTheory.GrpObj.inv_hom · cited by 2GrpObj.inv_homCategoryTheory.frobeniusMorphism_mate · cited by 1CategoryTheory.frobeniusM…CategoryTheory.AddGrpObj.isPullback · cited by 1AddGrpObj.isPullbackCategoryTheory.GrpObj.isPullback · cited by 1GrpObj.isPullbackCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Category.assoc · cited by 6433Category.assocCategoryTheory.MonoidalCategoryStruct.tensorObj · cited by 3106MonoidalCategoryStruct.te…CategoryTheory.CartesianMonoidalCategory · cited by 947CategoryTheory.CartesianM…CategoryTheory.MonoidalCategoryStruct.whiskerLeft · cited by 915MonoidalCategoryStruct.wh…CategoryTheory.SemiCartesianMonoidalCategory.fst · cited by 184SemiCartesianMonoidalCate…CategoryTheory.SemiCartesianMonoidalCategory.snd · cited by 181SemiCartesianMonoidalCate…CategoryTheory.CartesianMonoidalCategory.lift · cited by 160CartesianMonoidalCategory…CategoryTheory.CartesianMonoidalCategory.hom_ext · cited by 46CartesianMonoidalCategory…CategoryTheory.CartesianMonoidalCategory.lift_snd · cited by 37CartesianMonoidalCategory…CategoryTheory.CartesianMonoidalCategory.lift_fst · cited by 36CartesianMonoidalCategory…CategoryTheory.CartesianMonoidalCategory.whiskerLeft_fst · cited by 24CartesianMonoidalCategory…CategoryTheory.CartesianMonoidalCategory.whiskerLeft_snd · cited by 19CartesianMonoidalCategory…CartesianMonoidalCategory.lif…CITED BYCITES

Cites16

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.