Theorems · Definition · category theory
CategoryTheory.MonoidalCategory.DayConvolution.associatorCorepresentingIso
{C : Type u₁} →
[inst : CategoryTheory.Category.{v₁, u₁} C] →
{V : Type u₂} →
[inst_1 : CategoryTheory.Category.{v₂, u₂} V] →
[inst_2 : CategoryTheory.MonoidalCategory C] →
[inst_3 : CategoryTheory.MonoidalCategory V] →
(F G H : CategoryTheory.Functor C V) →
((CategoryTheory.Functor.whiskeringLeft (C × C) C V).obj (CategoryTheory.MonoidalCategory.tensor C)).comp
(((CategoryTheory.Functor.whiskeringLeft ((C × C) × C) (C × C) V).obj
((CategoryTheory.MonoidalCategory.tensor C).prod (CategoryTheory.Functor.id C))).comp
(CategoryTheory.coyoneda.obj
(Opposite.op
(CategoryTheory.MonoidalCategory.externalProduct
(CategoryTheory.MonoidalCategory.externalProduct F G) H)))) ≅
((CategoryTheory.Functor.whiskeringLeft (C × C) C V).obj
(CategoryTheory.MonoidalCategory.tensor C)).comp
(((CategoryTheory.Functor.whiskeringLeft (C × C × C) (C × C) V).obj
((CategoryTheory.Functor.id C).prod (CategoryTheory.MonoidalCategory.tensor C))).comp
(CategoryTheory.coyoneda.obj
(Opposite.op
(CategoryTheory.MonoidalCategory.externalProduct F
(CategoryTheory.MonoidalCategory.externalProduct G H)))))The isomorphism of functors between
((F ⊠ G) ⊠ H ⟶ (tensor C).prod (𝟭 C) ⋙ tensor C ⋙ -) and
(F ⊠ G ⊠ H ⟶ (𝟭 C).prod (tensor C) ⋙ tensor C ⋙ -) that corresponds to the associator
isomorphism for Day convolution through corepresentableBy₂ and corepresentableBy₂.
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 36 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites27
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
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
- Oppositestatement · cited by 8,081
- CategoryTheory.Functor.compstatement and proof · cited by 6,529
- CategoryTheory.Isostatement · cited by 3,963
- CategoryTheory.Functor.idstatement and proof · cited by 3,333
- CategoryTheory.MonoidalCategorystatement and proof · cited by 3,095
- CategoryTheory.Equivalence.inverseproof · cited by 1,130
- CategoryTheory.Iso.symmproof · cited by 993
- CategoryTheory.Iso.reflproof · cited by 727
- CategoryTheory.MonoidalCategoryStruct.associatorproof · cited by 667
Cited by5
Results whose statement or proof uses this declaration.
- CategoryTheory.MonoidalCategory.DayConvolution.associatorproof · cited by 11
- CategoryTheory.MonoidalCategory.DayConvolution.associator_hom_unit_unitproof · cited by 4
- CategoryTheory.MonoidalCategory.DayConvolution.associator_inv_unit_unitproof · cited by 1