Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.MonObj.comp_mul

∀ {C : Type u_1} [inst : CategoryTheory.Category.{v, u_1} C] [inst_1 : CategoryTheory.CartesianMonoidalCategory C]
  {M X Y : C} [inst_2 : CategoryTheory.MonObj M] (f : X ⟶ Y) (g₁ g₂ : Y ⟶ M),
  CategoryTheory.CategoryStruct.comp f (g₁ * g₂) =
    CategoryTheory.CategoryStruct.comp f g₁ * CategoryTheory.CategoryStruct.comp f g₂
Defined in
Mathlib.CategoryTheory.Monoidal.Cartesian.Mon
Cited by
10 results in Mathlib
Foundations
Depth 44 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CartesianMonoidalCategoryCategoryTheory.MonObj

Around this declaration

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

CategoryTheory.GrpObj.lift_commutator_eq_mul_mul_inv_inv · cited by 2GrpObj.lift_commutator_eq…CategoryTheory.GrpObj.lift_conj_eq_mul_mul_inv · cited by 2GrpObj.lift_conj_eq_mul_m…CategoryTheory.GrpObj.whiskerLeft_η_commutator · cited by 2GrpObj.whiskerLeft_η_comm…CategoryTheory.GrpObj.η_whiskerRight_commutator · cited by 2GrpObj.η_whiskerRight_com…CategoryTheory.MonObj.comp_pow · cited by 2MonObj.comp_powCategoryTheory.isCommMonObj_iff_isMulCommutative · cited by 1CategoryTheory.isCommMonO…AlgebraicGeometry.isCommMonObj_of_isProper_of_geometricallyIntegral · cited by 0AlgebraicGeometry.isCommM…CategoryTheory.IsMonHom.normal_iff_normal_monoidHom · cited by 0IsMonHom.normal_iff_norma…CategoryTheory.IsMonHom.Normal.of_isPullback_η · cited by 0Normal.of_isPullback_ηCategoryTheory.MonObj.comp_mul_assoc · cited by 0MonObj.comp_mul_assocCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor.map · cited by 8698Functor.mapQuiver.Hom.op · cited by 1948Hom.opCategoryTheory.CartesianMonoidalCategory · cited by 947CategoryTheory.CartesianM…CategoryTheory.MonObj · cited by 199CategoryTheory.MonObjCategoryTheory.Hom.monoid · cited by 52Hom.monoidMonCat.Hom.hom · cited by 38Hom.homMonoidHom.map_mul · cited by 37MonoidHom.map_mulCategoryTheory.yonedaMon · cited by 10CategoryTheory.yonedaMonMonObj.comp_mulCITED BYCITES

Cites12

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

Cited by10

Results whose statement or proof uses this declaration.