Lower sum

A Riemann lower sum built from infima on each subinterval.
Lower sum

A lower sum of a bounded function f:[a,b]Rf:[a,b]\to\mathbb R with respect to a P={x0,,xn}P=\{x_0,\dots,x_n\} is the number

L(f,P)=i=1nmi(xixi1), L(f,P)=\sum_{i=1}^n m_i\,(x_i-x_{i-1}),

where mi=inf{f(x):x[xi1,xi]}m_i=\inf\{f(x):x\in[x_{i-1},x_i]\} is the of ff on the iith subinterval.

Lower sums are paired with to define via the gap U(f,P)L(f,P)U(f,P)-L(f,P).

Examples:

  • For f(x)=xf(x)=x on [0,1][0,1] and P={0,12,1}P=\{0,\tfrac12,1\}, one gets L(f,P)=012+1212=14L(f,P)=0\cdot\tfrac12+\tfrac12\cdot\tfrac12=\tfrac14.
  • If f(x)=cf(x)=c is constant on [a,b][a,b], then L(f,P)=c(ba)L(f,P)=c(b-a) for every partition PP.