Theorems · Theorem · functional analysis
ContinuousMultilinearMap.map_piecewise_smul
∀ {R : Type u} {ι : Type v} {M₁ : ι → Type w₁} {M₂ : Type w₂} [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₂] [inst_5 : (i : ι) → TopologicalSpace (M₁ i)] [inst_6 : TopologicalSpace M₂]
(f : ContinuousMultilinearMap R M₁ M₂) [inst_7 : DecidableEq ι] (c : ι → R) (m : (i : ι) → M₁ i) (s : Finset ι),
f (s.piecewise (fun i => c i • m i) m) = (∏ i ∈ s, c i) • f m- Cited by
- 1 results in Mathlib
- Foundations
- Depth 73 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- TopologicalSpacestatement and proof · cited by 24,529
- 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 · cited by 2,356
- ContinuousMultilinearMapstatement and proof · cited by 1,016
- ContinuousMultilinearMap.toMultilinearMapproof · cited by 70
- Finset.piecewisestatement · cited by 64
- MultilinearMap.map_piecewise_smulproof · cited by 4
Cited by1
Results whose statement or proof uses this declaration.
- Bornology.IsVonNBounded.image_multilinear'proof · cited by 1