Theorems · Definition · group theory
Rep.tensorHomEquiv
{k : Type u} →
[inst : CommRing k] →
{G : Type v} →
[inst_1 : Group G] →
(A B C : Rep.{u, u, v} k G) → (CategoryTheory.MonoidalCategoryStruct.tensorObj A B ⟶ C) ≃ (B ⟶ A.ihom.obj C)Given a k-linear G-representation A, this is the Hom-set bijection in the adjunction
A ⊗ - ⊣ ihom(A, -). It sends f : A ⊗ B ⟶ C to a Rep k G morphism defined by currying the
k-linear map underlying f, giving a map A →ₗ[k] B →ₗ[k] C, then flipping the arguments.
- Defined in
- Mathlib.RepresentationTheory.Rep.Basic
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 78 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- RingHom.idproof · cited by 18,349
- CommRingstatement and proof · cited by 17,173
- Equivstatement · cited by 8,337
- Groupstatement and proof · cited by 6,238
- CategoryTheory.MonoidalCategoryStruct.tensorObjstatement and proof · cited by 3,106
- Repstatement and proof · cited by 843
- Rep.Vproof · cited by 695
- Representation.IntertwiningMap.toLinearMapproof · cited by 205
- LinearMap.flipproof · cited by 193
Cited by4
Results whose statement or proof uses this declaration.
- Rep.homEquiv_defstatement and proof · cited by 1
- Rep.tensorHomEquiv_applystatement and proof · cited by 0
- Rep.tensorHomEquiv_symm_applystatement and proof · cited by 0
- Rep.MonoidalClosed.linearHomEquiv_symm_homproof · cited by 0