Proof of Bounded Set without Max or Min: (0,2) in (0,2)

  • Thread starter Thread starter fishturtle1
  • Start date Start date
  • Tags Tags
    Proof
AI Thread Summary
The set (0,2) is proven to be bounded with 0 as a lower bound and 2 as an upper bound. It has no maximum because any proposed maximum s leads to a contradiction, as the midpoint (2+s)/2 is also in the set and greater than s. Similarly, the absence of a minimum is demonstrated by showing that any proposed minimum h would also allow for a smaller value, contradicting its status as a minimum. Visualization techniques, such as marking points on a number line, can aid in understanding these concepts. The discussion reinforces the properties of bounded sets lacking maximum and minimum values.
fishturtle1
Messages
393
Reaction score
82

Homework Statement


Give an example of a bounded set that has neither a maximum nor a minimum. (The proof below is given by the book).

We claim that the set ##(0,2)## is bounded and has neither a maximum nor a minimum.

Proof: For each ##x \epsilon (0,2)##, we know that ##0 < x < 2##. Therefore 0 is a lower bound of the set and 2 is an upper bound. Thus, (0,2) is bounded. To see that it has no maximum, suppose to the contrary that ##s## is a maximum of the set ##(0,2)##. Then, by definition of maximum, s must be in the set ##(0,2)##. But
##0 < s < \frac {2+s}{2} < 2## and therefore ##\frac {2+s}{2}## is in the set (0,2) and larger than s, a contradiction. In a similar fashion, you can check that there is no minimum.

Homework Equations

The Attempt at a Solution


I don't get where ##\frac {2+s}{2}## comes from. I know that since ##s < 2##, then
##s + 2 < 2 + 2## so ##s + 2 < 4## so ##\frac {s+2}{2} < 2##. But how do we know ## s < \frac {s+2}{2} ##
 
Physics news on Phys.org
fishturtle1 said:
how do we know ## s < \frac {s+2}{2} ##
##s=\frac{s+s}2<\frac{s+2}2## because ##0<s<2##.
 
andrewkirk said:
##s=\frac{s+s}2<\frac{s+2}2## because ##0<s<2##.
Thank you, now I get it
 
Ok, and to show minimum we would do this:

Suppose ##h## is a minimum of ##(0,2)##. Then ##0 < h < 2## by definition of minimum. But ##0 < \frac {h}{2} < h < 2##. Thus h is not a minimum, a contradiction. We conclude that ##(0,2)## does not have a minimum. []

note: for the minimum, we could have divided ##h## by any ##n > 0## and would have found another minimum.
 
fishturtle1 said:

Homework Statement


Give an example of a bounded set that has neither a maximum nor a minimum. (The proof below is given by the book).

We claim that the set ##(0,2)## is bounded and has neither a maximum nor a minimum.

Proof: For each ##x \epsilon (0,2)##, we know that ##0 < x < 2##. Therefore 0 is a lower bound of the set and 2 is an upper bound. Thus, (0,2) is bounded. To see that it has no maximum, suppose to the contrary that ##s## is a maximum of the set ##(0,2)##. Then, by definition of maximum, s must be in the set ##(0,2)##. But
##0 < s < \frac {2+s}{2} < 2## and therefore ##\frac {2+s}{2}## is in the set (0,2) and larger than s, a contradiction. In a similar fashion, you can check that there is no minimum.

Homework Equations

The Attempt at a Solution


I don't get where ##\frac {2+s}{2}## comes from. I know that since ##s < 2##, then
##s + 2 < 2 + 2## so ##s + 2 < 4## so ##\frac {s+2}{2} < 2##. But how do we know ## s < \frac {s+2}{2} ##

Sometimes visualization is helpful.

Draw a number line and mark the points x = 0 and x = 2 on it. The segment between these two marked points shows the region ##I = (0,2).## Now for any ##a \in I## the point ##b=(a+2)/2## is the mid-point of the segment from ##a## to ##2##, so lies between that segment's endpoints ##a## and ##2##.
 
Ray Vickson said:
Sometimes visualization is helpful.

Draw a number line and mark the points x = 0 and x = 2 on it. The segment between these two marked points shows the region ##I = (0,2).## Now for any ##a \in I## the point ##b=(a+2)/2## is the mid-point of the segment from ##a## to ##2##, so lies between that segment's endpoints ##a## and ##2##.
I will keep this in mind while going through this chapter, Thank you.
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top