Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.CartesianMonoidalCategory.comp_lift

∀ {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),
  CategoryTheory.CategoryStruct.comp f (CategoryTheory.CartesianMonoidalCategory.lift g h) =
    CategoryTheory.CartesianMonoidalCategory.lift (CategoryTheory.CategoryStruct.comp f g)
      (CategoryTheory.CategoryStruct.comp f h)
Defined in
Mathlib.CategoryTheory.Monoidal.Cartesian.Basic
Cited by
13 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.comp_lift_assoc · cited by 7CartesianMonoidalCategory…CategoryTheory.CartesianMonoidalCategory.prodComparison_comp · cited by 3CartesianMonoidalCategory…CategoryTheory.AddGrpObj.add_neg · cited by 2AddGrpObj.add_negCategoryTheory.GrpObj.mul_inv · cited by 2GrpObj.mul_invAlgebraicGeometry.isCommMonObj_of_isProper_of_isIntegral_tensorObj_of_isAlgClosed · cited by 1AlgebraicGeometry.isCommM…CategoryTheory.add_mul_iff · cited by 1CategoryTheory.add_mul_iffCategoryTheory.frobeniusMorphism_mate · cited by 1CategoryTheory.frobeniusM…CategoryTheory.mul_add_iff · cited by 1CategoryTheory.mul_add_iffCategoryTheory.ModObj.lift_leftSMul_eq_lift_iff · cited by 0ModObj.lift_leftSMul_eq_l…CategoryTheory.IsSifted.factorization_prodComparison_colim · cited by 0IsSifted.factorization_pr…CategoryTheory.CartesianMonoidalCategory.prodComparisonIso_comp · cited by 0CartesianMonoidalCategory…SSet.finite_of_isPullback · cited by 0SSet.finite_of_isPullbackCategoryTheory.toOverPullbackIsoToOver_hom_app_left · cited by 0CategoryTheory.toOverPull…CategoryTheory.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.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…CartesianMonoidalCategory.com…CITED BYCITES

Cites12

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

Cited by13

Results whose statement or proof uses this declaration.