Prove sum of two Riemann integrable functions is Riemann integrable, using approach in Analysis I of Tao?

2.7k Views Asked by At

This is proposition a) in theorem 11.4.1 in Analysis I of Tao. I read through all the answers I can found in the website, but none helps to prove the proposition, because they take assumptions which are not established up to the section of the book. Can someone help? Here is the relevant definitions and propositions provided the book.

Definition 11.3.2 (Upper and lower Riemann integrals). Let f : I → R be a bounded function defined on a bounded interval I. We define the upper and lower Riemann integral by the formulas. (p.c. function means piecewise constant function)

URI(f) = inf{$p.c. \int_{I} g$: g is a p.c. function on I which majorize f }.

LRI(f)= sup{$p.c. \int_{I} h$: h is a p.c. function on I which minorize f }.

Definition 11.3.4 (Riemann integral). Let f : I → R be a bounded function on a bounded interval I. f is Riemann integrable if If the upper Riemann integral on I of f is equal to the lower.

Definition 11.3.9 (Riemann sums). Let f : I → R be a bounded function on a bounded interval I, and let P be a partition of I. Upper and Lower Riemann sums, $$U(f, P) = \sum_{J \in P; J \notin \emptyset}(sup_{x \in J} f(x)) |J|$$ $$L(f, P) = \sum_{J \in P; J \notin \emptyset}(inf_{x \in J} f(x)) |J|$$

Lemma 11.3.11. Let f : I → R be a bounded function on a bounded interval I, and let g be a function which majorizes f and which is piecewise constant with respect to some partition P of I. Similarly, if h is a function which minorizes f and is piecewise constant with respect to P, Then

$$p.c. \int_{I} g \ge U(f, P)$$ $$p.c. \int_{I} h \le L(f, P)$$

Proposition 11.3.12. Let f : I → R be a bounded function on a bounded interval I. Then,

URI(f) = inf{U(f,P): P is a partition of I}

LRI(f) = sup{L(f,P): P is a partition of I}


My attempts including,

  1. Using the inequalities inf(x + y) >= inf(x) + inf(y), and the like with sup to find the inequalities among U(f+g, P), U(f, P), and U(g, P), and the like with L.
  2. Assume ($\int f + \int g) \le LRI(f+g)$, and consider a p.c. function h, which minorize $(f+g)$ and whose Riemann integral is greater than $\int f + \int g$, and tried to look for a contradiction.
2

There are 2 best solutions below

0
On BEST ANSWER

Denote the upper and lower Riemann integrals of $f$ by $\overline \int_I f$ and $\underline \int_I f$ respectively.

We have that $U(f+g,P) \le U(f,P) + U(g,P)$ and $L(f,P)+L(g,P)\le L(f+g,P)$. Thus, $$ L(f,P)+L(g,P)\le L(f+g,P)\le U(f+g,P) \le U(f,P)+U(g,P). $$

Note that the right-hand inequality gives us that, for each partition $P$, $$ \overline \int_I (f+g) \le U(f,P) + U(g,P), $$ so that $$ \overline \int_I (f+g) \le \overline \int_I f + \overline \int_I g .$$ Similarly, $$ \underline\int_I f + \underline\int_I g \le \underline\int_I (f+g). $$

We know that $f$ and $g$ are Riemann-integrable, which means that their upper and lower Riemann integrals are the same. This allows us to conclude that $$ \int_I f + \int_I g = \overline\int_I (f+g) = \underline\int_I (f+g),$$ which is what we needed to show.

0
On

(Proof by Riemann Definition of Integral)

Choose an $\varepsilon>0$. Since $f,g\in \mathcal{R}[a,b]$, there exist $δ_1>0,δ_2>0$ such that for any tagged partitions $\dot{\mathcal{P}_1}$, $\dot{\mathcal{P}_2}$ of $[a,b]$ with $||\dot{\mathcal{P}_1}||<\delta_1$ and $||\dot{\mathcal{P}_2}||<\delta_2$ imply \begin{eqnarray} \left|S(f;\dot{\mathcal{P}_1})-\int_a^b f\right|<\varepsilon/2\\ \left|S(g;\dot{\mathcal{P}_2})-\int_a^b g\right|<\varepsilon/2, \end{eqnarray} respectively.

Let $δ=\min⁡\{δ_1,δ_2\}$. For any tagged partition $\dot{\mathcal{P}}$ of $[a,b]$ with $||\dot{\mathcal{P}}||<\delta$, we have

\begin{eqnarray} S(f+g;\dot{\mathcal{P}})=S(f;\dot{\mathcal{P}})+S(g;\dot{\mathcal{P}}). \end{eqnarray} Now, it follows from the triangle inequality that \begin{equation} \left|S(f+g;\dot{\mathcal{P}})-\int_a^b f-\int_a^b g\right| \leq \left|S(f;\dot{\mathcal{P}})-\int_a^b f\right|+\left|S(g;\dot{\mathcal{P}})-\int_a^b g\right|<\varepsilon. \end{equation} Since $\epsilon>0$ is arbitrary and Riemann integral, if it exists, is unique, we conclude that $f+g \in \mathcal{R}[a,b]$ with \begin{equation} \int_a^b (f+g)=\int_a^b f+\int_a^b g. \blacksquare \end{equation}