I would like to show the the space of Riemann integrable functions is complete under the uniform metric.
We recall that the uniform metric is: $\rho(f,g) = \sup_{x \in [a,b]}|f-g|$;
and for a metric space to be complete, cauchy sequences must converge.
Take $\{f_n\} \rightarrow f$ Cauchy in uniform metric, we want to show this has a limit.
$\forall \epsilon \geq 0, \exists N\ \forall n,m \geq N,\ \sup_{x \in [a,b]}|f_n - f_m| < \epsilon$
For each $x$; $\{f_n\}$ has some limit $y$, we set $f(x) = y$
WTS: $\sup_{x \in [a,b]}|f_n - f| \rightarrow_{n \rightarrow \infty} 0$
For any $x$
Take $m > N s.t. |f(x) - f_m(x)|$, then for all $n \geq N: |f_n(x) - f(x)| \leq |f_n(x) - f_m(x)| + |f_m(x) - f(x)| < 2\epsilon$, therefore: $\forall n \geq N \sup_{x \in [a,b]}|f_n - f| <2\epsilon$, so $f_n$ converges to f uniformly.
WTS $f$ is Riemann integrable, fix some $\epsilon > 0$ and let $I(f,P,X)$ where P is partition, and X an evaluation sequence. WTS: $|U(f,P) - U(f_n,P)| < \epsilon < (b-a)2\epsilon$ when $n \geq N$.
$P = \{x_0 < x_1 < \cdots < x_n \}$
$M_i = \sup_{x \in [x_{i-1}, x_i]}f(x)$ , $U(f,P) = \sum_{i = 1}^k M_i(x_{i-1}-x_i)$ and $M_i^n = \sup_{x \in [x_{i-1}, x_i]}f_n(x)$ , $U(f_n,P) = \sum_{i = 1}^k M_i^n(x_{i-1}-x_i)$
$|U(f,P) - U(f_n,P)| \leq \max_i(M_i - M^n_i)(b-a)$
I do not see how to proceed from here, or am I even on the right track? I have the impression i need to use that for $\operatorname{mesh}(P) < \delta, |U(f,P) - L(f,P)| < \epsilon$. Any hints?