Theorems · Definition · linear algebra
PiTensorProduct.map
{ι : 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)] →
((i : ι) → s i →ₗ[R] t i) → (PiTensorProduct R fun i => s i) →ₗ[R] PiTensorProduct R fun i => t iLet sᵢ and tᵢ be two families of R-modules.
Let f be a family of R-linear maps between sᵢ and tᵢ, i.e. f : Πᵢ sᵢ → tᵢ,
then there is an induced map ⨂ᵢ sᵢ → ⨂ᵢ tᵢ by ⨂ aᵢ ↦ ⨂ fᵢ aᵢ.
This is TensorProduct.map for an arbitrary family of modules.
- Cited by
- 24 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.
Cites10
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 and proof · cited by 18,349
- AddCommMonoidstatement and proof · cited by 12,281
- CommSemiringstatement and proof · cited by 10,911
- LinearMapstatement and proof · cited by 10,215
- PiTensorProductstatement · cited by 181
- PiTensorProduct.tprodproof · cited by 117
- PiTensorProduct.liftproof · cited by 30
- MultilinearMap.compLinearMapproof · cited by 26
Cited by29
Results whose statement or proof uses this declaration.
- PiTensorProduct.map_tprodstatement · cited by 15
- PiTensorProduct.ofDFinsuppEquivproof · cited by 7
- PiTensorProduct.congrproof · cited by 3
- PiTensorProduct.mapL_coestatement · cited by 3
- PiTensorProduct.mapL_applystatement · cited by 2
- PiTensorProduct.mapMonoidHomproof · cited by 2
- PiTensorProduct.map_idstatement · cited by 2
- PiTensorProduct.ofDFinsuppEquiv_symm_single_tprodproof · cited by 1
- PiTensorProduct.mapL_addproof · cited by 1
- PiTensorProduct.mapL_compproof · cited by 1
- PiTensorProduct.mapL_smulproof · cited by 1
- PiTensorProduct.mapMultilinearproof · cited by 1