Mathlib Map

Theorems · Definition · category theory

CategoryTheory.GradedObject.Monoidal.braiding

{I : Type u_1} →
  [inst : AddCommMonoid I] →
    {C : Type u_2} →
      [inst_1 : CategoryTheory.Category.{v_1, u_2} C] →
        [inst_2 : CategoryTheory.MonoidalCategory C] →
          (X Y : CategoryTheory.GradedObject I C) →
            [CategoryTheory.BraidedCategory C] →
              [inst_4 : X.HasTensor Y] →
                [inst_5 : Y.HasTensor X] →
                  CategoryTheory.GradedObject.Monoidal.tensorObj X Y ≅
                    CategoryTheory.GradedObject.Monoidal.tensorObj Y X

The braiding tensorObj X Y ≅ tensorObj Y X when X and Y are graded objects indexed by a commutative additive monoid.

Defined in
Mathlib.CategoryTheory.GradedObject.Braiding
Cited by
6 results in Mathlib
Foundations
Depth 34 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
AddCommMonoidCategoryTheory.CategoryCategoryTheory.MonoidalCategoryCategoryTheory.BraidedCategoryCategoryTheory.GradedObject.HasTensorCategoryTheory.GradedObject.HasTensor

Around this declaration

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

CategoryTheory.GradedObject.Monoidal.symmetry · cited by 1Monoidal.symmetryCategoryTheory.GradedObject.Monoidal.braiding_naturality_left · cited by 0Monoidal.braiding_natural…CategoryTheory.GradedObject.Monoidal.braiding_naturality_right · cited by 0Monoidal.braiding_natural…CategoryTheory.GradedObject.Monoidal.hexagon_forward · cited by 0Monoidal.hexagon_forwardCategoryTheory.GradedObject.Monoidal.hexagon_reverse · cited by 0Monoidal.hexagon_reverseCategoryTheory.GradedObject.Monoidal.symmetry_assoc · cited by 0Monoidal.symmetry_assocCategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compAddCommMonoid · cited by 12281AddCommMonoidCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.Iso.inv · cited by 6514Iso.invCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.MonoidalCategory · cited by 3095CategoryTheory.MonoidalCa…CategoryTheory.BraidedCategory · cited by 779CategoryTheory.BraidedCat…CategoryTheory.BraidedCategory.braiding · cited by 257BraidedCategory.braidingCategoryTheory.GradedObject · cited by 239CategoryTheory.GradedObje…CategoryTheory.GradedObject.Monoidal.tensorObj · cited by 54Monoidal.tensorObjCategoryTheory.GradedObject.HasTensor · cited by 49GradedObject.HasTensorCategoryTheory.GradedObject.Monoidal.ιTensorObj · cited by 26Monoidal.ιTensorObjCategoryTheory.GradedObject.Monoidal.tensorObjDesc · cited by 7Monoidal.tensorObjDescMonoidal.braidingCITED BYCITES

Cites14

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.