Prove for bounded $f$, if $f:[a,r] \to \mathbb{R}$ is Riemann-Integrable for $r \in [a,b)$ then $f:[a.b] \to \mathbb{R}$ is Riemann-Integrable and $\displaystyle \lim_{r \to b, r < b} \int_a^r f= \int_a^bf$.
Alternative definition for Riemann-Integrable functions :: $f : [a,b] \to \mathbb{R}$ is Riemann-Integrable if $\forall \varepsilon > 0, \exists$ step functions $f_\varepsilon, g_\varepsilon$ such that $\lvert f- f_\varepsilon \rvert \le g_\varepsilon$ and $Ig_\varepsilon \le \varepsilon$ where $Ig_\varepsilon = \sum_{j = 0}^{N}g_\varepsilon(x)(\Delta x_{j+1} - \Delta x_j)$.
$f$ is bounded so $\displaystyle \exists M \in \mathbb{R}^+$ s.t. $|f(x)| \le M, \forall x \in [a,b] $ so we know $\displaystyle|\int_a^r f| \le \int_a^r|f| \le M(r-a) \le M(b-a) $. Now, for some index set $I$ where $r_0 \le r_1 \le \ldots\le r $ we have $\displaystyle \int_a^rf = \sum_{i \in I}\int_{a}^{r_{i}}f$
Do I need to show $f$ is Riemann-Integrable over $[a,b]$ before I can solve the limit? It seems like it but seems like the other way would give it to me.
EDIT:
Since $f(x) \le M, \forall x \in [a,b]$ and we have there exists $r \in [a,b]$ such that $b - \frac{1}{n+1} < r < b$ we have $\displaystyle \int_a^{b-\frac{1}{n+1}}|f| \le \int_a^r|f| \le M(b-a)$ Does this give me that $f$ is Riemann-Integrable over $[a,b]$?