Theorems · Theorem · category theory
CategoryTheory.MonoidalCategory.DayConvolutionUnit.rightUnitor_hom_unit_app
∀ {C : Type u₁} [inst : CategoryTheory.Category.{v₁, u₁} C] {V : Type u₂} [inst_1 : CategoryTheory.Category.{v₂, u₂} V]
[inst_2 : CategoryTheory.MonoidalCategory C] [inst_3 : CategoryTheory.MonoidalCategory V]
(U : CategoryTheory.Functor C V) [inst_4 : CategoryTheory.MonoidalCategory.DayConvolutionUnit U]
(F : CategoryTheory.Functor C V)
[inst_5 :
∀ (v : V) (d : C),
CategoryTheory.Limits.PreservesColimitsOfShape
(CategoryTheory.CostructuredArrow
(CategoryTheory.Functor.fromPUnit (CategoryTheory.MonoidalCategoryStruct.tensorUnit C)) d)
(CategoryTheory.MonoidalCategory.tensorLeft v)]
[inst_6 : CategoryTheory.MonoidalCategory.DayConvolution F U] (x : C),
CategoryTheory.CategoryStruct.comp
(CategoryTheory.MonoidalCategoryStruct.whiskerLeft (F.obj x)
CategoryTheory.MonoidalCategory.DayConvolutionUnit.can)
(CategoryTheory.CategoryStruct.comp
((CategoryTheory.MonoidalCategory.DayConvolution.unit F U).app
(x, CategoryTheory.MonoidalCategoryStruct.tensorUnit C))
((CategoryTheory.MonoidalCategory.DayConvolutionUnit.rightUnitor U F).hom.app
(CategoryTheory.MonoidalCategoryStruct.tensorObj x (CategoryTheory.MonoidalCategoryStruct.tensorUnit C)))) =
CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategoryStruct.rightUnitor (F.obj x)).hom
(F.map (CategoryTheory.MonoidalCategoryStruct.rightUnitor x).inv)Characterizing the forward direction of rightUnitor via the universal maps.
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 57 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites66
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- 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.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapstatement and proof · cited by 8,698
- CategoryTheory.Iso.homstatement and proof · cited by 7,684
- CategoryTheory.NatTrans.appstatement and proof · cited by 7,406
- CategoryTheory.Functor.compstatement and proof · cited by 6,529
- CategoryTheory.Iso.invstatement and proof · cited by 6,514
- CategoryTheory.CategoryStruct.idproof · cited by 6,235
Cited by4
Results whose statement or proof uses this declaration.
- CategoryTheory.MonoidalCategory.DayConvolution.triangleproof · cited by 0