iopmar06
- 14
- 0
Homework Statement
a) Let U be a closed subset of the reals with an upper bound. You know that U has a supremum, say z. Prove that z is an element of U.
b) Suppose U is a closed subset of the real numbers with an upper and lower bound. Prove that U has a maximum and minimum.
The Attempt at a Solution
I was able to come up with a proof for b) by simply finding the maximum and minimum of U however I feel like the proof is flawed.
b) Since U is a closed and bounded subset of R, we can write U as a finite collection of closed intervals of R.
U = \cup^{n}_{1} I_{i} where I_{i} = [a_{i},b_{i}].
Hence for each I_{i},
max(I_{i}) = b_{i}
and
min(I_{i}) = a_{i}.
Then consider the set
S = (a_{i})\cup(b_{i}) for i = 1,...,n.
Then max(s) = b_{max} and min(S) = a_{min}.
So max(U) and min(U) both exist and are equal to bmax and amax respectively.
a) I wasn't sure how to do this one. I tried using some inequalities and defining the maximum of U but couldn't come up with anything useful.
Any help is greatly appreciated.