Is there a relationship between upper and lower bounds in an ordered set?

In summary, the proposition being discussed is that for a nonempty subset E of an ordered set, if there exists a lower bound alpha and an upper bound beta, then alpha is less than or equal to beta. The proof relies on the definitions of upper and lower bounds, and the fact that for an empty set, the proposition is meaningless or false.
  • #1
tronter
185
1
Let [itex] E [/itex] be a nonempty subset of an ordered set; suppose [itex] \alpha [/itex] is a lower bound of [itex] E [/itex] and [itex] \beta [/itex] is an upper bound of [itex] E [/itex]. Prove that [itex] \alpha \leq \beta [/itex].

So do I just use the following definition: Suppse [itex] S [/itex] is an ordered set, and [itex] E \subset S [/itex]. If there exists a [itex] \beta \in S [/itex] such that [itex] x \leq \beta [/itex] for every [itex] x \in E [/itex], then [itex] \beta [/itex] is an upper bound for [itex] E [/itex], and similarly for lower bound?
 
Physics news on Phys.org
  • #2
Indeed, so it is fairly trivial.

However, you should exert yourself a bit more for your own sake:
WHY is the condition of non-emptiness of E crucial?
 
  • #3
Easy proof: Let x be an element of E. a<=x<=b. Therefore a<=b.
 
  • #4
If [itex] E [/itex] was empty, then it would not have a upper or lower bound.
 
  • #5
tronter said:
If [itex] E [/itex] was empty, then it would not have a upper or lower bound.

Incorrect!
Try again..
 
  • #6
If [tex] E [/tex] was empty, then there would be no order relation? Or the upper bound and lower bound would be the same?
 
  • #7
arildno said:
Incorrect!
Try again..

Didn't someone above prove the original problem via transitivity?
 
Last edited:
  • #8
no but he asked why E must be non empty.
 
  • #9
tronter said:
If [tex] E [/tex] was empty, then there would be no order relation? Or the upper bound and lower bound would be the same?

Nope.

The trick is to rewrite the definitions of upper bounds and lower into EQUIVALENT expressions that makes it clear why, for an empty subset a lower bound can be greater than an upper bound, say:

Now, the standard def. of the upper bound for some set E is that U is an upper bound for E if and only if for every element x in E, we have x<=U.

But, this can be rephrased equaivalently as:

A number U is the upper bound of E if and only if there exists NO elements x in E so that x>U

Similarly can the lower bound L be rephrased.

Now, let us say that E is an empty subset of a set of integers, for simplicity.

Since there are no elements in E at all, there certainly don't exist any elements in E that are greater than 1, so 1 is certainly an upper bound for E.

But, 2 is definitely a LOWER bound of E, by a similar argument.

But 2>1, so a lower bound of E is greater than an upper bound of E. :smile:
 
  • #10
tronter said:
no but he asked why E must be non empty.

The result was proved in post #3 via transitivity. As for why E must be not empty why would we define a lower bound for an empty subset of the real numbers?
 
  • #11
John Creighto said:
. As for why E must be not empty why would we define a lower bound for an empty subset of the real numbers?

Why do maths at all?

Why develop precision in our thinking and understand why conditions stated were NECESSARY for the proposition to be true?
 
  • #12
arildno said:
Now, the standard def. of the upper bound for some set E is that U is an upper bound for E if and only if for every element x in E, we have x<=U.

But, this can be rephrased equaivalently as:

A number U is the upper bound of E if and only if there exists NO elements x in E so that x>U
While, I haven't decide water I agree with the first definition, can you prove to me it is logically equivalent to the second?
 
  • #13
arildno said:
Why do maths at all?

Why develop precision in our thinking and understand why conditions stated were NECESSARY for the proposition to be true?

There are clearly a multitude of reasons and I don't consider why not sufficient.
 
  • #14
In the last one, remember if there can't exist any elements greater than U, then for whatever existing elements in E, they must be equal or less than U. But thereby, the last one implies the first one.

Now, the other way around:
Suppose that whatever elements is in E IS less than or equal to U. Then there can't be any elements in E that are greater than U, meaning the first implies the second statement.

They are equivalent statements, and contrapositives of each other.
 
  • #15
John Creighto said:
There are clearly a multitude of reasons and I don't consider why not sufficient.
Incoherent and irrelevant remark.
 
  • #16
Or, equivalently, the transitivity proof that goes:

"Easy proof: Let x be an element of E. a<=x<=b. Therefore a<=b."

clearly doesn't work if there is no actual x in E. Maybe it isn't entirely obvious, but you really have to have an actual x, here. You aren't doing something like "IF x WERE an element of E, then...," but rather are actually getting an x from E to use. That requires the x to actually exist (i.e. for E to be nonempty).
 
  • #17
adrian_durham said:
Or, equivalently, the transitivity proof that goes:

"Easy proof: Let x be an element of E. a<=x<=b. Therefore a<=b."

clearly doesn't work if there is no actual x in E. Maybe it isn't entirely obvious, but you really have to have an actual x, here. You aren't doing something like "IF x WERE an element of E, then...," but rather are actually getting an x from E to use. That requires the x to actually exist (i.e. for E to be nonempty).
That is indeed why you get the proof working for non-empty sets.

The prposition (i.e that lower bounds are less than or equal to greater bounds) is not meaningless, but just false, for the empty set.
 
  • #18
Now that I think about it, just to elaborate on what I'm saying, "Let x be an element of E," is not actually an assertion -- a proposition that is either true or false. When someone says this in a proof we have to interpret it (and usually it is no big deal). But, in this case, it should be interpreted as the assertion that "There exists x, an element of E," which would be clearly false if E was empty. So, strictly speaking, I think the error with the easy proof (if it was not already known that E was nonempty) would be that first step: "Let x be an element of E."

Now, it is possible to reinterpret that statement to mean something more like "IF there existed x, an element of E, THEN...," but that would just bring us right back to E having to be nonempty for the result to hold. In other cases, you might interpret "Let x be an element of E," this way if it was a proof that, for instance, went like "Let x be an element of E, blah blah blah (contradiction), so E must be empty." In such an argument, the correct interpretation is the conditional one and x doesn't actually have to exist.

At any rate, I think the whole problem originates from the fact that it is such a knee jerk response to think of "Let x be an element of E," as an always true assertion or something. In fact, it, strictly speaking, is not actually an assertion at all and means different things depending on the context in which it is used.
 
  • #19
arildno said:
That is indeed why you get the proof working for non-empty sets.

The prposition (i.e that lower bounds are less than or equal to greater bounds) is not meaningless, but just false, for the empty set.

Well, I think that your argument really drives home that it certainly cannot be said to be true about empty sets, in any case, whether it is false or just meaningless. However, I think I might agree with you, here. It is the same reason we tend to take "Let x be an element of E," as if it were a proposition. You have to ascribe all of the meaning you can to statements or maybe the best meaning you can. So, it is not meaningless to talk about the empty set being bounded not because it is natural to do so, but because there exists a way to meaningfully do so that is consistent with the same discussion about nonempty sets. So, if the set could be empty or someone is just talking about the empty set this way, you would have to, strictly speaking, imagine that they must mean exactly what you were saying (using the contrapositive of the normal definition of bounded).

However, I do think that at this point, we are definitely well out of mathematics and into the foundations and/or entirely in philosophy at this point (as to whether it is false or just meaningless). (Nevertheless, it is an interesting discussion.)
 

1. What is the definition of upper and lower bounds in an ordered set?

Upper and lower bounds in an ordered set refer to the maximum and minimum values in the set, respectively. These values act as limits for all the elements in the set.

2. How is the relationship between upper and lower bounds determined in an ordered set?

The relationship between upper and lower bounds in an ordered set is determined by comparing the values of the elements in the set. The upper bound is always equal to or greater than the lower bound, and they both must be present in the set.

3. What happens if there is no upper or lower bound in an ordered set?

If there is no upper or lower bound in an ordered set, it means that the set is unbounded. This can occur if the set contains infinite or undefined values.

4. Can an element in an ordered set be both an upper and lower bound?

No, an element in an ordered set can only be either an upper or lower bound. An element cannot be both at the same time.

5. How do upper and lower bounds affect the precision of an ordered set?

Upper and lower bounds play a crucial role in determining the precision of an ordered set. They provide a range of values that the elements in the set can fall within, which helps to determine the accuracy and precision of the data in the set.

Similar threads

Replies
2
Views
894
Replies
4
Views
1K
  • Advanced Physics Homework Help
Replies
0
Views
261
  • Calculus
Replies
5
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
3
Views
4K
Replies
3
Views
329
  • Calculus
Replies
3
Views
1K
Replies
9
Views
890
Back
Top