Theorems · Theorem · numerical analysis
trapezoidal_integral_symm
∀ (f : ℝ → ℝ) {N : ℕ}, 0 < N → ∀ (a b : ℝ), trapezoidal_integral f N a b = -trapezoidal_integral f N b aJust like exact integration, the trapezoidal approximation retains the same magnitude but changes sign when the endpoints are swapped.
- Cited by
- 1 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.
Cites21
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.sumproof · cited by 5,195
- mul_oneproof · cited by 3,885
- one_mulproof · cited by 2,841
- Nat.cast_oneproof · cited by 2,501
- Finset.sum_congrproof · cited by 2,323
- add_commproof · cited by 1,535
- Finset.rangeproof · cited by 1,341
- one_ne_zeroproof · cited by 885
- ne_of_gtproof · cited by 637
- div_oneproof · cited by 629
- Nat.cast_addproof · cited by 586
Cited by1
Results whose statement or proof uses this declaration.
- trapezoidal_error_symmproof · cited by 1