3

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:

enter image description here

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.

pnn001
  • 31
  • The $x_i^$ in your first sum are not the same as the $x_i^$ in your second sum, so you cannot "factor" out the $f(x_i^*)$ to make a single summation. – Matthew Conroy Jun 10 '17 at 18:39
  • 1
    That's exactly the part of the proof I thought might be invalid. It makes sense now that I think about it: all $x_i^*$ must be within some interval for a definite integral. – pnn001 Jun 10 '17 at 18:48
  • 1
    Your question is answered here – Who am I Sep 03 '19 at 05:39
  • It should be straightforward if c is right on the boundary of one of the endpoints. But then you can make the spacings as tight as you like – Mark Sep 03 '19 at 16:09
  • The "equal width" codicil in Stewart's definition makes this a lot harder. I'm not sure there's a way to do it that doesn't first involve proving that Stewart's definition is equivalent to the standard definition (at which point one of the other linked proofs becomes applicable). – Micah Sep 05 '19 at 13:38
  • You can take the b-c/n and c-a/n out of the summation and then simply add both to get the conclusion – user600016 Sep 08 '19 at 15:32
  • spivak's calculus has a proof of this. Chapter 13, theorem 4. but spivak uses the definition of integral with suprema and infima, also known as the darboux integral – Donlans Donlans Sep 10 '19 at 02:27

3 Answers3

1

Each integral is the difference of two primitives: $$\int^c_a f(x) dx = F(c) - F(a)$$. Therefore, the LHS becomes $F(c) - F(a) + F(b) - F(c) = F(b) - F(a)$, which is the RHS.

TeXCub
  • 419
  • 4
    You cannot use the fundamental theorem of calculus to prove the fundamental theorem of calculus. – Matthew Conroy Jun 10 '17 at 18:52
  • Is there a way to prove this property of integrals using limits? This appears to use the fundamental theorem of calculus. – pnn001 Jun 10 '17 at 18:55
  • Perhaps one can start from two integrals with the same lower limit but different upper limits (partial overlap). The same partition of subdivisions ${x^_I}$ on $x$ in the OP can then be used, splitting the sum into two parts for the integral with the larger upper limit, one part having zero coefficients $f(x^_i)$. This should alleviate the problem raised by @Matthew. This would then lead to the expression above. NB: I just went by the title of the post and "I am seeking..."; hadn't paid enough attention to the OP statement on fundamental theorem :-/ – TeXCub Jun 10 '17 at 19:43
  • I found a proof for this integral property on proofwiki.org

    https://proofwiki.org/wiki/Sum_of_Integrals_on_Adjacent_Intervals_for_Integrable_Functions

    – pnn001 Jun 10 '17 at 21:13
  • I believe what @MatthewConroy means is that to prove the FTC, we must use this result. So, we cannot prove this result using the FTC. –  Sep 07 '19 at 03:47
0

Given $\epsilon >0$, let $N$ be sufficiently large that all three of

$|\int_a^b f(x) dx - \sum_{i=0}^n f(x_i^*) (\frac{b-a}{n})|,$

$|\int_a^c f(x) dx - \sum_{i=0}^n f(x_i^*) (\frac{c-a}{n})|,$

$|\int_b^c f(x) dx - \sum_{i=0}^n f(x_i^*) (\frac{b-c}{n})|$

are less than $\epsilon$ for all $n>N$ and all choices of the $x_i^*$.

Now consider any $n$ which is greater than both $\frac{b-a}{c-a}N$ and $\frac{b-a}{b-c}N$. Let $k$ be the integer part of $\frac{c-a}{b-a}n$, then $k\ge N$.

Consider a division of $[a,b]$ into $n$ subintervals and a division of $[a,c]$ into $k$ subintervals. For $i\le k$, the two $i$th subintervals of each are $[a+(i-1)\frac{b-a}{n},a+i\frac{b-a}{n}]$ and $[a+(i-1)\frac{c-a}{k},a+i\frac{c-a}{k}]$.

By definition, $k+1>\frac{(c-a)n}{b-a}\ge k$ and so $1\ge \frac{(b-a)k}{(c-a)n}>\frac{k}{k+1}>\frac{k-1}{k}\ge \frac{i-1}{i}.$

Therefore $a+i\frac{b-a}{n}>a+(i-1)\frac{c-a}{k}\ge a+(i-1)\frac{b-a}{n}$ and so the two $i$th subintervals have a non-zero intersection. Choose $x_i^*$ to be in this intersection.

Define the remaining $n-k$ $x_i^*$s in an analogous manner on $[c,b]$, with $y_i^*=x_{i+k+1}^*.$

Then $\sum_{i=0}^n f(x_i^*) (\frac{b-a}{n})=\sum_{i=0}^k f(x_i^*) (\frac{b-a}{n})+\sum_{i=k+1}^n f(x_i^*) (\frac{b-a}{n})$

$$=\frac{k(b-a)}{n(c-a)}\sum_{i=0}^k f(x_i^*) (\frac{c-a}{k})+\frac{(n-k)(b-a)}{n(b-c)}\sum_{i=0}^{n-k-1} f(y_i^*) (\frac{b-c}{n-k}).$$

Note that $\frac{k(b-a)}{n(c-a)}$ lies between $1$ and $\frac {k}{k+1}$ and therefore tends to $1$ as $n$ tends to infinity. Similarly for $\frac{(n-k)(b-a)}{n(b-c)}$.

Thus we can prove that $|\int_a^c f(x) dx + \int_c^b f(x) dx - \int_a^b f(x) dx|$ is smaller than any given positive number and is therefore zero.

  • 1
    The two $i$th subintervals of each have a non-zero intersection. Why is this true? –  Sep 07 '19 at 02:56
  • For example, in your division of $[a,b]$ into $n$ subintervals, the last or rightmost subinterval may not intersect with $[a,c]$ at all. –  Sep 07 '19 at 05:38
  • 1
    I have now given an algebraic proof that the necessary intersection always occurs. –  Sep 07 '19 at 05:47
0

Lemma

We use the following important equivalent form of integral:$$\int_a^bf(x)dx=\lim_{n\to \infty} \sum_{i=s_n}^{t_n}f(x_i)\Delta x$$where $\Delta x={k\over n}$ for some arbitrary $k>0$, $x_i=i\Delta x$ and $${s_n:\Bbb N\to \Bbb N\\t_n:\Bbb N\to \Bbb N\\\lim_{n\to \infty}{t_n\over n}={b\over k}\\\lim_{n\to \infty}{s_n\over n}={a\over k}}$$a proof can be found at the end of the answer.

Using the lemma, let $\Delta x={c-a\over n}$ and $x_i=i\Delta x$. Therefore by defining $N_a=\lfloor{a\over c-a}n\rfloor$ and $N_b=\lfloor{b\over c-a}n\rfloor$ we obtain$$\int_a^b f(x)dx=\lim_{n\to \infty}\sum_{i=N_a}^{N_b}f(x_i)\Delta x\\\int_b^c f(x)dx=\lim_{n\to \infty}\sum_{i=N_b+1}^{n}f(x_i)\Delta x$$which are true since $$\lim_{n\to\infty}{N_a\over n}={a\over c-a}\\\lim_{n\to\infty}{N_b\over n}={b\over c-a}$$Finally $$ \int_a^b f(x)dx+\int_b^c f(x)dx{=\lim_{n\to \infty}\sum_{i=N_a}^{N_b}f(x_i)\Delta x+\sum_{i=N_b+1}^{n}f(x_i)\Delta x\\=\lim_{n\to \infty}\sum_{i=N_a}^{n}f(x_i)\Delta x\\=\int_a^cf(x)dx}$$Hence the proof is complete $\blacksquare$

Proof of the lemma

Since it is clear that $$\int_a^bf(x)dx=\int_0^{b-a}f(x+a)dx$$(because of the invariance of area under shifting), we may without loss of generality assume that $a=0$. To complete the proof of the lemma we must show that $$\lim_{n\to \infty}\sum_{i=\lfloor{an\over k}\rfloor}^{s_n}f(x_i)\Delta x=0\\\lim_{n\to \infty}\sum_{i=t_n}^{\lfloor{bn\over k}\rfloor}f(x_i)\Delta x=0$$since the function $f(x)$ is bounded, we may write $$m<f(x)<M$$ for some $m,M\in\Bbb R$ therefore $$ -{k|m|\over n}\left|s_n-\lfloor{an\over k}\rfloor\right|< \sum_{i=\lfloor{an\over k}\rfloor}^{s_n}f(x_i)\Delta x< {k|M|\over n}\left|s_n-\lfloor{an\over k}\rfloor\right| $$ since both the limits tend to zero by our assumption, then $$\lim_{n\to \infty}\sum_{i=\lfloor{an\over k}\rfloor}^{s_n}f(x_i)\Delta x=0$$and similarly$$\lim_{n\to \infty}\sum_{i=t_n}^{\lfloor{bn\over k}\rfloor}f(x_i)\Delta x=0$$This completes the proof of the lemma $\blacksquare$

Mostafa Ayaz
  • 31,924