Problem: Suppose $f,g$ are Riemann integrable functions, show that $f+g$ and $fg$ are also Riemann integrable.
I know there is really easy to do this with measure theory, but I want to see if this method works as well. I will write an answer for $f+g$ using measures.
Write up 1: Denote $D_f, D_g$ to be the set of all discontinuities of $f$ and $g$. $f+g$ can only be integrable if and only if $D_f \cap D_g$ has measure zero, but without any loss of generality, we also have $D_f \cap D_g \subset D_f$, the set on the left has measure zero. So $f+g$ is Riemann integrable.
Okay this one is the longer one.
Write up 2: As $f$ and $g$ are integrable, there are partitions $P_f$ and $P_g$ such that $$U(f,P_f) - L(f,P_f) < \epsilon/2,$$ $$U(g,P_g) - L(g,P_g) < \epsilon/2.$$ Now we begin the estimation starting with $$L(f,P)L(g,P) \leq L(fg,P),$$ and $$U(f,P)U(g,P) \geq U(fg, P).$$ Therefore if we let $P \supset P_f \cup P_g$ then we get,
\begin{align} U(fg,P) - L(fg,P) &\leq U(f,P)U(g,P) - L(f,P)U(g,P) + L(f,P)U(g,P) - L(f,P)L(g,P) \\ &=U(g,P)[U(f,P) - L(f,P)] + L(f,P)[U(g,P) - L(g,P)]\\ &\leq \epsilon/2[U(g,P) + L(f,P)]\\ &\leq \epsilon/2[ U(g,P) + \sup \{L(f,P) \}] \end{align}
I am stuck with the last step, I am not sure how to bound $U(g,P)$. May I get some pointers?
My futile idea is that I can do the following bound $U(g,P) < \epsilon/2 + L(g,P) < \epsilon/2 + \sup \{L(g,P) \}$
note: I know for $fg$, there is another short proof with $4fg = (f+g)^2 - (f - g)^2.$ I am not seeking that one either.
You are stuck with the last steps of
A key idea is that since both $f$ and $g$ are integrable, the Riemann partition sums $U(g$ and $L(f)$ exist and are finite (I suppress all partition notation - but they're always there). That is, there are some $I_f$ and $I_g$ such that $L(f) \leq I_f \leq U(f)$ and $L(g) \leq I_g \leq U(g)$ for all sufficiently fine partitions, and hence we know the values of $L(f), U(f), L(g), U(g)$ within $\epsilon$.
In particular, $\lvert U(g) \rvert \leq I_g + \epsilon$ and $\lvert L(f) \rvert \leq I_f$. So we finish with the triangle inequality:
$$\begin{align} \frac{\epsilon}{2} \lvert U(g) + L(f) \rvert &\leq \frac{\epsilon}{2} \lvert U(g) \rvert + \frac{\epsilon}{2} \lvert L(f) \rvert \\ &\leq \frac{\epsilon}{2} \lvert I_g + \epsilon \rvert + \frac{\epsilon}{2} \lvert I_f \rvert \\ &\leq K\epsilon \end{align}$$ for a particular but absolute (independent of the choice of partition) constant $K$, and thus is arbitrarily small, concluding the proof.