I am trying to prove the following: (I only know about Riemann Integrals)
Let $f$ be a bounded function on an interval [a, b] and assume that $P_n$ is a sequence of partitions of [a, b] such that $\lim\limits_{n\to\infty} L(f, P_n) = \lim\limits_{n\to\infty} U(f, P_n) = s.$
Then, $f$ is integrable and $\int_a^bf dx = s.$
Proof:
We know that if $f$ is bounded on $[a,b]$, then $f$ is integrable on [a,b] if and only if for every $\varepsilon \gt0$ there is a partition $P$ of $[a,b]$ such that $U(f,P)−L(f,P)\lt\varepsilon.$
From our assumption, we know that there exists a partition $P_n$ s.t. $U(f,P_n)−L(f,P_n)=s-s=0\lt\varepsilon$ when $n\to\infty$
Therefore, $f$ is integrable.
Since $f$ is integrable, $L(f,P)=U(f,P)= \int_a^bf dx$,
$\int_a^bf dx=s$
Question (Comment):
I feel like what I have is very "weak" and unclear. I'm also unsure whether or not the last part even makes sense. Thank you.
Notation: U(f,P) indicates the Riemann Upper Sum and L(f,P), the lower sum.