Theorems · Definition · category theory
CategoryTheory.Functor.CoreMonoidal.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} →
(ε :
CategoryTheory.MonoidalCategoryStruct.tensorUnit D ≅
F.obj (CategoryTheory.MonoidalCategoryStruct.tensorUnit C)) →
(μ :
CategoryTheory.MonoidalCategory.curriedTensorPre F ≅
CategoryTheory.MonoidalCategory.curriedTensorPost F) →
CategoryTheory.Functor.LaxMonoidal.ofBifunctor.firstMap μ.hom =
CategoryTheory.Functor.LaxMonoidal.ofBifunctor.secondMap μ.hom →
CategoryTheory.Functor.LaxMonoidal.ofBifunctor.leftMapₗ F =
CategoryTheory.CategoryStruct.comp
(CategoryTheory.Functor.LaxMonoidal.ofBifunctor.topMapₗ ε.hom)
(CategoryTheory.CategoryStruct.comp
(μ.hom.app (CategoryTheory.MonoidalCategoryStruct.tensorUnit C))
(CategoryTheory.Functor.LaxMonoidal.ofBifunctor.bottomMapₗ F)) →
CategoryTheory.Functor.LaxMonoidal.ofBifunctor.leftMapᵣ F =
CategoryTheory.CategoryStruct.comp
(CategoryTheory.Functor.LaxMonoidal.ofBifunctor.topMapᵣ ε.hom)
(CategoryTheory.CategoryStruct.comp
(((CategoryTheory.flipFunctor C C D).map μ.hom).app
(CategoryTheory.MonoidalCategoryStruct.tensorUnit C))
(CategoryTheory.Functor.LaxMonoidal.ofBifunctor.bottomMapᵣ F)) →
F.CoreMonoidalF is monoidal given a unit isomorphism ε : 𝟙_ D ≅ F.obj (𝟙_ C) and a tensorator isomorphism
μ : F - ⊗ F - ≅ F (- ⊗ -) as a natural isomorphism 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.
Cites30
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.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.Iso.homstatement and proof · cited by 7,684
- CategoryTheory.NatTrans.appstatement and proof · cited by 7,406
- CategoryTheory.Functor.compstatement · cited by 6,529
- CategoryTheory.Isostatement and proof · cited by 3,963
- CategoryTheory.MonoidalCategorystatement and proof · cited by 3,095
- CategoryTheory.MonoidalCategoryStruct.tensorUnitstatement and proof · cited by 1,384
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.Localization.Monoidal.functorCoreMonoidalOfCompproof · cited by 5