Prove that if a function $f(x)$ is Uniformly Continuous on $[a, b]$ then it is Integrable on $[a, b]$.
As the function $f(x)$ is Uniformly continuous on $[a, b],$ so for a given $\epsilon$ there exists a $\delta_0$ such that for $|x-y|\leq \delta_0$ we have $$|f(x)-f(y)|<\frac{\epsilon}{b-a}.$$ Now choose a partition of the interval $[a, b]$ whose each sub interval has the width $\delta_0$ and hence number of sub intervals equals $n=\frac{b-a}{\delta_0}$ and hence we have $$U-L={\delta_0}\sum_{k=1}^{n}(f(M_k)-f(m_k)<\frac{b-a}{\delta_0}*\delta_0*\frac{\epsilon}{b-a}=\epsilon,$$ where $M_k, m_k$ denote the maximum and minimum values of $f(x)$ on the $k^{th}$ sub interval respectively.
Is my proof correct?
$\frac {b-a} {\delta_0}$ need not be an integer. Take any positive integer $n > \frac {b-a} {\delta_0}$ and divide the interval into $n$ equal parts. Then the length of each subinterval is less than $\delta_0$ so your inequalities are true. So $U-L <\epsilon$ for this and any finer partition which gives Riemann integrability.