Theorems · Theorem · functional analysis
MultilinearMap.norm_image_sub_le_of_bound
∀ {𝕜 : Type u} {ι : Type v} {E : ι → Type wE} {G : Type wG} [inst : NontriviallyNormedField 𝕜]
[inst_1 : (i : ι) → SeminormedAddCommGroup (E i)] [inst_2 : (i : ι) → NormedSpace 𝕜 (E i)]
[inst_3 : SeminormedAddCommGroup G] [inst_4 : NormedSpace 𝕜 G] [inst_5 : Fintype ι] (f : MultilinearMap 𝕜 E G)
{C : ℝ},
0 ≤ C →
(∀ (m : (i : ι) → E i), ‖f m‖ ≤ C * ∏ i, ‖m i‖) →
∀ (m₁ m₂ : (i : ι) → E i),
‖f m₁ - f m₂‖ ≤ C * ↑(Fintype.card ι) * max ‖m₁‖ ‖m₂‖ ^ (Fintype.card ι - 1) * ‖m₁ - m₂‖If f satisfies a boundedness property around 0, one can deduce a bound on f m₁ - f m₂
using the multilinearity. Here, we give a usable but not very precise version. See
norm_image_sub_le_of_bound' for a more precise but less usable version. The bound is
‖f m - f m'‖ ≤ C * card ι * ‖m - m'‖ * (max ‖m‖ ‖m'‖) ^ (card ι - 1).
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 158 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites29
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
- Realstatement and proof · cited by 25,697
- NormedSpacestatement and proof · cited by 12,499
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- Fintypestatement and proof · cited by 7,736
- Norm.normstatement and proof · cited by 5,413
- Finset.univstatement and proof · cited by 3,473
- SeminormedAddCommGroupstatement and proof · cited by 2,671
- Finset.prodstatement and proof · cited by 2,356
- Fintype.cardstatement and proof · cited by 1,386
- eq_or_neproof · cited by 1,117
- norm_nonnegproof · cited by 725
Cited by3
Results whose statement or proof uses this declaration.
- ContinuousMultilinearMap.norm_image_sub_leproof · cited by 3
- MultilinearMap.continuous_of_boundproof · cited by 1
- AlternatingMap.norm_image_sub_le_of_boundproof · cited by 0