Theorems · Theorem · functional analysis
ContinuousMultilinearMap.le_opNNNorm
∀ {𝕜 : 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 : ContinuousMultilinearMap 𝕜 E G) (m : (i : ι) → E i), ‖f m‖₊ ≤ ‖f‖₊ * ∏ i, ‖m i‖₊The fundamental property of the operator norm of a continuous multilinear map:
‖f m‖ is bounded by ‖f‖ times the product of the ‖m i‖, nnnorm version.
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 169 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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
- NormedSpacestatement and proof · cited by 12,499
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- Fintypestatement and proof · cited by 7,736
- Norm.normproof · cited by 5,413
- NNRealstatement · cited by 4,310
- Finset.univstatement and proof · cited by 3,473
- SeminormedAddCommGroupstatement and proof · cited by 2,671
- Finset.prodstatement · cited by 2,356
- ContinuousMultilinearMapstatement and proof · cited by 1,016
- NNNorm.nnnormstatement and proof · cited by 952
- NNReal.coe_le_coeproof · cited by 73
Cited by5
Results whose statement or proof uses this declaration.
- ContinuousMultilinearMap.le_of_opNNNorm_leproof · cited by 3
- FormalMultilinearSeries.nnnorm_changeOriginSeriesTerm_apply_leproof · cited by 1
- FormalMultilinearSeries.changeOrigin_evalproof · cited by 1
- ContinuousMultilinearMap.nnnorm_smulRightproof · cited by 1
- ContinuousAlternatingMap.le_opNNNormproof · cited by 0