Let f:[a,b]→R be bounded and let P:a=x0<⋯<xn=b be a partition. For each subinterval, define
mi:=inf{f(x):x∈[xi−1,xi]}.The lower sum of f with respect to P is
L(f,P):=i=1∑nmi(xi−xi−1).Lower sums approximate the integral from below. As the partition is refined, lower sums increase (or stay the same).
Examples:
- If f(x)=x on [0,1] and P:0<1/2<1, then m1=0, m2=1/2, so L(f,P)=0⋅21+21⋅21=41.
- If f(x)=c is constant, then L(f,P)=c(b−a) for every P.
- For f=1Q on [0,1], every subinterval has mi=0 and Mi=1, so L(f,P)=0 and U(f,P)=1 for all P.