Theorems · Definition · category theory
CategoryTheory.Functor.OplaxMonoidal.ofBifunctor
{C : Type u_1} →
[inst : CategoryTheory.Category.{v_1, u_1} C] →
[inst_1 : CategoryTheory.MonoidalCategory C] →
{D : Type u_2} →
[inst_2 : CategoryTheory.Category.{v_2, u_2} D] →
[inst_3 : CategoryTheory.MonoidalCategory D] →
{F : CategoryTheory.Functor C D} →
(η :
F.obj (CategoryTheory.MonoidalCategoryStruct.tensorUnit C) ⟶
CategoryTheory.MonoidalCategoryStruct.tensorUnit D) →
(δ :
CategoryTheory.MonoidalCategory.curriedTensorPost F ⟶
CategoryTheory.MonoidalCategory.curriedTensorPre F) →
CategoryTheory.Functor.OplaxMonoidal.ofBifunctor.firstMap δ =
CategoryTheory.Functor.OplaxMonoidal.ofBifunctor.secondMap δ →
CategoryTheory.Functor.OplaxMonoidal.ofBifunctor.leftMapₗ F =
CategoryTheory.CategoryStruct.comp (CategoryTheory.Functor.OplaxMonoidal.ofBifunctor.topMapₗ F)
(CategoryTheory.CategoryStruct.comp
(δ.app (CategoryTheory.MonoidalCategoryStruct.tensorUnit C))
(CategoryTheory.Functor.OplaxMonoidal.ofBifunctor.bottomMapₗ η)) →
CategoryTheory.Functor.OplaxMonoidal.ofBifunctor.leftMapᵣ F =
CategoryTheory.CategoryStruct.comp
(CategoryTheory.Functor.OplaxMonoidal.ofBifunctor.topMapᵣ F)
(CategoryTheory.CategoryStruct.comp
(((CategoryTheory.flipFunctor C C D).map δ).app
(CategoryTheory.MonoidalCategoryStruct.tensorUnit C))
(CategoryTheory.Functor.OplaxMonoidal.ofBifunctor.bottomMapᵣ η)) →
F.OplaxMonoidalF is oplax monoidal given a counit morphism η : F.obj (𝟙_ C) ⟶ 𝟙_ D and a tensorator
δ : F (- ⊗ -) ⟶ F - ⊗ F - as a natural transformation between bifunctors, satisfying the
relevant compatibilities.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 49 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites28
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 and proof · cited by 32,603
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapstatement and proof · cited by 8,698
- CategoryTheory.NatTrans.appstatement and proof · cited by 7,406
- CategoryTheory.Functor.compstatement · cited by 6,529
- CategoryTheory.MonoidalCategorystatement and proof · cited by 3,095
- CategoryTheory.MonoidalCategoryStruct.tensorUnitstatement and proof · cited by 1,384
- CategoryTheory.Functor.flipstatement · cited by 320
- CategoryTheory.MonoidalCategory.curriedTensorstatement · cited by 170
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.Functor.Monoidal.ofBifunctorproof · cited by 0