Theorems · Definition · category theory
CategoryTheory.equivOfTensorIsoUnit
{C : Type u} →
[inst : CategoryTheory.Category.{v, u} C] →
{M : Type u_1} →
[inst_1 : CategoryTheory.Category.{v_1, u_1} M] →
[inst_2 : CategoryTheory.MonoidalCategory M] →
(F : CategoryTheory.Functor M (CategoryTheory.Functor C C)) →
(m n : M) →
(h₁ :
CategoryTheory.MonoidalCategoryStruct.tensorObj m n ≅
CategoryTheory.MonoidalCategoryStruct.tensorUnit M) →
(h₂ :
CategoryTheory.MonoidalCategoryStruct.tensorObj n m ≅
CategoryTheory.MonoidalCategoryStruct.tensorUnit M) →
CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategoryStruct.whiskerRight h₁.hom m)
(CategoryTheory.MonoidalCategoryStruct.leftUnitor m).hom =
CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategoryStruct.associator m n m).hom
(CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategoryStruct.whiskerLeft m h₂.hom)
(CategoryTheory.MonoidalCategoryStruct.rightUnitor m).hom) →
[F.Monoidal] → C ≌ CIf m ⊗ n ≅ 𝟙_M and n ⊗ m ≅ 𝟙_M (subject to some commuting constraints),
then F.obj m and F.obj n forms a self-equivalence of C.
- Defined in
- Mathlib.CategoryTheory.Monoidal.End
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 34 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
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 · cited by 32,603
- CategoryTheory.Functor.objproof · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- 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.Iso.symmproof · cited by 993
- CategoryTheory.MonoidalCategoryStruct.whiskerLeftstatement and proof · cited by 915
Cited by4
Results whose statement or proof uses this declaration.
- CategoryTheory.equivOfTensorIsoUnit_counitIsostatement and proof · cited by 0
- CategoryTheory.equivOfTensorIsoUnit_functorstatement and proof · cited by 0
- CategoryTheory.equivOfTensorIsoUnit_inversestatement and proof · cited by 0
- CategoryTheory.equivOfTensorIsoUnit_unitIsostatement and proof · cited by 0