Theorems · Theorem · category theory
CategoryTheory.eHomEquiv_comp
∀ (V : Type u') [inst : CategoryTheory.Category.{v', u'} V] [inst_1 : CategoryTheory.MonoidalCategory V] {C : Type u}
[inst_2 : CategoryTheory.Category.{v, u} C] [inst_3 : CategoryTheory.EnrichedOrdinaryCategory V C] {X Y Z : C}
(f : X ⟶ Y) (g : Y ⟶ Z),
(CategoryTheory.eHomEquiv V) (CategoryTheory.CategoryStruct.comp f g) =
CategoryTheory.CategoryStruct.comp
(CategoryTheory.MonoidalCategoryStruct.leftUnitor (CategoryTheory.MonoidalCategoryStruct.tensorUnit V)).inv
(CategoryTheory.CategoryStruct.comp
(CategoryTheory.MonoidalCategoryStruct.tensorHom ((CategoryTheory.eHomEquiv V) f)
((CategoryTheory.eHomEquiv V) g))
(CategoryTheory.eComp V X Y Z))- Cited by
- 5 results in Mathlib
- Foundations
- Depth 15 from the axioms · uses 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.
- DFunLike.coestatement · cited by 62,936
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.CategoryStruct.compstatement · cited by 17,999
- Equivstatement · cited by 8,337
- CategoryTheory.Iso.invstatement · cited by 6,514
- CategoryTheory.MonoidalCategoryStruct.tensorObjstatement · cited by 3,106
- CategoryTheory.MonoidalCategorystatement and proof · cited by 3,095
- CategoryTheory.MonoidalCategoryStruct.tensorUnitstatement · cited by 1,384
- CategoryTheory.MonoidalCategoryStruct.tensorHomstatement · cited by 587
- CategoryTheory.MonoidalCategoryStruct.leftUnitorstatement · cited by 437
- CategoryTheory.EnrichedCategory.Homstatement · cited by 114
Cited by5
Results whose statement or proof uses this declaration.
- CategoryTheory.CatEnrichedOrdinary.homEquiv_compproof · cited by 5
- CategoryTheory.Enriched.FunctorCategory.homEquiv_compproof · cited by 2
- CategoryTheory.eHomWhiskerLeft_compproof · cited by 2
- CategoryTheory.eHomWhiskerRight_compproof · cited by 2
- CategoryTheory.eHomEquiv_comp_assocproof · cited by 1