If we check a function $f:[a,b] \to \mathbb{R}$ for Riemann-integrability we usally take a closer look at the upper and lower Riemann-sums and try to figure out if they converge (in terms of refinements).
I will use the following example to explain my problem:
Let be $f:[a,b] \to \mathbb{R}$, where $f(x)=x$. If we show that $f$ is Riemann-integrable I would proceed as follows:
Let be $P_n=(a, t_1, t_2, ...,t_{n-1}, b)$ a partition of $[a, b]$ where $t_i=a+\frac{b-a}{n}i$ and $i \in \{0, 1, ..., n\}$. We define $m_i:= inf\{f(x),~x \in [t_i, t_{i+1}]\}$ and $M_i:= sup\{f(x),~x \in [t_i, t_{i+1}]\}$. Hence, for this particular partition the Riemann-sums are:
$L(f(x),P_n)= \sum^n_i m_i (t_{i+1}-t_i)$ and $U(f(x),P_n)= \sum^n_i M_i (t_{i+1}-t_i)$.
We want to show that there exists a refinement $P^*$ of $P_n$ such that $U(f(x),P^*) - L(f(x),P^*)=0$. Now we take the difference $U(f(x),P_n)-L(f(x),P_n)$ and after some algebraic manipulations we get: $(b-a)\frac{b-a}{n}$. If $n \to \infty$, which is something like refining the partition, we see that the difference converges to $0$. This means that there exists such a $P^*$. Further, we know from lecture that for all other partitions $P'$ (in particular ones that are not constructed in the way I did) which are finer than $P^*$ we also have $U(f(x),P') - L(f(x),P')=0$.
At this step I am a little bit confused. The Riemann-sums look like function series. So I am wondering if it is legit to argue with convergence criteria of function series when it comes to convergence of Riemann-sums?
How can I explain the connection, if there is any, between Riemann-sums and "ordinary" function series?
Please let me know if this question is too vague, otherwise I would appreciate any comments or explanations to clarify my thoughts on that.