Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Localization.Monoidal.braidingNatIso

{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) →
                      [CategoryTheory.BraidedCategory C] →
                        CategoryTheory.Localization.Monoidal.tensorBifunctor L W ε ≅
                          (CategoryTheory.Localization.Monoidal.tensorBifunctor L W ε).flip

The braiding on the localized category as a natural isomorphism of bifunctors.

Defined in
Mathlib.CategoryTheory.Localization.Monoidal.Braided
Cited by
9 results in Mathlib
Foundations
Depth 91 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.MonoidalCategoryCategoryTheory.MorphismProperty.IsMonoidalCategoryTheory.Functor.IsLocalizationCategoryTheory.BraidedCategory

Around this declaration

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

CategoryTheory.Localization.Monoidal.braidingNatIso_hom_app · cited by 3Monoidal.braidingNatIso_h…CategoryTheory.Localization.Monoidal.braidingNatIso_hom_app_naturality_μ_left · cited by 2Monoidal.braidingNatIso_h…CategoryTheory.Localization.Monoidal.braidingNatIso_hom_app_naturality_μ_right · cited by 2Monoidal.braidingNatIso_h…CategoryTheory.Localization.Monoidal.map_hexagon_forward · cited by 1Monoidal.map_hexagon_forw…CategoryTheory.Localization.Monoidal.map_hexagon_reverse · cited by 1Monoidal.map_hexagon_reve…CategoryTheory.Localization.Monoidal.map_hexagon_forward_assoc · cited by 0Monoidal.map_hexagon_forw…CategoryTheory.Localization.Monoidal.map_hexagon_reverse_assoc · cited by 0Monoidal.map_hexagon_reve…CategoryTheory.Localization.Monoidal.braidingNatIso_hom_app_naturality_μ_left_assoc · cited by 0Monoidal.braidingNatIso_h…CategoryTheory.Localization.Monoidal.braidingNatIso_hom_app_naturality_μ_right_assoc · cited by 0Monoidal.braidingNatIso_h…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.MonoidalCategory · cited by 3095CategoryTheory.MonoidalCa…CategoryTheory.MorphismProperty · cited by 2179CategoryTheory.MorphismPr…CategoryTheory.MonoidalCategoryStruct.tensorUnit · cited by 1384MonoidalCategoryStruct.te…CategoryTheory.BraidedCategory · cited by 779CategoryTheory.BraidedCat…CategoryTheory.Functor.IsLocalization · cited by 432Functor.IsLocalizationCategoryTheory.Functor.flip · cited by 320Functor.flipCategoryTheory.Functor.whiskeringRight · cited by 221Functor.whiskeringRightCategoryTheory.MonoidalCategory.curriedTensor · cited by 170MonoidalCategory.curriedT…CategoryTheory.Functor.isoWhiskerRight · cited by 147Functor.isoWhiskerRightCategoryTheory.MorphismProperty.IsMonoidal · cited by 64MorphismProperty.IsMonoid…Monoidal.braidingNatIsoCITED BYCITES

Cites20

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

Cited by9

Results whose statement or proof uses this declaration.