For any partition $P = \{x_0, x_1, \dots, x_n\}$ of $[a, b]$, we define the upper sum $U(P, f)$ and the lower sum $L(P, f)$ as follows:
$$
U(P, f) = \sum_{i=1}^n M_i (x_i - x_{i-1})
$$
$$
L(P, f) = \sum_{i=1}^n m_i (x_i - x_{i-1})
$$
where $M_i = \sup\{f(x) :
Show more…