Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Localization.Monoidal.toMonoidalCategory

{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.Functor C (CategoryTheory.LocalizedMonoidal L W ε)

The monoidal functor from a monoidal category C to its localization LocalizedMonoidal L W ε.

Defined in
Mathlib.CategoryTheory.Localization.Monoidal.Basic
Cited by
28 results in Mathlib
Foundations
Depth 11 from the axioms · uses no axioms
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.tensorBifunctor · cited by 19Monoidal.tensorBifunctorCategoryTheory.Localization.Monoidal.μ · cited by 14Monoidal.μCategoryTheory.Localization.Monoidal.braidingNatIso · cited by 9Monoidal.braidingNatIsoCategoryTheory.Localization.Monoidal.ε' · cited by 5Monoidal.ε'CategoryTheory.Localization.Monoidal.braidingNatIso_hom_app · cited by 3Monoidal.braidingNatIso_h…CategoryTheory.Localization.Monoidal.μ_natural_left · cited by 3Monoidal.μ_natural_leftCategoryTheory.Localization.Monoidal.μ_natural_right · cited by 3Monoidal.μ_natural_rightCategoryTheory.Localization.Monoidal.associator_hom_app · cited by 2Monoidal.associator_hom_a…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.tensorBifunctorIso · cited by 2Monoidal.tensorBifunctorI…CategoryTheory.Localization.Monoidal.associator · cited by 1Monoidal.associatorCategoryTheory.Localization.Monoidal.leftUnitor · cited by 1Monoidal.leftUnitorCategoryTheory.Localization.Monoidal.leftUnitor_hom_app · cited by 1Monoidal.leftUnitor_hom_a…CategoryTheory.Localization.Monoidal.map_hexagon_forward · cited by 1Monoidal.map_hexagon_forw…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.MonoidalCategory · cited by 3095CategoryTheory.MonoidalCa…CategoryTheory.MorphismProperty · cited by 2179CategoryTheory.MorphismPr…CategoryTheory.MonoidalCategoryStruct.tensorUnit · cited by 1384MonoidalCategoryStruct.te…CategoryTheory.Functor.IsLocalization · cited by 432Functor.IsLocalizationCategoryTheory.MorphismProperty.IsMonoidal · cited by 64MorphismProperty.IsMonoid…CategoryTheory.LocalizedMonoidal · cited by 55CategoryTheory.LocalizedM…Monoidal.toMonoidalCategoryCITED BYCITES

Cites10

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

Cited by36

Results whose statement or proof uses this declaration.