How Does the Linearity of Integration Work for Sum of Functions?

  • MHB
  • Thread starter evinda
  • Start date
  • Tags
    Relations
In summary: Yes, you are correct. The statement is true for every $\epsilon > 0$, but we only need to consider one specific $\epsilon$ for the proof.
  • #1
evinda
Gold Member
MHB
3,836
0
Hey! :)

Let $f,g: [a,b] \to \mathbb{R}$ integrable functions.Show that: $\int_{a}^{b}(f+g)=\int_{a}^{b}f+\int_{a}^{b}g$

We suppose the subdivision $P=\{a=t_0<t_1<...<t_n=b\}$ of $[a,b]$.

Let $t \in [t_k,t_{k+1}]$.

$$f(t) \leq sup f([t_k,t_{k+1}])$$
$$f(t) \geq inf f([t_k,t_{k+1}])$$
$$g(t) \leq sup g([t_k,t_{k+1}])$$
$$g(t) \geq inf g([t_k,t_{k+1}])$$

From these relations we get: $$u(f+g,P) \leq u(f,P)+u(g,P)$$
$$L(f+g,P) \geq L(f,P)+L(g,P)$$

where $L$ the lower sum and $U$ the upper sum.

As $f$ is integrable, $\forall \epsilon'>0 \exists P_1$ of $[a,b]$ such that $u(f,P_1)-L(f,P_1)<\epsilon'$.

As $g$ is integrable, $\forall \epsilon'>0 \exists P_2$ of $[a,b]$ such that $u(g,P_2)-L(g,P_2)<\epsilon'$.

We pick $P=P_1 \cup P_2$ and we get: $\int_{a}^{b}f+\int_{a}^{b}g< \epsilon + \underline{\int_{a}^{b}}(f+g)$
But why from this relation do we get: $\int_{a}^{b}f+\int_{a}^{b}g \leq \underline{\int_{a}^{b}}(f+g)$ ??

We also get: $\int_{a}^{b}f+\int_{a}^{b}g \geq \underline{\int_{a}^{b}}(f+g)- \epsilon$.And from this realtion,how do we get: $\int_{a}^{b}f+\int_{a}^{b}g \geq \underline{\int_{a}^{b}}(f+g)$ ? (Thinking)
 
Physics news on Phys.org
  • #2
evinda said:
As $f$ is integrable, $\forall \epsilon'>0 \exists P_1$ of $[a,b]$ such that $u(f,P_1)-L(f,P_1)<\epsilon'$.

As $g$ is integrable, $\forall \epsilon'>0 \exists P_2$ of $[a,b]$ such that $u(g,P_2)-L(g,P_2)<\epsilon'$.

We pick $P=P_1 \cup P_2$ and we get: $\int_{a}^{b}f+\int_{a}^{b}g< \epsilon + \underline{\int_{a}^{b}}(f+g)$
But why from this relation do we get: $\int_{a}^{b}f+\int_{a}^{b}g \leq \underline{\int_{a}^{b}}(f+g)$ ??
Because if $x,y\in\Bbb R$, then
\[
(\forall\epsilon>0\;x<y+\epsilon)\iff x\le y
\]
It's just a property of real numbers (of course, provable from axioms and the definitions of $<$ and $\le$).
 
  • #3
Let me expand a bit on Evgeny's answer:

The statement:

$(\forall \epsilon > 0: x < y + \epsilon) \iff x \leq y$

is "uinversally quantified" on the left, in other words it depends on it being true for EVERY such $\epsilon$.

The negation of such a statement is "existentially quantified" not a "universal negation".

In other words, the negation of:

$(\forall \epsilon > 0: x < y + \epsilon)$

is NOT:

$(\forall \epsilon > 0: x \geq y + \epsilon)$

but rather:

$(\exists \epsilon > 0: x \geq y + \epsilon)$

The reason I mention this, is that it is easier to prove the equivalence of the negation of Evgeny's statements rather than the originals, since we only have to deal with one particular $\epsilon$, the "counter-example" (this is called proof by contra-positives).

So we will show:

$(\exists \epsilon > 0: x \geq y + \epsilon) \iff x > y$

which is easier to do:

Suppose $x > y$: Then $x - y > 0$, and we can choose $\epsilon = x - y$, from which it is immediate that:

$x = x + (y - y) = (x + y) - y = (y + x) - y = y + (x - y) = y + \epsilon$.

Since $x \geq x$, we have the desired result.

On the other hand, suppose we just have some $\epsilon$ for which:

$x \geq y + \epsilon$.

Then:

$x \geq y + \epsilon > y$ (since $\epsilon > 0$).
 
  • #4
Deveno said:
the equivalence of the negation of Evgeny's statements rather than the originals, since we only have to deal with one particular $\epsilon$, the "counter-example" (this is called proof by contra-positives).

So we will show:

$(\exists \epsilon > 0: x \geq y + \epsilon) \iff x > y$

How can you prove that the negation of Evgeny's statement is:$(\exists \epsilon > 0: x \geq y + \epsilon) \iff x > y$
 
  • #5
This follows by purely logical reasoning using the facts that $(A\Leftrightarrow B)\iff (\neg A\Leftrightarrow\neg B)$, $(\neg x\le y)\iff x>y$ and $(\neg x< y)\iff x\ge y$.
 
  • #6
Evgeny.Makarov said:
This follows by purely logical reasoning using the facts that $(A\Leftrightarrow B)\iff (\neg A\Leftrightarrow\neg B)$, $(\neg x\le y)\iff x>y$ and $(\neg x< y)\iff x\ge y$.

Deveno claims that : ~(A<=>B) IT IS equivalent to ~A<=> ~B ,
Deveno said:
The reason I mention this, is that it is easier to prove the equivalence of the negation of Evgeny's statements rather than the originals,

So we will show:

$(\exists \epsilon > 0: x \geq y + \epsilon) \iff x > y$
 
  • #7
solakis said:
Deveno claims that : ~(A<=>B) IT IS equivalent to ~A<=> ~B ,
I don't think so.

My version:
Evgeny.Makarov said:
\[
(\forall\epsilon>0\;x<y+\epsilon)\iff x\le y
\]

Deveno's version:
Deveno said:
So we will show:

$(\exists \epsilon > 0: x \geq y + \epsilon) \iff x > y$

Here $A$ is $\forall\epsilon>0\;x<y+\epsilon$; $\neg A$ is $\exists \epsilon > 0\; x \geq y + \epsilon$; $B$ is $x\le y$; $\neg B$ is $x > y$. In these notations, my version is $A\Leftrightarrow B$ and Deveno's is $\neg A\Leftrightarrow\neg B$.
 
  • #8
Evgeny.Makarov said:
I don't think so.

My version:Deveno's version:Here $A$ is $\forall\epsilon>0\;x<y+\epsilon$; $\neg A$ is $\exists \epsilon > 0\; x \geq y + \epsilon$; $B$ is $x\le y$; $\neg B$ is $x > y$. In these notations, my version is $A\Leftrightarrow B$ and Deveno's is $\neg A\Leftrightarrow\neg B$.
By what law is the negation of:

$\forall\epsilon>0\;x<y+\epsilon$
$\exists \epsilon > 0\; x \geq y + \epsilon$;
 
  • #9
Deveno said:
Let me expand a bit on Evgeny's answer:

The statement:

$(\forall \epsilon > 0: x < y + \epsilon) \iff x \leq y$

is "uinversally quantified" on the left, in other words it depends on it being true for EVERY such $\epsilon$.

The negation of such a statement is "existentially quantified" not a "universal negation".

In other words, the negation of:

$(\forall \epsilon > 0: x < y + \epsilon)$

is NOT:

$(\forall \epsilon > 0: x \geq y + \epsilon)$

but rather:

$(\exists \epsilon > 0: x \geq y + \epsilon)$

The reason I mention this, is that it is easier to prove the equivalence of the negation of Evgeny's statements rather than the originals, since we only have to deal with one particular $\epsilon$, the "counter-example" (this is called proof by contra-positives).

So we will show:

$(\exists \epsilon > 0: x \geq y + \epsilon) \iff x > y$

which is easier to do:

Suppose $x > y$: Then $x - y > 0$, and we can choose $\epsilon = x - y$, from which it is immediate that:

$x = x + (y - y) = (x + y) - y = (y + x) - y = y + (x - y) = y + \epsilon$.

Since $x \geq x$, we have the desired result.

On the other hand, suppose we just have some $\epsilon$ for which:

$x \geq y + \epsilon$.

Then:

$x \geq y + \epsilon > y$ (since $\epsilon > 0$).

Don't we know that it is true for each $\epsilon$?
As we use the definition that $f$ and $g$ are integrable like that:
As $f$ is integrable, $\forall \epsilon'>0 \exists P_1$ of $[a,b]$ such that $u(f,P_1)-L(f,P_1)<\epsilon'$.

As $g$ is integrable, $\forall \epsilon'>0 \exists P_2$ of $[a,b]$ such that $u(g,P_2)-L(g,P_2)<\epsilon'$

and then we pick $\epsilon=\frac{\epsilon'}{2}$.Or am I wrong?? :confused:
 
  • #10
"Naive" explanation:

"Not true for all" means "at least one exception".
 
  • #11
solakis said:
By what law is the negation of:

$\forall\epsilon>0\;x<y+\epsilon$
$\exists \epsilon > 0\; x \geq y + \epsilon$;
Deveno is correct. For more details see Wikipedia.

evinda said:
Don't we know that it is true for each $\epsilon$?
Please don't overquote. It's hard to know what "it" means after a quote of a page of text ("it is true for each $\epsilon$").
 
  • #12
evinda said:
Don't we know that it is true for each $\epsilon$?
As we use the definition that $f$ and $g$ are integrable like that:
As $f$ is integrable, $\forall \epsilon'>0 \exists P_1$ of $[a,b]$ such that $u(f,P_1)-L(f,P_1)<\epsilon'$.

As $g$ is integrable, $\forall \epsilon'>0 \exists P_2$ of $[a,b]$ such that $u(g,P_2)-L(g,P_2)<\epsilon'$

and then we pick $\epsilon=\frac{\epsilon'}{2}$.Or am I wrong?? :confused:

Yes, the definition of "integrable" means the upper sums and lower sums can be made as close to each other as we like (this is what we MEAN by invoking "epsilon").

So if we want the upper and lower sums of the function $f+g$ to differ by less than epsilon, we can use the integrability of $f$ and $g$ to find two partitions of $[a,b]$ with each difference of lower and upper sums of $f$ and $g$ less than $\epsilon/2$.

We then REFINE those two partitions to a common partition (this is what taking the union does: chops up $[a,b]$ into more pieces, so that "clumps" of P can be formed to make the same pieces of $P_1$ and $P_2$ we used for our upper and lower sums originally). This refinement might make the lower sums "bigger", and the upper sums "smaller", so the difference between the two may decrease, but does not grow. This gives us:

$U(f+g,P) - L(f+g,P) \leq U(f,P) + U(g,P) - L(f,P) - L(g,P)$

$ = U(f,P) - L(f,P) + U(g,P) - L(g,P) \leq U(f,P_1) - L(f,P_1) + U(g,P_2) - L(g,P_2)$

$ < \dfrac{\epsilon}{2} + \dfrac{\epsilon}{2} = \epsilon$

Which simultaneously shows that:

\(\displaystyle \int_a^b f+g\) exists, and that:

\(\displaystyle \int_a^b f+g = \int_a^b f + \int_a^b g\).
 
  • #13
Evgeny.Makarov said:
Because if $x,y\in\Bbb R$, then
\[
(\forall\epsilon>0\;x<y+\epsilon)\iff x\le y
\]
It's just a property of real numbers (of course, provable from axioms and the definitions of $<$ and $\le$).

The formula:

\[
(\forall\epsilon>0\;x<y+\epsilon)\iff x\le y
\] does not mean anything.

It is not a wff.

Check your rules of wff ,and if you find a rule justifying your formula ,;let me know.

However the following formulas:

$\forall\epsilon (\epsilon>0\wedge x<y+\epsilon)\Longleftrightarrow x\leq y$

$\forall\epsilon (\epsilon>0\vee x<y+\epsilon)\Longleftrightarrow x\leq y$

$\forall\epsilon (\epsilon>0\Longrightarrow x<y+\epsilon)\Longleftrightarrow x\leq y$

Are open wff and can be negatedThe following is a closed wff.

$\forall x\forall y[\forall\epsilon (\epsilon>0\Longrightarrow x<y+\epsilon)\Longleftrightarrow x\leq y]$
Describing the theorem you had in mind

Deveno copied your formula .

And the funny thing is that you referred me to Wikipedia where none of the formulas there support your formula
 
Last edited:

Related to How Does the Linearity of Integration Work for Sum of Functions?

1. Why do some relationships last longer than others?

There are a variety of factors that can contribute to the longevity of a relationship, including mutual respect, effective communication, compatibility, and commitment.

2. How does the quality of a relationship affect its stability?

The quality of a relationship plays a significant role in determining its stability. A relationship built on trust, mutual understanding, and healthy communication is more likely to stand the test of time compared to one that is filled with conflicts, disrespect, and lack of communication.

3. Can outside influences impact the strength of a relationship?

External factors, such as work stress, financial difficulties, and family issues, can certainly have an impact on the strength of a relationship. However, it ultimately depends on how the couple handles these influences and whether they are able to support each other through difficult times.

4. Are there certain personality traits that make a relationship more likely to last?

While there is no specific set of personality traits that guarantee a lasting relationship, certain traits such as empathy, compromise, and emotional stability can contribute to a healthier and more stable relationship.

5. What role does communication play in maintaining a strong relationship?

Effective communication is crucial in maintaining a strong relationship. It allows for open and honest expression of feelings, helps to resolve conflicts, and promotes understanding and trust between partners. Without communication, a relationship is likely to struggle and may ultimately fail.

Similar threads

  • Topology and Analysis
Replies
14
Views
2K
Replies
2
Views
1K
  • Topology and Analysis
Replies
2
Views
2K
Replies
4
Views
670
  • Topology and Analysis
Replies
4
Views
207
  • Topology and Analysis
Replies
2
Views
1K
Replies
2
Views
678
  • Topology and Analysis
Replies
2
Views
1K
  • Topology and Analysis
Replies
2
Views
2K
Replies
5
Views
1K
Back
Top