Theorems · Definition · linear algebra
PiTensorProduct.piTensorHomMap
{ι : Type u_1} →
{R : Type u_4} →
[inst : CommSemiring R] →
{s : ι → Type u_7} →
[inst_1 : (i : ι) → AddCommMonoid (s i)] →
[inst_2 : (i : ι) → Module R (s i)] →
{t : ι → Type u_11} →
[inst_3 : (i : ι) → AddCommMonoid (t i)] →
[inst_4 : (i : ι) → Module R (t i)] →
(PiTensorProduct R fun i => s i →ₗ[R] t i) →ₗ[R]
(PiTensorProduct R fun i => s i) →ₗ[R] PiTensorProduct R fun i => t iLet sᵢ and tᵢ be families of R-modules.
Then there is an R-linear map between ⨂ᵢ Hom(sᵢ, tᵢ) and Hom(⨂ᵢ sᵢ, ⨂ tᵢ) defined by
⨂ᵢ fᵢ ↦ ⨂ᵢ aᵢ ↦ ⨂ᵢ fᵢ aᵢ.
This is TensorProduct.homTensorHomMap for an arbitrary family of modules.
Note that PiTensorProduct.piTensorHomMap (tprod R f) is equal to PiTensorProduct.map f.
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 61 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement · cited by 18,349
- AddCommMonoidstatement and proof · cited by 12,281
- CommSemiringstatement and proof · cited by 10,911
- LinearMapstatement · cited by 10,215
- LinearMap.compproof · cited by 1,642
- LinearEquiv.toLinearMapproof · cited by 1,171
- PiTensorProductstatement · cited by 181
- PiTensorProduct.tprodproof · cited by 117
- PiTensorProduct.liftproof · cited by 30
- MultilinearMap.piLinearMapproof · cited by 3
Cited by10
Results whose statement or proof uses this declaration.
- PiTensorProduct.piTensorHomMap_tprod_tprodstatement · cited by 4
- PiTensorProduct.dualDistribproof · cited by 4
- PiTensorProduct.piTensorHomMapFun₂proof · cited by 2
- PiTensorProduct.dualDistrib_applyproof · cited by 2
- PiTensorProduct.map₂proof · cited by 1
- PiTensorProduct.piTensorHomMap₂_tprod_tprod_tprodproof · cited by 1
- PiTensorProduct.piTensorHomMapFun₂_addproof · cited by 0
- PiTensorProduct.piTensorHomMapFun₂_smulproof · cited by 0
- PiTensorProduct.piTensorHomMap_tprod_eq_mapstatement · cited by 0
- PiTensorProduct.dualDistribEquivOfBasis_apply_applystatement · cited by 0