Theorems · Theorem · global analysis
taylor_isLittleO
∀ {E : Type u_2} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] {f : ℝ → E} {x₀ : ℝ} {n : ℕ} {s : Set ℝ},
Convex ℝ s →
x₀ ∈ s →
ContDiffOn ℝ (↑n) f s → (fun x => f x - taylorWithinEval f n s x₀ x) =o[nhdsWithin x₀ s] fun x => (x - x₀) ^ nTaylor's theorem using little-o notation.
- Defined in
- Mathlib.Analysis.Calculus.Taylor
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 199 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites46
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- Filterproof · cited by 8,121
- ENatstatement · cited by 4,985
- WithTopstatement · cited by 3,754
- add_zeroproof · cited by 2,707
- Nat.cast_oneproof · cited by 2,501
- MulZeroClass.mul_zeroproof · cited by 2,091
- nhdsWithinstatement and proof · cited by 1,912
- le_rflproof · cited by 1,558
Cited by2
Results whose statement or proof uses this declaration.
- taylor_tendstoproof · cited by 1
- taylor_isLittleO_univproof · cited by 1