Theorems · Definition · category theory
CategoryTheory.unitOfTensorIsoUnit
{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) →
(CategoryTheory.MonoidalCategoryStruct.tensorObj m n ≅
CategoryTheory.MonoidalCategoryStruct.tensorUnit M) →
[F.Monoidal] → (F.obj m).comp (F.obj n) ≅ CategoryTheory.Functor.id CIf m ⊗ n ≅ 𝟙_M, then F.obj m is a left inverse of F.obj n.
- Defined in
- Mathlib.CategoryTheory.Monoidal.End
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 30 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
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
- CategoryTheory.Functor.objstatement · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.compstatement · cited by 6,529
- CategoryTheory.Isostatement and proof · cited by 3,963
- CategoryTheory.Functor.idstatement · cited by 3,333
- 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.Iso.transproof · cited by 566
- CategoryTheory.Functor.Monoidalstatement and proof · cited by 288
Cited by5
Results whose statement or proof uses this declaration.
- CategoryTheory.equivOfTensorIsoUnitproof · cited by 4
- CategoryTheory.equivOfTensorIsoUnit_counitIsostatement · cited by 0
- CategoryTheory.equivOfTensorIsoUnit_unitIsostatement · cited by 0
- CategoryTheory.unitOfTensorIsoUnit_hom_appstatement and proof · cited by 0
- CategoryTheory.unitOfTensorIsoUnit_inv_appstatement · cited by 0