Hello friends could you help me with the following statement please, it is still not clear to me how to use partitions and what is necessary to demonstrate the property of Riemann integrals:
Let be $P_{n}$ a partition of the rectangle $R=[0,1]\times[0,1]$ into $(2^{n})^{2}$ rectangles given by the lines $x_{i}=\frac{i}{2^{n}},y=\frac{j}{2^{n}}$ with $i,j=0,1,...,2^{n}$. Let $f:R \rightarrow \mathbb{R}$ be a bounded function. Show that $f$ is integrable if and only if $\lim L(f,P_{n})=\lim U(f,P_{n})$ as $n\rightarrow \infty$ why do these limits always exist?
As I mention above, I have tried to do it with higher and lower sums, it is clear to me that I must demonstrate and even drawing I see it clearly, but I do not know how to write it, I would greatly appreciate it. Regards.
Existence of these limits actually follows directly from $f$ being bounded on $R$.
Let's do from the $(\implies)$ way first:
Suppose $f$ is integrable, then
$$\underline I_R(f) = \overline I_R(f)$$ in other words
$$\sup_P L(f,P_n) = \inf_P U(f,P_n)$$
We know that if $P'$ is a refinement of $P$, then $L(f,P') \geq L(f,P)$ and $U(f,P') \leq L(f,P)$. Since $P_{n+1}$ is a refinement of $P_n$ for any $n\in\mathbb{R}$ while $n\to\infty$ we shall have that $$L(f,P_n) = \underline I_R(f) \quad \text{and}\quad U(f,P_n) = \overline I_R(f)$$ which is desired to be shown.
$(\impliedby)$ is actually analogous to this one. Since $f$ is bounded and two limits coincide, for every $\epsilon > 0$ there exists a partition $P$ of $R$ s.t.
$$U(f,P) - L(f,P) < \epsilon$$ it follows directly from there
$$\overline I_R(f) - \underline I_R(f) < \epsilon$$ since $\epsilon$ is arbitrary these two are actually equal and henceforth $f$ is integrable. Existence of necessary partitions are maybe a bit confusing but for any $P$ shown above there must be a $P_n$ containing maybe not every subdivision point but containing sufficiently small sub-intervals containing all these subdivision points.
$f$ is integrable $\iff$ For any $\epsilon > 0$ there exists a $\delta > 0$ s.t. when $\Vert P \Vert < \delta$
Since $\Vert P_n \Vert \to 0$ while $n\to \infty$
Thanks to RRL, I believe that I corrected all the mistakes it has contained.