Tagged partition

A partition together with a chosen sample point in each subinterval.
Tagged partition

A tagged partition of [a,b][a,b] is a P={x0,,xn}P=\{x_0,\dots,x_n\} together with a choice of points (tags) ti[xi1,xi]t_i\in[x_{i-1},x_i] for each i=1,,ni=1,\dots,n. It is often denoted (P,{ti}i=1n)(P,\{t_i\}_{i=1}^n).

Tagged partitions are the input data for a and, more generally, for a .

Examples:

  • (Midpoint tags) For each ii, take ti=12(xi1+xi)t_i=\tfrac12(x_{i-1}+x_i).
  • (Right-endpoint tags) For each ii, take ti=xit_i=x_i.