Theorems · Theorem · several complex variables
FormalMultilinearSeries.compAlongComposition_norm
∀ {𝕜 : Type u_1} {E : Type u_2} {F : Type u_3} {G : Type u_4} [inst : NontriviallyNormedField 𝕜]
[inst_1 : NormedAddCommGroup E] [inst_2 : NormedSpace 𝕜 E] [inst_3 : NormedAddCommGroup F] [inst_4 : NormedSpace 𝕜 F]
[inst_5 : NormedAddCommGroup G] [inst_6 : NormedSpace 𝕜 G] {n : ℕ} (q : FormalMultilinearSeries 𝕜 F G)
(p : FormalMultilinearSeries 𝕜 E F) (c : Composition n),
‖q.compAlongComposition p c‖ ≤ ‖q c.length‖ * ∏ i, ‖p (c.blocksFun i)‖The norm of q.compAlongComposition p c is controlled by the product of
the norms of the relevant bits of q and p.
- Defined in
- Mathlib.Analysis.Analytic.Composition
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 171 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- 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 · cited by 5,413
- Finset.univstatement and proof · cited by 3,473
- Finset.prodstatement · cited by 2,356
- ContinuousMultilinearMapstatement · cited by 1,016
- norm_nonnegproof · cited by 725
- FormalMultilinearSeriesstatement and proof · cited by 615
- mul_nonnegproof · cited by 397
- Compositionstatement and proof · cited by 138
Cited by2
Results whose statement or proof uses this declaration.
- FormalMultilinearSeries.radius_rightInv_pos_of_radius_pos_aux2proof · cited by 1
- FormalMultilinearSeries.compAlongComposition_nnnormproof · cited by 1