Suppose $f:[a, b] \rightarrow \mathbf{R}$ is a bounded function. For $n \in \mathbf{Z}^{+}$, let $P_{n}$ denote the partition that divides $[a, b]$ into $2^{n}$ intervals of equal size. Prove that $L(f,[a, b])=\lim _{n \rightarrow \infty} L\left(f, P_{n},[a, b]\right)$ and $U(f,[a, b])=\lim _{n \rightarrow \infty} U\left(f, P_{n},[a, b]\right)$
I am trying to prove the first part. The sequence $x_n= L\left(f, P_{n},[a, b]\right)$ is non-decreasing and is bounded above. I can use the Weierstrass theorem to show that it converges to some point $c$. However, I can't find a way to prove that $c=L(f,[a, b])$.
Here, $L(f,[a, b])$ and $U(f,[a, b])$ are the lower and upper Riemann integrals, respectively.