Theorems · Inductive type · category theory
CategoryTheory.MonoidalCategory
(C : Type u) → [𝒞 : CategoryTheory.Category.{v, u} C] → Type (max u v)In a monoidal category, we can take the tensor product of objects, X ⊗ Y and of morphisms
f ⊗ₘ g.
Tensor product does not need to be strictly associative on objects, but there is a
specified associator, α_ X Y Z : (X ⊗ Y) ⊗ Z ≅ X ⊗ (Y ⊗ Z). There is a tensor unit 𝟙_ C,
with specified left and right unitor isomorphisms λ_ X : 𝟙_ C ⊗ X ≅ X and ρ_ X : X ⊗ 𝟙_ C ≅ X.
These associators and unitors satisfy the pentagon and triangle equations.
- Defined in
- Mathlib.CategoryTheory.Monoidal.Category
- Cited by
- 3,095 results in Mathlib
- Foundations
- Depth 1 from the axioms, rests on 2 definitions · uses no axioms
- Assumes
- CategoryTheory.Category
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites1
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement · cited by 32,673
Cited by4,428
Results whose statement or proof uses this declaration.
- CategoryTheory.BraidedCategorystatement · cited by 779
- CategoryTheory.Monstatement · cited by 465
- CategoryTheory.Mon.Xstatement and proof · cited by 329
- CategoryTheory.Functor.Monoidalstatement · cited by 288
- CategoryTheory.Functor.LaxMonoidal.μstatement and proof · cited by 285
- CategoryTheory.BraidedCategory.braidingstatement and proof · cited by 257
- CategoryTheory.MonObj.mulstatement and proof · cited by 230
- CategoryTheory.Functor.OplaxMonoidal.δstatement and proof · cited by 222
- CategoryTheory.MonoidalCategory.MonoidalLeftActionstatement · cited by 215
- CategoryTheory.Functor.LaxMonoidal.εstatement and proof · cited by 202
- CategoryTheory.Mon.Hom.homstatement and proof · cited by 200
- CategoryTheory.MonObjstatement · cited by 199
Showing the 200 most cited of 4,428.