I'm trying to figure out the Darboux Integral definition as it states: $f$ is integrable if $inf${U($f$,$P$)} = $sup${L($f$,$P$)}, where U($f$,$P$) is the upper sum, L($f$,$P$) is the lower sum of $f$ and $P$ is a parition of $f$.
I'm not understanding what the $sup$/$inf$ of the sums mean. When calculating, they are a finite value (ie. L($f$,$P$) = $\sum_{i=1}^n m_i (x_i - x_{i-1})$)
Consider:
$$f(x) = 2x, x \in [0,1];~ P = \{0,\frac{1}{4},\frac{1}{2},1\}.$$
Since $P$ has 4 elements, n=3, thus 3 subintervals of $[0,1]$, can you definte these 3 subintervals however you want as long as they range [0,1]?
ie. $$[0,\tfrac{1}{4}] \,\cup\, [\tfrac{1}{4},\tfrac{1}{2}] \,\cup\,[\tfrac{1}{2},1] \text{ or } [0,\tfrac{1}{3}] \,\cup\, [\tfrac{1}{3},\tfrac{2}{3}] \,\cup\,[\tfrac{2}{3},1] $$
So to calculate $U(f,P)$ for the first set of subintervals:
$$U(f,P) = \sum_{i=1}^n M_i (x_i - x_{i-1})$$ $$ = f(\frac{1}{4})(\frac{1}{4} - 0)\;+ f(\frac{1}{2})(\frac{1}{2} - \frac{1}{4})\;+ f(1)(1 - \frac{1}{2})$$ $$ = \frac{1}{8} + \frac{1}{4} + 1= \frac{11}{8}$$
Calculate $L(f,P)$: $$L(f,P) = \sum_{i=1}^n m_i (x_i - x_{i-1})$$ $$ = f(0)(\frac{1}{4} - 0)\;+ f(\frac{1}{4})(\frac{1}{2} - \frac{1}{4})\;+ f(\frac{1}{2})(1 - \frac{1}{2})$$ $$ = 0 + \frac{1}{8} + \frac{1}{2}= \frac{5}{8}$$
First off, can someone confirm that my calculations for upper and lower sums are correct?
Secondly, back to the main question, what is the $inf${U($f$,$P$)} and $sup${L($f$,$P$)} in this? as my $U$($f$,$P$) = $\frac{11}{8}$ and $L$($f$,$P$) = $\frac{5}{8}$.
As I already know that $f$ is integrable, $U$($f$,$P$) = $L$($f$,$P$) only if $f$ is constant, but what is the set in which I'm supposed to take the $inf$ and $sup$ of? As per the Darboux Integral definition, $sup${$L(f,P)$} = $inf${$U(f,P)$} for this function. .
If someone could clear this up for me it would be greatly appreciated