Theorems · Theorem · several complex variables
HasFPowerSeriesWithinOnBall.isBigO_image_sub_image_sub_deriv_principal
∀ {𝕜 : Type u_1} {E : Type u_2} {F : Type u_3} [inst : NontriviallyNormedField 𝕜] [inst_1 : NormedAddCommGroup E]
[inst_2 : NormedSpace 𝕜 E] [inst_3 : NormedAddCommGroup F] [inst_4 : NormedSpace 𝕜 F] {f : E → F}
{p : FormalMultilinearSeries 𝕜 E F} {s : Set E} {x : E} {r r' : ENNReal},
HasFPowerSeriesWithinOnBall f p s x r →
r' < r →
(fun y =>
f y.1 - f y.2 -
(p 1) fun x => y.1 - y.2) =O[Filter.principal (Metric.eball (x, x) r' ∩ insert x s ×ˢ insert x s)]
fun y => ‖y - (x, x)‖ * ‖y.1 - y.2‖If f has formal power series ∑ n, pₙ in a set, within a ball of radius r, then
for y, z in any smaller ball, the norm of the difference f y - f z - p 1 (fun _ ↦ y - z) is
bounded above by C * (max ‖y - x‖ ‖z - x‖) * ‖y - z‖. This lemma formulates this property
using IsBigO and Filter.principal on E × E.
- Defined in
- Mathlib.Analysis.Analytic.Basic
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 175 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites95
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
- Setstatement and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- TopologicalSpaceproof · cited by 24,529
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- AddCommMonoidproof · cited by 12,281
- ENNRealstatement and proof · cited by 9,879
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- Norm.normstatement and proof · cited by 5,413
- Finset.sumproof · cited by 5,195
- NNRealproof · cited by 4,310
Cited by3
Results whose statement or proof uses this declaration.
- HasFPowerSeriesWithinAt.isBigO_image_sub_norm_mul_norm_subproof · cited by 2
- HasFPowerSeriesWithinOnBall.image_sub_sub_deriv_leproof · cited by 1
- HasFPowerSeriesOnBall.isBigO_image_sub_image_sub_deriv_principalproof · cited by 0