Mathlib Map

Theorems · Definition · category theory

CategoryTheory.LocalizedMonoidal

{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] →
        [inst_2 : CategoryTheory.MonoidalCategory C] →
          (L : CategoryTheory.Functor C D) →
            (W : CategoryTheory.MorphismProperty C) →
              [W.IsMonoidal] →
                [L.IsLocalization W] →
                  {unit : D} → (L.obj (CategoryTheory.MonoidalCategoryStruct.tensorUnit C) ≅ unit) → Type u_2

Given a monoidal category C, a localization functor L : C ⥤ D with respect to W : MorphismProperty C which satisfies W.IsMonoidal, and a choice of object unit : D with an isomorphism L.obj (𝟙_ C) ≅ unit, this is a type synonym for D on which we define the localized monoidal category structure.

Defined in
Mathlib.CategoryTheory.Localization.Monoidal.Basic
Cited by
55 results in Mathlib
Foundations
Depth 4 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.toMonoidalCategory · cited by 28Monoidal.toMonoidalCatego…CategoryTheory.Localization.Monoidal.tensorBifunctor · cited by 19Monoidal.tensorBifunctorCategoryTheory.Localization.Monoidal.μ · cited by 14Monoidal.μCategoryTheory.Localization.Monoidal.braidingNatIso · cited by 9Monoidal.braidingNatIsoCategoryTheory.Localization.Monoidal.associator_naturality · cited by 5Monoidal.associator_natur…CategoryTheory.Localization.Monoidal.whiskerLeft_id · cited by 5Monoidal.whiskerLeft_idCategoryTheory.Localization.Monoidal.ε' · cited by 5Monoidal.ε'CategoryTheory.Localization.Monoidal.id_tensorHom · cited by 4Monoidal.id_tensorHomCategoryTheory.Localization.Monoidal.whiskerRight_id · cited by 4Monoidal.whiskerRight_idCategoryTheory.Localization.Monoidal.braidingNatIso_hom_app · cited by 3Monoidal.braidingNatIso_h…CategoryTheory.Localization.Monoidal.tensorHom_id · cited by 3Monoidal.tensorHom_idCategoryTheory.Localization.Monoidal.whiskerLeft_comp · cited by 3Monoidal.whiskerLeft_compCategoryTheory.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.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.LocalizedMonoi…CITED BYCITES

Cites9

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

Cited by64

Results whose statement or proof uses this declaration.