Mathlib Map

Theorems · Definition · category theory

CategoryTheory.MonoidalClosed.comp

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    [inst_1 : CategoryTheory.MonoidalCategory C] →
      (x y z : C) →
        [inst_2 : CategoryTheory.Closed x] →
          [inst_3 : CategoryTheory.Closed y] → CategoryTheory.MonoidalCategoryStruct.tensorObj (x ⟹ y) (y ⟹ z) ⟶ x ⟹ z

The C-composition morphism hom(x, y) ⊗ hom(y, z) ⟶ hom(x, z) used to equip C with the structure of a C-category

Defined in
Mathlib.CategoryTheory.Monoidal.Closed.Basic
Cited by
13 results in Mathlib
Foundations
Depth 27 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.MonoidalCategoryCategoryTheory.ClosedCategoryTheory.Closed

Around this declaration

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

CategoryTheory.MonoidalClosed.comp_eq · cited by 4MonoidalClosed.comp_eqCategoryTheory.MonoidalClosed.enrichedCategorySelf · cited by 3MonoidalClosed.enrichedCa…CategoryTheory.MonoidalClosed.whiskerLeft_curry'_comp · cited by 3MonoidalClosed.whiskerLef…CategoryTheory.MonoidalClosed.curry'_whiskerRight_comp · cited by 2MonoidalClosed.curry'_whi…CategoryTheory.MonoidalClosed.id_comp · cited by 1MonoidalClosed.id_compCategoryTheory.MonoidalClosed.assoc · cited by 1MonoidalClosed.assocCategoryTheory.MonoidalClosed.comp_id · cited by 1MonoidalClosed.comp_idCategoryTheory.MonoidalClosed.id_comp_assoc · cited by 0MonoidalClosed.id_comp_as…CategoryTheory.MonoidalClosed.assoc_assoc · cited by 0MonoidalClosed.assoc_assocCategoryTheory.MonoidalClosed.comp_id_assoc · cited by 0MonoidalClosed.comp_id_as…CategoryTheory.MonoidalClosed.curry'_comp · cited by 0MonoidalClosed.curry'_compCategoryTheory.MonoidalClosed.curry'_whiskerRight_comp_assoc · cited by 0MonoidalClosed.curry'_whi…CategoryTheory.MonoidalClosed.enrichedCategorySelf_comp · cited by 0MonoidalClosed.enrichedCa…CategoryTheory.MonoidalClosed.whiskerLeft_curry'_comp_assoc · cited by 0MonoidalClosed.whiskerLef…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.MonoidalCategoryStruct.tensorObj · cited by 3106MonoidalCategoryStruct.te…CategoryTheory.MonoidalCategory · cited by 3095CategoryTheory.MonoidalCa…CategoryTheory.ihom · cited by 179CategoryTheory.ihomCategoryTheory.Closed · cited by 90CategoryTheory.ClosedCategoryTheory.MonoidalClosed.curry · cited by 44MonoidalClosed.curryCategoryTheory.MonoidalClosed.compTranspose · cited by 7MonoidalClosed.compTransp…MonoidalClosed.compCITED BYCITES

Cites9

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

Cited by14

Results whose statement or proof uses this declaration.