Theorems · Theorem · numerical analysis
trapezoidal_error_le
∀ {f : ℝ → ℝ} {a b : ℝ},
DifferentiableOn ℝ f (Set.uIcc a b) →
DifferentiableOn ℝ (derivWithin f (Set.uIcc a b)) (Set.uIcc a b) →
∀ {ζ : ℝ},
(∀ (x : ℝ), |iteratedDerivWithin 2 f (Set.uIcc a b) x| ≤ ζ) →
∀ {N : ℕ}, 0 < N → |trapezoidal_error f N a b| ≤ |b - a| ^ 3 * ζ / (12 * ↑N ^ 2)The standard error bound for trapezoidal integration on the general interval [[a, b]].
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 269 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites24
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setproof · cited by 53,352
- Realstatement and proof · cited by 25,697
- absstatement and proof · cited by 1,814
- MulZeroClass.zero_mulproof · cited by 1,625
- sub_selfproof · cited by 996
- DifferentiableOnstatement and proof · cited by 419
- Set.uIccstatement and proof · cited by 393
- zero_powproof · cited by 361
- neg_subproof · cited by 272
- derivWithinstatement and proof · cited by 258
- zero_divproof · cited by 222
- lt_trichotomyproof · cited by 178
Cited by1
Results whose statement or proof uses this declaration.
- trapezoidal_error_le_of_c2proof · cited by 0