- #1
- 4,807
- 32
Homework Statement
I'm frying my brain on the proof of Darboux's thm. It says that if a subset A of R^n is bounded and f:A-->R is bounded as well, then f is integrable on A with integral I <==> for any e>0, the exists a d>0 such that for a partition P={S_1,...,S_K} of an n-rectangle S containing A, |P|<d ==>
[tex]\left|\sum_{i=1}^{K}f(x_i)v(S_i)-I\right|<\epsilon[/tex]
where x_i belongs to S_i, v(S_i) is the volume of S_i, and |P|<d means that each subrectangle in P has sides lesser than d.
The "<==" part is fairly easy.
For the "==>" part, the author begins by proving the following lemma:
Lemma:Let P be a partition of an n-rectangle B in R^n. Then, given e>0, there is a d>0 such that if P' is another partition of B with |P'|<d, then the sum of the volumes of the subrectangles not entirely contained in an element of P (i.e. overlapping two or more of them) is lesser than e.
To prove the "==>" part of Darboux, the authors begins by writing |f(x)|<M, since f is bounded. Then, observe that since I equals the upper an lower integrals, we have that given e>0, there are partitions P1 and P2 such that L(f,P1) > I - e/2 and U(f,P2) < I + e/2. For P the natural refinement of P1 and P2, we have both inequalities: L(f,P) > I - e/2 and U(f,P) < I + e/2.
Now, according to the above lemma, there exists a d>0 such that if P'={S'_1,...,S'_K} is a partition of S with |P'|<d and with {S'_1,...,S'_N} the elements of P' not entirely contained in an element of P, then
[tex]\sum_{i=1}^{N}v(S'_i)<\epsilon/2M[/tex]
If x_i belongs to S'_i, we have that
[tex]\sum_{i=1}^{K}f(x_i)v(S'_i)=\sum_{i=1}^{N}f(x_i)v(S'_i)+\sum_{i=N+1}^{K}f(x_i)v(S'_i)<M(\epsilon/2M)+U(f,P)=\epsilon/2+U(f,P)<I+\epsilon[/tex]
So far so good. But the authors then complete simply by saying, "similarily,
[tex]\sum_{i=1}^{K}f(x_i)v(S'_i)>L(f,P)-\epsilon/2>I-\epsilon[/tex]"
How is this inequality achieved? After separating the series into two parts like above, we can do the same trick with the first term, but not with the second. Namely, we have
[tex]\sum_{i=1}^{N}f(x_i)v(S'_i)>-M\sum_{i=1}^{N}v(S'_i)[/tex]
and
[tex]\sum_{i=1}^{N}v(S'_i)<\epsilon/2M \Rightarrow -M\sum_{i=1}^{N}v(S'_i)>-\epsilon/2[/tex]
hence
[tex]\sum_{i=1}^{N}f(x_i)v(S'_i)>-\epsilon/2[/tex]
But it is not clear to me if and why it would be the case that
[tex]\sum_{i=N+1}^{K}f(x_i)v(S'_i)>L(f,P)[/tex]
Last edited: