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.
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 31 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Functor.mapstatement and proof · cited by 8,698
- CategoryTheory.Iso.homstatement and proof · cited by 7,684
- CategoryTheory.Isostatement and proof · cited by 3,963
- CategoryTheory.MonoidalCategoryStruct.tensorObjstatement and proof · cited by 3,106
- CategoryTheory.MonoidalCategorystatement and proof · cited by 3,095
- CategoryTheory.MonoidalCategoryStruct.tensorUnitstatement and proof · cited by 1,384
- CategoryTheory.MonoidalCategoryStruct.tensorHomstatement and proof · cited by 587
- CategoryTheory.Functor.LaxMonoidal.μstatement and proof · cited by 285
Cited by8
Results whose statement or proof uses this declaration.
- TannakaDuality.FiniteGroup.equivHomproof · cited by 3
- CategoryTheory.LaxBraidedFunctor.isoOfComponentsproof · cited by 2
- CategoryTheory.Mon.EquivLaxMonoidalFunctorPUnit.unitIsoproof · cited by 2
- CategoryTheory.AddMon.EquivLaxMonoidalFunctorPUnit.addUnitIsoproof · cited by 2
- CategoryTheory.LaxMonoidalFunctor.isoOfComponents_hom_hom_appstatement and proof · cited by 1
- TannakaDuality.FiniteGroup.equivHom_applystatement · cited by 1
- CategoryTheory.LaxMonoidalFunctor.isoOfComponents_inv_hom_appstatement and proof · cited by 0
- CategoryTheory.LaxMonoidalFunctor.isoOfComponents.congr_simpstatement and proof · cited by 0