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)) ⟶
zThe 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.
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 26 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement · cited by 32,603
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.CategoryStruct.compproof · cited by 17,999
- CategoryTheory.NatTrans.appproof · cited by 7,406
- CategoryTheory.Iso.invproof · cited by 6,514
- CategoryTheory.MonoidalCategoryStruct.tensorObjstatement · cited by 3,106
- CategoryTheory.MonoidalCategorystatement and proof · cited by 3,095
- CategoryTheory.MonoidalCategoryStruct.whiskerRightproof · cited by 903
- CategoryTheory.MonoidalCategoryStruct.associatorproof · cited by 667
- CategoryTheory.ihomstatement and proof · cited by 179
- CategoryTheory.Closedstatement and proof · cited by 90
Cited by8
Results whose statement or proof uses this declaration.
- CategoryTheory.MonoidalClosed.compproof · cited by 13
- CategoryTheory.MonoidalClosed.compTranspose_eqstatement · cited by 4
- CategoryTheory.MonoidalClosed.comp_eqstatement · cited by 4
- CategoryTheory.MonoidalClosed.whiskerLeft_curry'_compproof · cited by 3
- CategoryTheory.MonoidalClosed.curry'_whiskerRight_compproof · cited by 2
- CategoryTheory.MonoidalClosed.id_compproof · cited by 1
- CategoryTheory.MonoidalClosed.assocproof · cited by 1
- CategoryTheory.MonoidalClosed.comp_idproof · cited by 1