I'd like someone to check my proof. The outline is that I'm trying to construct a partition $P$ of $[a,b]$ such that $U(P)-L(P)\le \epsilon$.
Let $\epsilon ' = \frac{\epsilon}{b-a}$
First, we construct a partition $P'$ in the following manner:
- Pick $a$ as the first element of $P'$.
- Compute $\delta$ such that for all $x\in[a,b]$ where $|a-x|<\delta$ it is true that $|f(x)-f(a)|<\epsilon'$. (We can do that because $f$ is continuous)
- Now, the next element of the partition $P'$ is $a+\delta$.
- Repeat the above procedure to compute the rest of the partition $P'$.
Now, it must be that $$U(P')-L(P') \le \epsilon' \delta_{max} N$$ where $N$ is the number of points in $P'$.
We can see that, $$N \le \frac{(b-a)}{\delta_{min}}.$$ So,
$$U(P')-L(P') \le \frac{\epsilon' \delta_{max} (b-a)}{\delta_{min}}.$$
Or
$$U(P')-L(P') \le \frac{\epsilon \delta_{max}}{\delta_{min}}.$$
So now we construct $P$ by breaking up $[a,b]$ into intervals of size $\delta_{min}$.
Is this correct and if not, where am I mistaken? One concern I have is that maybe the partition $P'$ can't be constructed in this manner without ending up with an infinite partition.