A tagged partition of [a,b]: a partition together with a choice of a tag
ξ_k ∈ [x_{k-1}, x_k] in each subinterval.
- ordered : StrictMono self.points
Instances For
Q is a refinement of P if every point of P appears in Q, i.e. the
underlying point set of P is contained in that of Q.
Instances For
The Riemann sum S_f(x, ξ) = ∑_k f(ξ_k) (x_k - x_{k-1}) of a function f
with respect to a tagged partition T.
Instances For
theorem
Integration.riemannSum_eq_zero_of_n_eq_zero
{a b : ℝ}
(f : ℝ → ℝ)
(T : TaggedPartition a b)
(h : T.n = 0)
:
The Riemann sum over a trivial tagged partition (with n = 0 subintervals)
is 0, since it is an empty sum.