major_maths
- 30
- 0
Homework Statement
Use part (a) to prove the Greatest Lower Bound Property.
(a): If M is any upper bound for A, then: x\in(-A), -x\inA, and -x\leqM. Therefore x\geq-M, hence -M is a lower bound for -A. By the Least Upper Bound Property, inf(-A) exists. If inf(-A) exists, then -M\leqinf(-A) for all upper bounds M of the set A. Therefore, -sup(A)\leqinf(-A).
If -sup(A)<inf(-A), then it follows that there exists some distance between -sup(A) and inf(-A). Assuming set A is reflected correctly when transformed into set -A, it would be necessary for there to be a difference in the amount of elements in sets A and -A to create this distance. Set A must contain the same amount of elements as set -A by definition. Therefore, -sup(A) = inf(-A).
Since A and B are bounded, \foralla\inA and \forallb\inB, there exist a1, a2\inA and b1, b2\inB such that a1\leqa\leqa2 and b1\leqb\leqb2 \foralla\inA and \forallb\inB. Thus (a1+b1)\leq(a+b)\leq(a2+b2) and (A+B) is also bounded.
Let m=sup(A), n=sup(B). Then for all e>0,
(i)x<m+(e/2) \forallx\inA and y<n+(e/2) \forally\inB
(ii)x>m-(e/2) for some x\inA and y>n-(e/2) for some y\inB
[Combining the inequalities in each (i) and (ii)]
(i) (x+y)<(m+n)+e \forallx\inA, \forally\inB
(ii) (x+y)>(m+n)-e for some x\inA, for some y\inB
Hence, sup(A+B) = (m+n) = sup(A) + sup(B).
Homework Equations
See above.
The Attempt at a Solution
I haven't the slightest clue how to start this proof, so if you could give me that, I should be able to work out the rest of it.