Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Localization.Monoidal.functorCoreMonoidalOfComp

{C : Type u_1} →
  {D : Type u_2} →
    {E : Type u_3} →
      [inst : CategoryTheory.Category.{v_1, u_1} C] →
        [inst_1 : CategoryTheory.Category.{v_2, u_2} D] →
          [inst_2 : CategoryTheory.Category.{v_3, u_3} E] →
            [inst_3 : CategoryTheory.MonoidalCategory C] →
              [inst_4 : CategoryTheory.MonoidalCategory D] →
                [inst_5 : CategoryTheory.MonoidalCategory E] →
                  (L : CategoryTheory.Functor C D) →
                    (W : CategoryTheory.MorphismProperty C) →
                      [L.IsLocalization W] →
                        [L.Monoidal] →
                          (F : CategoryTheory.Functor D E) →
                            (G : CategoryTheory.Functor C E) →
                              [G.Monoidal] →
                                [W.ContainsIdentities] → [CategoryTheory.Localization.Lifting L W G F] → F.CoreMonoidal

Monoidal structure on F, given that F lifts along L to a monoidal functor G, where L is a monoidal localization functor.

Defined in
Mathlib.CategoryTheory.Localization.Monoidal.Functor
Cited by
5 results in Mathlib
Foundations
Depth 94 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.MonoidalCategoryCategoryTheory.MonoidalCategoryCategoryTheory.MonoidalCategoryCategoryTheory.Functor.IsLocalizationCategoryTheory.Functor.MonoidalCategoryTheory.Functor.MonoidalCategoryTheory.MorphismProperty.ContainsIdentitiesCategoryTheory.Localization.Lifting

Around this declaration

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

CategoryTheory.Localization.Monoidal.functorMonoidalOfComp · cited by 4Monoidal.functorMonoidalO…CategoryTheory.Localization.Monoidal.functorCoreMonoidalOfComp_εIso_hom · cited by 0Monoidal.functorCoreMonoi…CategoryTheory.Localization.Monoidal.functorCoreMonoidalOfComp_εIso_inv · cited by 0Monoidal.functorCoreMonoi…CategoryTheory.Localization.Monoidal.functorCoreMonoidalOfComp_μIso_hom · cited by 0Monoidal.functorCoreMonoi…CategoryTheory.Localization.Monoidal.functorCoreMonoidalOfComp_μIso_inv · cited by 0Monoidal.functorCoreMonoi…CategoryTheory.Localization.Monoidal.functorCoreMonoidalOfComp.congr_simp · cited by 0functorCoreMonoidalOfComp…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.MonoidalCategory · cited by 3095CategoryTheory.MonoidalCa…CategoryTheory.MorphismProperty · cited by 2179CategoryTheory.MorphismPr…CategoryTheory.MonoidalCategoryStruct.tensorUnit · cited by 1384MonoidalCategoryStruct.te…CategoryTheory.Iso.symm · cited by 993Iso.symmCategoryTheory.Iso.trans · cited by 566Iso.transCategoryTheory.Functor.IsLocalization · cited by 432Functor.IsLocalizationCategoryTheory.Functor.Monoidal · cited by 288Functor.MonoidalCategoryTheory.Iso.app · cited by 253Iso.appCategoryTheory.Functor.mapIso · cited by 224Functor.mapIsoCategoryTheory.MorphismProperty.ContainsIdentities · cited by 94MorphismProperty.Contains…CategoryTheory.Localization.Lifting · cited by 41Localization.LiftingCategoryTheory.Localization.Lifting.iso · cited by 37Lifting.isoCategoryTheory.Functor.CoreMonoidal · cited by 21Functor.CoreMonoidalMonoidal.functorCoreMonoidalO…CITED BYCITES

Cites18

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.