Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.BraidedCategory.braiding_naturality_right_assoc

∀ {C : Type u} {inst : CategoryTheory.Category.{v, u} C} {inst_1 : CategoryTheory.MonoidalCategory C}
  [self : CategoryTheory.BraidedCategory C] (X : C) {Y Z : C} (f : Y ⟶ Z) {Z_1 : C}
  (h : CategoryTheory.MonoidalCategoryStruct.tensorObj Z X ⟶ Z_1),
  CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategoryStruct.whiskerLeft X f)
      (CategoryTheory.CategoryStruct.comp (β_ X Z).hom h) =
    CategoryTheory.CategoryStruct.comp (β_ X Y).hom
      (CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategoryStruct.whiskerRight f X) h)
Defined in
Mathlib.CategoryTheory.Monoidal.Braided.Basic
Cited by
7 results in Mathlib
Foundations
Depth 6 from the axioms · uses Quot.sound
Assumes
CategoryTheory.BraidedCategory

Around this declaration

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

CategoryTheory.BraidedCategory.braiding_naturality · cited by 8BraidedCategory.braiding_…CategoryTheory.MonoidalCategory.DayConvolution.braiding_naturality_right · cited by 1DayConvolution.braiding_n…LightCondensed.internallyProjective_iff_tensor_condition' · cited by 1LightCondensed.internally…CategoryTheory.MonoidalCategory.Arrow.PushoutProduct.hexagon_forward · cited by 0PushoutProduct.hexagon_fo…CategoryTheory.GradedObject.Monoidal.braiding_naturality_right · cited by 0Monoidal.braiding_natural…CategoryTheory.Monoidal.Reflective.isIso_tfae · cited by 0Reflective.isIso_tfaeCategoryTheory.MonoidalCategory.DayConvolution.hexagon_forward · cited by 0DayConvolution.hexagon_fo…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.Category.assoc · cited by 6433Category.assocCategoryTheory.MonoidalCategoryStruct.tensorObj · cited by 3106MonoidalCategoryStruct.te…CategoryTheory.MonoidalCategory · cited by 3095CategoryTheory.MonoidalCa…CategoryTheory.MonoidalCategoryStruct.whiskerLeft · cited by 915MonoidalCategoryStruct.wh…CategoryTheory.MonoidalCategoryStruct.whiskerRight · cited by 903MonoidalCategoryStruct.wh…CategoryTheory.BraidedCategory · cited by 779CategoryTheory.BraidedCat…CategoryTheory.BraidedCategory.braiding · cited by 257BraidedCategory.braidingCategoryTheory.BraidedCategory.braiding_naturality_right · cited by 8BraidedCategory.braiding_…BraidedCategory.braiding_natu…CITED BYCITES

Cites12

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

Cited by7

Results whose statement or proof uses this declaration.