Mathlib Map

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.

Defined in
Mathlib.CategoryTheory.Monoidal.Rigid.Basic
Cited by
9 results in Mathlib
Foundations
Depth 24 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.MonoidalCategoryCategoryTheory.ExactPairing

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

CategoryTheory.tensorRightHomEquiv_symm_coevaluation_comp_whiskerLeft · cited by 1CategoryTheory.tensorRigh…CategoryTheory.tensorRightHomEquiv_symm_coevaluation_comp_whiskerRight · cited by 1CategoryTheory.tensorRigh…CategoryTheory.tensorRightHomEquiv_whiskerLeft_comp_evaluation · cited by 1CategoryTheory.tensorRigh…CategoryTheory.tensorRightHomEquiv_whiskerRight_comp_evaluation · cited by 1CategoryTheory.tensorRigh…CategoryTheory.coevaluation_comp_leftAdjointMate · cited by 1CategoryTheory.coevaluati…CategoryTheory.rightAdjointMate_comp_evaluation · cited by 1CategoryTheory.rightAdjoi…CategoryTheory.tensorRightAdjunction · cited by 0CategoryTheory.tensorRigh…CategoryTheory.tensorRightHomEquiv_naturality · cited by 0CategoryTheory.tensorRigh…CategoryTheory.tensorRightHomEquiv_symm_naturality · cited by 0CategoryTheory.tensorRigh…CategoryTheory.tensorRightHomEquiv_tensor · cited by 0CategoryTheory.tensorRigh…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compEquiv · cited by 8337EquivCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.Iso.inv · cited by 6514Iso.invCategoryTheory.MonoidalCategoryStruct.tensorObj · cited by 3106MonoidalCategoryStruct.te…CategoryTheory.MonoidalCategory · cited by 3095CategoryTheory.MonoidalCa…CategoryTheory.MonoidalCategoryStruct.whiskerLeft · cited by 915MonoidalCategoryStruct.wh…CategoryTheory.MonoidalCategoryStruct.whiskerRight · cited by 903MonoidalCategoryStruct.wh…CategoryTheory.MonoidalCategoryStruct.associator · cited by 667MonoidalCategoryStruct.as…CategoryTheory.MonoidalCategoryStruct.rightUnitor · cited by 397MonoidalCategoryStruct.ri…CategoryTheory.ExactPairing.coevaluation · cited by 29ExactPairing.coevaluationCategoryTheory.ExactPairing.evaluation · cited by 29ExactPairing.evaluationCategoryTheory.ExactPairing · cited by 20CategoryTheory.ExactPairi…CategoryTheory.tensorRightHom…CITED BYCITES

Cites15

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by10

Results whose statement or proof uses this declaration.