Mathlib Map

Theorems · Definition · category theory

CategoryTheory.MonoidalClosed.compTranspose

{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
                (CategoryTheory.MonoidalCategoryStruct.tensorObj (x ⟹ y) (y ⟹ z)) ⟶
              z

The uncurried composition morphism x ⊗ (hom(x, y) ⊗ hom(y, z)) ⟶ (x ⊗ hom(x, y)) ⊗ hom(y, z) ⟶ y ⊗ hom(y, z) ⟶ z. The C-composition morphism will be defined as the adjoint transpose of this map.

Defined in
Mathlib.CategoryTheory.Monoidal.Closed.Basic
Cited by
7 results in Mathlib
Foundations
Depth 26 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 · cited by 13MonoidalClosed.compCategoryTheory.MonoidalClosed.compTranspose_eq · cited by 4MonoidalClosed.compTransp…CategoryTheory.MonoidalClosed.comp_eq · cited by 4MonoidalClosed.comp_eqCategoryTheory.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.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.NatTrans.app · cited by 7406NatTrans.appCategoryTheory.Iso.inv · cited by 6514Iso.invCategoryTheory.MonoidalCategoryStruct.tensorObj · cited by 3106MonoidalCategoryStruct.te…CategoryTheory.MonoidalCategory · cited by 3095CategoryTheory.MonoidalCa…CategoryTheory.MonoidalCategoryStruct.whiskerRight · cited by 903MonoidalCategoryStruct.wh…CategoryTheory.MonoidalCategoryStruct.associator · cited by 667MonoidalCategoryStruct.as…CategoryTheory.ihom · cited by 179CategoryTheory.ihomCategoryTheory.Closed · cited by 90CategoryTheory.ClosedCategoryTheory.ihom.ev · cited by 38ihom.evMonoidalClosed.compTransposeCITED BYCITES

Cites13

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

Cited by8

Results whose statement or proof uses this declaration.