Theorems · Definition · linear algebra
MultilinearMap.compLinearMap
{R : Type uR} →
{ι : Type uι} →
{M₁ : ι → Type v₁} →
{M₁' : ι → Type v₁'} →
{M₂ : Type v₂} →
[inst : Semiring R] →
[inst_1 : (i : ι) → AddCommMonoid (M₁ i)] →
[inst_2 : AddCommMonoid M₂] →
[inst_3 : (i : ι) → Module R (M₁ i)] →
[inst_4 : Module R M₂] →
[inst_5 : (i : ι) → AddCommMonoid (M₁' i)] →
[inst_6 : (i : ι) → Module R (M₁' i)] →
MultilinearMap R M₁' M₂ → ((i : ι) → M₁ i →ₗ[R] M₁' i) → MultilinearMap R M₁ M₂If g is a multilinear map and f is a collection of linear maps,
then g (f₁ m₁, ..., fₙ mₙ) is again a multilinear map, that we call
g.compLinearMap f.
- Defined in
- Mathlib.LinearAlgebra.Multilinear.Basic
- Cited by
- 26 results in Mathlib
- Foundations
- Depth 23 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
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
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- LinearMapstatement and proof · cited by 10,215
- MultilinearMapstatement and proof · cited by 370
Cited by35
Results whose statement or proof uses this declaration.
- ContinuousMultilinearMap.compContinuousLinearMapproof · cited by 46
- ExteriorAlgebra.ιMultiproof · cited by 26
- PiTensorProduct.mapproof · cited by 24
- AlternatingMap.compLinearMapproof · cited by 22
- Matrix.det_applyproof · cited by 16
- Matrix.detRowAlternatingproof · cited by 14
- TensorAlgebra.tprodproof · cited by 5
- MultilinearMap.compLinearMapₗproof · cited by 2
- TensorPower.multilinearMapToDualproof · cited by 2
- MultilinearMap.dfinsupp_extstatement and proof · cited by 2
- Basis.multilinearMap_applystatement · cited by 1
- MultilinearMap.zero_compLinearMapstatement · cited by 1