Theorems · Theorem · numerical analysis
sum_trapezoidal_integral_adjacent_intervals
∀ {f : ℝ → ℝ} {N : ℕ} {a h : ℝ},
0 < N →
∑ i ∈ Finset.range N, trapezoidal_integral f 1 (a + ↑i * h) (a + (↑i + 1) * h) =
trapezoidal_integral f N a (a + ↑N * h)A basic trapezoidal equivalent to IntervalIntegral.sum_integral_adjacent_intervals. More
general theorems are certainly possible, but many of them can be derived from repeated applications
of this one.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 110 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites25
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
- Finset.sumstatement and proof · cited by 5,195
- mul_oneproof · cited by 3,885
- one_mulproof · cited by 2,841
- add_zeroproof · cited by 2,707
- Nat.cast_oneproof · cited by 2,501
- Finset.sum_congrproof · cited by 2,323
- add_commproof · cited by 1,535
- Finset.rangestatement and proof · cited by 1,341
- pow_oneproof · cited by 894
- one_ne_zeroproof · cited by 885
- ne_of_gtproof · cited by 637
Cited by2
Results whose statement or proof uses this declaration.
- trapezoidal_integral_extproof · cited by 0
- sum_trapezoidal_error_adjacent_intervalsproof · cited by 0