Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Localization.Monoidal.whiskerLeft_id

∀ {C : Type u_1} {D : Type u_2} [inst : CategoryTheory.Category.{v_1, u_1} C]
  [inst_1 : CategoryTheory.Category.{v_2, u_2} D] (L : CategoryTheory.Functor C D)
  (W : CategoryTheory.MorphismProperty C) [inst_2 : CategoryTheory.MonoidalCategory C] [inst_3 : W.IsMonoidal]
  [inst_4 : L.IsLocalization W] {unit : D} (ε : L.obj (CategoryTheory.MonoidalCategoryStruct.tensorUnit C) ≅ unit)
  (X Y : CategoryTheory.LocalizedMonoidal L W ε),
  CategoryTheory.MonoidalCategoryStruct.whiskerLeft X (CategoryTheory.CategoryStruct.id Y) =
    CategoryTheory.CategoryStruct.id (CategoryTheory.MonoidalCategoryStruct.tensorObj X Y)
Defined in
Mathlib.CategoryTheory.Localization.Monoidal.Basic
Cited by
5 results in Mathlib
Foundations
Depth 94 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.MonoidalCategoryCategoryTheory.MorphismProperty.IsMonoidalCategoryTheory.Functor.IsLocalization

Around this declaration

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

CategoryTheory.Localization.Monoidal.triangle_aux₁ · cited by 2Monoidal.triangle_aux₁CategoryTheory.Localization.Monoidal.pentagon_aux₂ · cited by 1Monoidal.pentagon_aux₂CategoryTheory.Localization.Monoidal.pentagon_aux₃ · cited by 1Monoidal.pentagon_aux₃CategoryTheory.Localization.Monoidal.triangle · cited by 0Monoidal.triangleCategoryTheory.Localization.Monoidal.pentagon · cited by 0Monoidal.pentagonCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.CategoryStruct.id · cited by 6235CategoryStruct.idCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.MonoidalCategoryStruct.tensorObj · cited by 3106MonoidalCategoryStruct.te…CategoryTheory.MonoidalCategory · cited by 3095CategoryTheory.MonoidalCa…CategoryTheory.MorphismProperty · cited by 2179CategoryTheory.MorphismPr…CategoryTheory.MonoidalCategoryStruct.tensorUnit · cited by 1384MonoidalCategoryStruct.te…CategoryTheory.MonoidalCategoryStruct.whiskerLeft · cited by 915MonoidalCategoryStruct.wh…CategoryTheory.Functor.map_id · cited by 616Functor.map_idCategoryTheory.Functor.IsLocalization · cited by 432Functor.IsLocalizationCategoryTheory.MorphismProperty.IsMonoidal · cited by 64MorphismProperty.IsMonoid…CategoryTheory.LocalizedMonoidal · cited by 55CategoryTheory.LocalizedM…Monoidal.whiskerLeft_idCITED BYCITES

Cites16

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.