Let $a < b$. Suppose that the function $f: [a,b] \to \mathbb{R}$ is bounded and Riemann integrable on $[c,b]$ for every $a < c < b$. Prove that $f$ is Riemann integrable on $[a,b]$ and that
$$\int_{a}^{b} f(x) dx = \lim_{c \to a} \int_{c}^{b} f(x) dx$$
I can see that it is true, but I honestly have no idea how to prove that.
My thought would be to show that the upper and lower sums are equal: $$U(f) = L(f) = \int_{a}^{b} f(x) dx$$ In terms of epsilon-delta, I would want to show that $U(f,P) - L(f,P) \leq \epsilon$ for any $\epsilon > 0$.
Once you establish that $f$ is Riemann integrable on $[a,b]$ (for example as shown by Xander Henderson) there are several ways to proceed in showing that
$$\int_a^b f(x) \, dx = \lim_{c \to a+} \int_c^b f(x) \, dx$$
(1) Use the fact that if $f$ is Riemann integrable on $[a,b]$, then it is integrable on any subinterval and
$$\left|\int_a^b f(x) \, dx - \int_c^b f(x) \, dx \right| = \left|\int_a^c f(x) \, dx \right| \leqslant \int_a^c|f(x)| \, dx \\\leqslant \sup_{x \in [a,b]}|f(x)|\cdot (c-a) \underset{c \to a+}\longrightarrow 0$$
This argument obviously invokes several basic properties of the Riemann integral without proof.
For more of a "first principles" proof ...
(2) There exists a partition $P: a = x_0< x_1=c< \ldots < x_n =b$ such that for any Riemann sum $S(P,f) = \sum_{j=1}^n f(\xi_j)(x_j - x_{j-1})$, we have
$$\left|\int_a^bf(x) \, dx-S(P,f)\right|= \left|\int_a^bf(x) \, dx-\sum_{j=1}^n f(\xi_j)(x_j - x_{j-1})\right|< \frac{\epsilon}{3},$$
and by refining the partition if necessary we can assume that with $M = \sup_{x \in [a,b]}|f(x)|$,
$$c-a = x_1-a < \frac{\epsilon}{3M}, \\ \left|\int_c^bf(x) \, dx-S(P',f)\right|=\left|\int_c^bf(x) \, dx-\sum_{j=2}^n f(\xi_j)(x_j - x_{j-1})\right|< \frac{\epsilon}{3}$$
Thus, for every $a< c < a+\frac{\epsilon}{3M}$,
$$ \left|\int_a^bf(x) \, dx-\int_c^bf(x) \, dx \right|\\ \leqslant \left|\int_a^bf(x) \, dx-S(P,f)\right|+ |S(P,f) - S(P',f)|+\left|\int_c^bf(x) \, dx-S(P',f)\right|\\ \leqslant \frac{2\epsilon}{3} + |f(\xi_1)|(x_1-a)\leqslant \frac{2\epsilon}{3} + M(x_1-a)< \epsilon,$$
and, therefore,
$$\lim_{c \to a+} \int_c^b f(x) \, dx = \int_a^b f(x) \, dx$$