Theorems · Theorem · category theory
CategoryTheory.tensorHom_eComp_op_eq
∀ (V : Type u₁) [inst : CategoryTheory.Category.{v₁, u₁} V] [inst_1 : CategoryTheory.MonoidalCategory V]
[inst_2 : CategoryTheory.BraidedCategory V] {C : Type u} [inst_3 : CategoryTheory.EnrichedCategory V C] {x y z : Cᵒᵖ}
{v w : V} (f : v ⟶ z ⟶[V] y) (g : w ⟶ y ⟶[V] x),
CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategoryStruct.tensorHom f g)
(CategoryTheory.eComp V z y x) =
CategoryTheory.CategoryStruct.comp (β_ v w).hom
(CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategoryStruct.tensorHom g f)
(CategoryTheory.eComp V (Opposite.unop x) (Opposite.unop y) (Opposite.unop z)))When composing a tensor product of morphisms with the V-composition morphism in Cᵒᵖ,
this re-writes the V-composition to be in C and moves the braiding to the left.
- Defined in
- Mathlib.CategoryTheory.Enriched.Opposite
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 32 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
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- Oppositestatement and proof · cited by 8,081
- CategoryTheory.Iso.homstatement and proof · cited by 7,684
- CategoryTheory.MonoidalCategoryStruct.tensorObjstatement and proof · cited by 3,106
- CategoryTheory.MonoidalCategorystatement and proof · cited by 3,095
- Opposite.unopstatement and proof · cited by 2,231
- CategoryTheory.BraidedCategorystatement and proof · cited by 779
- CategoryTheory.MonoidalCategoryStruct.tensorHomstatement and proof · cited by 587
- CategoryTheory.BraidedCategory.braidingstatement and proof · cited by 257
- CategoryTheory.EnrichedCategory.Homstatement and proof · cited by 114
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.tensorHom_eComp_op_eq_assocproof · cited by 0