I am seeking a proof that
$$\int_a^c f(x) dx + \int_c^b f(x) dx = \int_a^b f(x) dx$$
Please use Stewart's (Calculus: Early Transcendentals, 2016, 8e, p. 378) definition of the definite integral:
This is what I have:
Suppose
$$u=\int_a^c f(x) dx = \lim \limits_{n \to \infty} \sum_{i=0}^n f(x_i^*) (\frac{c-a}{n})$$
and
$$v=\int_c^b f(x) dx = \lim \limits_{n \to \infty} \sum_{i=0}^n f(x_i^*) (\frac{b-c}{n})$$
Then
$$u+v = \lim \limits_{n \to \infty} \sum_{i=0}^n f(x_i^*) (\frac{b-c}{n}) + \lim \limits_{n \to \infty} \sum_{i=0}^n f(x_i^*) (\frac{c-a}{n}) $$
$$=\lim \limits_{n \to \infty} \sum_{i=0}^n f(x_i^*) (\frac{b-c}{n} + \frac{c-a}{n})$$
$$=\lim \limits_{n \to \infty} \sum_{i=0}^n f(x_i^*) (\frac{b-a}{n})$$
$$=\int_a^b f(x) dx$$
Edit: As @Matthew Conroy pointed out, the $f(x_i^*)$ cannot be factored out in the sum because the values of $x_i^*$ are different for each definite integral. So, this proof is invalid.
