Theorems · Definition · category theory
CategoryTheory.tensorRightHomEquiv
{C : Type u₁} →
[inst : CategoryTheory.Category.{v₁, u₁} C] →
[inst_1 : CategoryTheory.MonoidalCategory C] →
(X Y Y' Z : C) →
[CategoryTheory.ExactPairing Y Y'] →
(CategoryTheory.MonoidalCategoryStruct.tensorObj X Y ⟶ Z) ≃
(X ⟶ CategoryTheory.MonoidalCategoryStruct.tensorObj Z Y')Given an exact pairing on Y Y',
we get a bijection on hom-sets (X ⊗ Y ⟶ Z) ≃ (X ⟶ Z ⊗ Y')
by "pulling the string on the right" up or down.
- Cited by
- 9 results in Mathlib
- Foundations
- Depth 24 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
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.compproof · cited by 17,999
- Equivstatement · cited by 8,337
- CategoryTheory.Iso.homproof · cited by 7,684
- CategoryTheory.Iso.invproof · cited by 6,514
- CategoryTheory.MonoidalCategoryStruct.tensorObjstatement and proof · cited by 3,106
- CategoryTheory.MonoidalCategorystatement and proof · cited by 3,095
- CategoryTheory.MonoidalCategoryStruct.whiskerLeftproof · cited by 915
- CategoryTheory.MonoidalCategoryStruct.whiskerRightproof · cited by 903
- CategoryTheory.MonoidalCategoryStruct.associatorproof · cited by 667
- CategoryTheory.MonoidalCategoryStruct.rightUnitorproof · cited by 397
Cited by10
Results whose statement or proof uses this declaration.
- CategoryTheory.tensorRightHomEquiv_symm_coevaluation_comp_whiskerLeftstatement · cited by 1
- CategoryTheory.tensorRightHomEquiv_symm_coevaluation_comp_whiskerRightstatement · cited by 1
- CategoryTheory.tensorRightHomEquiv_whiskerLeft_comp_evaluationstatement · cited by 1
- CategoryTheory.tensorRightHomEquiv_whiskerRight_comp_evaluationstatement · cited by 1
- CategoryTheory.coevaluation_comp_leftAdjointMateproof · cited by 1
- CategoryTheory.rightAdjointMate_comp_evaluationproof · cited by 1
- CategoryTheory.tensorRightAdjunctionproof · cited by 0
- CategoryTheory.tensorRightHomEquiv_naturalitystatement · cited by 0
- CategoryTheory.tensorRightHomEquiv_symm_naturalitystatement · cited by 0
- CategoryTheory.tensorRightHomEquiv_tensorstatement · cited by 0