Partition of an interval

A finite increasing sequence of points that subdivides a closed interval.
Partition of an interval

A partition of an interval [a,b][a,b] is a finite sequence of real numbers

P={x0,x1,,xn}witha=x0<x1<<xn=b. P=\{x_0,x_1,\dots,x_n\}\quad\text{with}\quad a=x_0<x_1<\cdots<x_n=b.

The associated subintervals are [xi1,xi][x_{i-1},x_i] for i=1,,ni=1,\dots,n.

Partitions of the [a,b][a,b] are used to build and the / that define the .

Examples:

  • The uniform partition of [0,1][0,1] into nn pieces is P={0,1n,2n,,1}P=\{0,\tfrac1n,\tfrac2n,\dots,1\}.
  • A non-uniform partition of [0,3][0,3] is P={0,12,1,3}P=\{0,\tfrac12,1,3\}.