Mathlib Map

Theorems · Definition · category theory

CategoryTheory.LaxMonoidalFunctor.isoOfComponents

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    [inst_1 : CategoryTheory.MonoidalCategory C] →
      {D : Type u₂} →
        [inst_2 : CategoryTheory.Category.{v₂, u₂} D] →
          [inst_3 : CategoryTheory.MonoidalCategory D] →
            {F G : CategoryTheory.LaxMonoidalFunctor C D} →
              (e : (X : C) → F.obj X ≅ G.obj X) →
                autoParam
                    (∀ {X Y : C} (f : X ⟶ Y),
                      CategoryTheory.CategoryStruct.comp (F.map f) (e Y).hom =
                        CategoryTheory.CategoryStruct.comp (e X).hom (G.map f))
                    CategoryTheory.LaxMonoidalFunctor.isoOfComponents._auto_1 →
                  autoParam
                      (CategoryTheory.CategoryStruct.comp (CategoryTheory.Functor.LaxMonoidal.ε F.toFunctor)
                          (e (CategoryTheory.MonoidalCategoryStruct.tensorUnit C)).hom =
                        CategoryTheory.Functor.LaxMonoidal.ε G.toFunctor)
                      CategoryTheory.LaxMonoidalFunctor.isoOfComponents._auto_3 →
                    autoParam
                        (∀ (X Y : C),
                          CategoryTheory.CategoryStruct.comp (CategoryTheory.Functor.LaxMonoidal.μ F.toFunctor X Y)
                              (e (CategoryTheory.MonoidalCategoryStruct.tensorObj X Y)).hom =
                            CategoryTheory.CategoryStruct.comp
                              (CategoryTheory.MonoidalCategoryStruct.tensorHom (e X).hom (e Y).hom)
                              (CategoryTheory.Functor.LaxMonoidal.μ G.toFunctor X Y))
                        CategoryTheory.LaxMonoidalFunctor.isoOfComponents._auto_5 →
                      (F ≅ G)

Constructor for isomorphisms between lax monoidal functors.

Defined in
Mathlib.CategoryTheory.Monoidal.NaturalTransformation
Cited by
4 results in Mathlib
Foundations
Depth 31 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.MonoidalCategoryCategoryTheory.CategoryCategoryTheory.MonoidalCategory

Around this declaration

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

TannakaDuality.FiniteGroup.equivHom · cited by 3FiniteGroup.equivHomCategoryTheory.LaxBraidedFunctor.isoOfComponents · cited by 2LaxBraidedFunctor.isoOfCo…CategoryTheory.Mon.EquivLaxMonoidalFunctorPUnit.unitIso · cited by 2EquivLaxMonoidalFunctorPU…CategoryTheory.AddMon.EquivLaxMonoidalFunctorPUnit.addUnitIso · cited by 2EquivLaxMonoidalFunctorPU…CategoryTheory.LaxMonoidalFunctor.isoOfComponents_hom_hom_app · cited by 1LaxMonoidalFunctor.isoOfC…TannakaDuality.FiniteGroup.equivHom_apply · cited by 1FiniteGroup.equivHom_applyCategoryTheory.LaxMonoidalFunctor.isoOfComponents_inv_hom_app · cited by 0LaxMonoidalFunctor.isoOfC…CategoryTheory.LaxMonoidalFunctor.isoOfComponents.congr_simp · cited by 0isoOfComponents.congr_simpCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor.map · cited by 8698Functor.mapCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.MonoidalCategoryStruct.tensorObj · cited by 3106MonoidalCategoryStruct.te…CategoryTheory.MonoidalCategory · cited by 3095CategoryTheory.MonoidalCa…CategoryTheory.MonoidalCategoryStruct.tensorUnit · cited by 1384MonoidalCategoryStruct.te…CategoryTheory.MonoidalCategoryStruct.tensorHom · cited by 587MonoidalCategoryStruct.te…CategoryTheory.Functor.LaxMonoidal.μ · cited by 285LaxMonoidal.μCategoryTheory.Functor.LaxMonoidal.ε · cited by 202LaxMonoidal.εCategoryTheory.NatIso.ofComponents · cited by 178NatIso.ofComponentsCategoryTheory.LaxMonoidalFunctor · cited by 96CategoryTheory.LaxMonoida…LaxMonoidalFunctor.isoOfCompo…CITED BYCITES

Cites17

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

Cited by8

Results whose statement or proof uses this declaration.