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 pair (P,T)(P,T) where:

  • P:a=x0<<xn=bP:a=x_0<\cdots<x_n=b is a partition, and
  • T=(t1,,tn)T=(t_1,\dots,t_n) is a choice of tags with ti[xi1,xi]for each i=1,,n.t_i\in[x_{i-1},x_i]\quad\text{for each }i=1,\dots,n.

Tagged partitions specify where a function is sampled to form Riemann sums. Different tagging conventions (e.g., left endpoints, right endpoints, midpoints) yield different approximations for finite partitions.

Examples:

  • Left-endpoint tags: ti=xi1t_i=x_{i-1} for all ii.
  • Right-endpoint tags: ti=xit_i=x_i for all ii.
  • Midpoint tags: ti=xi1+xi2t_i=\frac{x_{i-1}+x_i}{2}.