Theorems · Theorem · several complex variables
HasFPowerSeriesWithinAt.isBigO_image_sub_norm_mul_norm_sub
∀ {𝕜 : 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},
HasFPowerSeriesWithinAt f p s x →
(fun y => f y.1 - f y.2 - (p 1) fun x => y.1 - y.2) =O[nhdsWithin (x, x) (insert x s ×ˢ insert x s)] fun y =>
‖y - (x, x)‖ * ‖y.1 - y.2‖If f has formal power series ∑ n, pₙ at x within a set s, then
f y - f z - p 1 (fun _ ↦ y - z) = O(‖(y, z) - (x, x)‖ * ‖y - z‖) as (y, z) → (x, x)
within s × s.
- Defined in
- Mathlib.Analysis.Analytic.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 176 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites27
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- Setstatement and proof · cited by 53,352
- Realstatement · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- ENNRealproof · cited by 9,879
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- Norm.normstatement · cited by 5,413
- NNRealproof · cited by 4,310
- nhdsWithinstatement and proof · cited by 1,912
- SProd.sprodstatement and proof · cited by 1,750
- ENNReal.ofNNRealproof · cited by 1,279
Cited by2
Results whose statement or proof uses this declaration.
- HasFPowerSeriesWithinAt.hasStrictFDerivWithinAtproof · cited by 2
- HasFPowerSeriesAt.isBigO_image_sub_norm_mul_norm_subproof · cited by 0