For a partition \( P_n = \{ x_0, x_1, \ldots, x_m \} \) of the interval \([a, b]\), the upper sum \( U(P_n, f) \) is defined as:
\[
U(P_n, f) = \sum_{i=0}^{m-1} M_i \Delta x_i
\]
where \( M_i = \sup \{ f(x) : x \in [x_i, x_{i+1}] \} \) and \( \Delta x_i = x_{i+1}
Show more…