Seacow1988
- 9
- 0
Why is it true that: if a+e<b for all e>0 then a≤b? What is the meaning of epsilon here?
Thanks!
Thanks!
Seacow1988 said:Why is it true that: if a+e<b for all e>0 then a≤b?
Seacow1988 said:Let e > 0 be given. Since α−e/2 < α = supA, we can find a in A such
that α−e/2 < a. Similarly, we can find b in B such that β−e/2 < b.
Let c = a + b. Then (α + β) − e = (α − e/2) + (β − e/2) < a + b = c
and c belongs to A+B. It follows that (α+β)−e < sup(A+B) = γ.
Since this holds for all e > 0, if follows that α + β ≤ γ.
… this is: if a-e<b for all e>0 then a≤b.Seacow1988 said:Why is it true that: if a+e<b for all e>0 then a≤b?