Theorems · Theorem · linear algebra
MultilinearMap.map_piecewise_smul
∀ {R : Type uR} {ι : Type uι} {M₁ : ι → Type v₁} {M₂ : Type v₂} [inst : CommSemiring R]
[inst_1 : (i : ι) → AddCommMonoid (M₁ i)] [inst_2 : AddCommMonoid M₂] [inst_3 : (i : ι) → Module R (M₁ i)]
[inst_4 : Module R M₂] (f : MultilinearMap R M₁ M₂) [inst_5 : DecidableEq ι] (c : ι → R) (m : (i : ι) → M₁ i)
(s : Finset ι), f (s.piecewise (fun i => c i • m i) m) = (∏ i ∈ s, c i) • f mIf one multiplies by c i the coordinates in a finset s, then the image under a multilinear
map is multiplied by ∏ i ∈ s, c i. This is mainly an auxiliary statement to prove the result when
s = univ, given in map_smul_univ, although it can be useful in its own right as it does not
require the index set ι to be finite.
- Defined in
- Mathlib.LinearAlgebra.Multilinear.Basic
- Cited by
- 4 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.
Cites19
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Modulestatement and proof · cited by 20,661
- Finsetstatement and proof · cited by 13,712
- AddCommMonoidstatement and proof · cited by 12,281
- CommSemiringstatement and proof · cited by 10,911
- Finset.prodstatement and proof · cited by 2,356
- one_smulproof · cited by 1,374
- Function.updateproof · cited by 502
- MultilinearMapstatement and proof · cited by 370
- SemigroupAction.mul_smulproof · cited by 291
- Function.update_selfproof · cited by 201
- Function.update_of_neproof · cited by 198
Cited by4
Results whose statement or proof uses this declaration.
- MultilinearMap.map_smul_univproof · cited by 8
- MultilinearMap.map_update_smul_leftproof · cited by 1
- ContinuousMultilinearMap.map_piecewise_smulproof · cited by 1
- ContinuousAlternatingMap.map_piecewise_smulproof · cited by 0