Mathlib Map

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₂.

Defined in
Mathlib.CategoryTheory.Monoidal.DayConvolution
Cited by
4 results in Mathlib
Foundations
Depth 36 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.MonoidalCategoryCategoryTheory.MonoidalCategory

Around this declaration

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

CategoryTheory.MonoidalCategory.DayConvolution.associator · cited by 11DayConvolution.associatorCategoryTheory.MonoidalCategory.DayConvolution.associator_hom_unit_unit · cited by 4DayConvolution.associator…CategoryTheory.MonoidalCategory.DayConvolution.associator_inv_unit_unit · cited by 1DayConvolution.associator…CategoryTheory.MonoidalCategory.DayConvolution.associatorCorepresentingIso_hom_app_hom_apply_app · cited by 0DayConvolution.associator…CategoryTheory.MonoidalCategory.DayConvolution.associatorCorepresentingIso_inv_app_hom_apply_app · cited by 0DayConvolution.associator…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorOpposite · cited by 8081OppositeCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Functor.id · cited by 3333Functor.idCategoryTheory.MonoidalCategory · cited by 3095CategoryTheory.MonoidalCa…CategoryTheory.Equivalence.inverse · cited by 1130Equivalence.inverseCategoryTheory.Iso.symm · cited by 993Iso.symmCategoryTheory.Iso.refl · cited by 727Iso.reflCategoryTheory.MonoidalCategoryStruct.associator · cited by 667MonoidalCategoryStruct.as…CategoryTheory.Functor.whiskeringLeft · cited by 395Functor.whiskeringLeftCategoryTheory.Functor.mapIso · cited by 224Functor.mapIsoCategoryTheory.coyoneda · cited by 208CategoryTheory.coyonedaDayConvolution.associatorCore…CITED BYCITES

Cites27

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

Cited by5

Results whose statement or proof uses this declaration.