Let $\{f_n\}$ be uniformly bounded sequence of functions which are Riemann-integrable functions on $[a,b]$ and define for $a\leq x\leq b$. $$ F_n(x)= \int_a^x f_n(t)dt.$$
Show that there exists a subsequence $\{F_{n_{k}}\}$ which converges to uniformly on $[a,b]$.
Here actually the basic problem is to show that $\{F_{n}\}$ is equicontinuous right. So can anyone write explicitly the reason why it is equicontinuous?
We have the following estimate : without loss of generality, assume $x \le y$.
$$ \left| F_n(x) - F_n(y) \right| = \left| \int_x^y f_n(t) \, dt \right| \le \int_x^y |f_n(t)| \, dt \le M|y-x| $$ where $M$ is the uniform bound of the $f_n$'s. Therefore the sequence $F_n$ is equicontinuous ; the uniform boundedness is given by the bound $M(b-a)$. You can apply Arzelà-Ascoli.
Hope that helps,