Theorems · Definition · linear algebra
PiTensorProduct.mapMultilinear
{ι : 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)] →
MultilinearMap R (fun i => s i →ₗ[R] t i)
((PiTensorProduct R fun i => s i) →ₗ[R] PiTensorProduct R fun i => t i)The tensor of a family of linear maps from sᵢ to tᵢ, as a multilinear map of
the family.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 64 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.
- 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
- MultilinearMapstatement · cited by 370
- PiTensorProductstatement · cited by 181
- PiTensorProduct.mapproof · cited by 24
- PiTensorProduct.map_update_addproof · cited by 1
- PiTensorProduct.map_update_smulproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- PiTensorProduct.mapMultilinear_applystatement and proof · cited by 0