Theorems · Theorem · real analysis
sub_isBigO_norm_rpow_add_one_of_fderiv
∀ {E : Type u_1} {F : Type u_2} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] [inst_2 : NormedAddCommGroup F]
[inst_3 : NormedSpace ℝ F] {f : E → F} {a : E} {r : ℝ},
0 ≤ r →
(∀ᶠ (x : E) in nhds a, DifferentiableAt ℝ f x) →
(fderiv ℝ f =O[nhds a] fun x => ‖x - a‖ ^ r) → (fun x => f x - f a) =O[nhds a] fun x => ‖x - a‖ ^ (r + 1)Let f : E → F be a function differentiable in a neighborhood of a.
If $Df(x) = O(‖x - a‖ ^ r)$ as x → a, where r ≥ 0,
then $f(x) - f(a) = O(‖x - a‖ ^ {r + 1})$ as x → a.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 198 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites39
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- RingHom.idstatement · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- nhdsstatement and proof · cited by 5,554
- Norm.normstatement and proof · cited by 5,413
- ContinuousLinearMapstatement · cited by 5,352
- Filter.Eventuallystatement and proof · cited by 3,134
- Nat.cast_oneproof · cited by 2,501
- le_reflproof · cited by 2,061
- mul_assocproof · cited by 1,667
- le_of_ltproof · cited by 1,175
Cited by1
Results whose statement or proof uses this declaration.
- isBigO_norm_rpow_add_one_of_fderiv_of_apply_eq_zeroproof · cited by 0