Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Functor.LaxMonoidal.left_unitality

∀ {C : Type u₁} {inst : CategoryTheory.Category.{v₁, u₁} C} {inst_1 : CategoryTheory.MonoidalCategory C} {D : Type u₂}
  {inst_2 : CategoryTheory.Category.{v₂, u₂} D} {inst_3 : CategoryTheory.MonoidalCategory D}
  (F : CategoryTheory.Functor C D) [self : F.LaxMonoidal] (X : C),
  (CategoryTheory.MonoidalCategoryStruct.leftUnitor (F.obj X)).hom =
    CategoryTheory.CategoryStruct.comp
      (CategoryTheory.MonoidalCategoryStruct.whiskerRight (CategoryTheory.Functor.LaxMonoidal.ε F) (F.obj X))
      (CategoryTheory.CategoryStruct.comp
        (CategoryTheory.Functor.LaxMonoidal.μ F (CategoryTheory.MonoidalCategoryStruct.tensorUnit C) X)
        (F.map (CategoryTheory.MonoidalCategoryStruct.leftUnitor X).hom))
Defined in
Mathlib.CategoryTheory.Monoidal.Functor
Cited by
6 results in Mathlib
Foundations
Depth 4 from the axioms · uses no axioms
Assumes
CategoryTheory.Functor.LaxMonoidal

Around this declaration

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

CategoryTheory.Functor.LaxMonoidal.left_unitality_inv · cited by 2LaxMonoidal.left_unitalit…CategoryTheory.left_unitality_app · cited by 1CategoryTheory.left_unita…CategoryTheory.Functor.LaxMonoidal.tensorUnit_whiskerLeft_comp_leftUnitor_hom · cited by 1LaxMonoidal.tensorUnit_wh…CategoryTheory.Functor.Monoidal.map_leftUnitor · cited by 1Monoidal.map_leftUnitorCategoryTheory.Functor.LaxMonoidal.ε_tensorHom_comp_μ · cited by 1LaxMonoidal.ε_tensorHom_c…CategoryTheory.Functor.LaxMonoidal.left_unitality_assoc · cited by 0LaxMonoidal.left_unitalit…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.map · cited by 8698Functor.mapCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.MonoidalCategoryStruct.tensorObj · cited by 3106MonoidalCategoryStruct.te…CategoryTheory.MonoidalCategory · cited by 3095CategoryTheory.MonoidalCa…CategoryTheory.MonoidalCategoryStruct.tensorUnit · cited by 1384MonoidalCategoryStruct.te…CategoryTheory.MonoidalCategoryStruct.whiskerRight · cited by 903MonoidalCategoryStruct.wh…CategoryTheory.MonoidalCategoryStruct.leftUnitor · cited by 437MonoidalCategoryStruct.le…CategoryTheory.Functor.LaxMonoidal.μ · cited by 285LaxMonoidal.μCategoryTheory.Functor.LaxMonoidal.ε · cited by 202LaxMonoidal.εCategoryTheory.Functor.LaxMonoidal · cited by 133Functor.LaxMonoidalLaxMonoidal.left_unitalityCITED BYCITES

Cites15

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

Cited by6

Results whose statement or proof uses this declaration.