Theorems · Theorem · functional analysis
ContinuousMultilinearMap.norm_map_snoc_le
∀ {𝕜 : Type u} {n : ℕ} {Ei : Fin n.succ → Type wEi} {G : Type wG} [inst : NontriviallyNormedField 𝕜]
[inst_1 : (i : Fin n.succ) → NormedAddCommGroup (Ei i)] [inst_2 : (i : Fin n.succ) → NormedSpace 𝕜 (Ei i)]
[inst_3 : NormedAddCommGroup G] [inst_4 : NormedSpace 𝕜 G] (f : ContinuousMultilinearMap 𝕜 Ei G)
(m : (i : Fin n) → Ei i.castSucc) (x : Ei (Fin.last n)), ‖f (Fin.snoc m x)‖ ≤ (‖f‖ * ∏ i, ‖m i‖) * ‖x‖- Cited by
- 0 results in Mathlib
- Foundations
- Depth 161 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
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 · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- Norm.normstatement and proof · cited by 5,413
- Finset.univstatement and proof · cited by 3,473
- Finset.prodstatement and proof · cited by 2,356
- mul_assocproof · cited by 1,667
- ContinuousMultilinearMapstatement and proof · cited by 1,016
- Finset.prod_congrproof · cited by 646
- Fin.snocstatement and proof · cited by 113
Cited by1
Results whose statement or proof uses this declaration.
- ContinuousMultilinearMap.curryRightproof · cited by 5