While we were introduced to integration, we were told about some basic concepts that, as we were told, could not be proved based on our level of sophistication. They are as follows:
- $$\int_a^b \! f(x) \, \mathrm{d}x=\phi(b)-\phi(a),$$ where $\phi$ is a primitive of $f$ in $[a,b]$
- $$\int_b^a \! f(x) \, \mathrm{d}x=-\int_a^b \! f(x) \, \mathrm{d}x$$
When I learned Riemann Integral, I thought I would be able to prove them, as they didn't seem to be too out-of-the-earth type. So, my question is what is the concept of a primitive according to Riemann Integration? And how can it be used to prove $(1)$? If there isn't any, then where should I look?
Also, how can I even conceptualise $(2)$? I mean, Riemann Integration is defined using Sums. How can I Sum in the opposite way? Does it even matter? And how does it become negative?
I'm just a curious high school student, familiar with the basic concepts of Riemann Integration. So, spare me if my questions are too dumb. And it'd be great if you can suggest some study material where I should look for these type of concepts. Thank you in advance.
The first question is the fundamental theorem of calculus: it says that if there is a differentiable function $F$ with $\frac{dF}{dx} = f$, and $f$ is Riemann integrable on $[a,b]$, then $\int_{a}^b f(x) dx = F(b) - F(a)$. This can be proved from the definitions relatively easily, but not obviously. It will be covered in any book on elementary real analysis, a good book on calculus, or Wikipedia (NB: When I was a curious high school student, Wikipedia was a godsend for explaining things that didn't make sense or weren't explained in calc class!)
The second statement should be considered a definition. For $a < b$, we define the integral $\int_{a}^{b} f(x) dx$ to be the integral of $f$ with respect to the interval $[a,b]$ (note that the definition of the integral only really depends on the interval!). Then, for any $a,b,c$ with $a < b < c$, we have $\int_a^b f(x) dx + \int_b^c f(x) dx = \int_a^c f(x) dx$ (which is easy to see from the definitions). Now, we want to assign meaning to the symbol $\int_b^a f(x) dx$ with $a \leq b$. We can do this in a unique way such that the addition formula above holds for any $a,b,c$. First, plugging in $b = c$, the formula reads $\int_a^b f(x) dx + \int_b^b f(x) dx = \int_a^b f(x) dx$, so $\int_b^b f(x) dx = 0$. Then, if $a < b$, we can plug in $c = a$ to get $\int_a^b f(x) dx + \int_b^a f(x) dx = \int_a^a f(x) dx = 0$, so $\int_b^a f(x) dx = - \int_a^b f(x) dx$.