Nonempty subset of reals which is bounded

  • Thread starter STEMucator
  • Start date
  • Tags
    Bounded
In summary: Rightarrow...""There exists some \epsilon>0 such that \forall... \nexists...". In this case, it means that there is some \epsilon>0 such that for ALL a\in A, we have that a\leq s-\epsilon. Now, instead of trying to create a, try to create an a which is greater than s. This will give you your contradiction.In summary, the problem is to show that for a nonempty subset A of reals which is bounded above, the supremum of A must satisfy (i) and (ii), and conversely, if (i) and (ii) hold, then the supremum of A must be equal to s.
  • #1
STEMucator
Homework Helper
2,076
140

Homework Statement



The problem : http://gyazo.com/aa487398b3658600b98deabca8086334

Homework Equations





The Attempt at a Solution



Let A be a nonempty subset of reals which is bounded above.

##("\Rightarrow")## Assume ##sup(A)## exists, call it s.

Since s exists, we know ##a ≤ s, \space \forall a \in A## so that s is an upper bound for a.

So, ##\forall ε > 0## we know we can find ##a \in A## such that ##a > s - ε## because ##s - ε## is not an upper bound for A for any ##ε##. This tells us there is some ##a \in A## which is an upper bound for A so that ##a ≥ s##.

Therefore if sup(A) exists, it must satisfy (i) and (ii).

##("\Leftarrow")## Assume (i) and (ii) both hold and recall A is a nonempty subset of reals which is bounded above.

So there is some number s which is an upper bound for A ( so s ≥ a ) and ##\forall ε > 0## we know we can find ##a \in A## such that ##a > s - ε## which tells us that ##a + ε > s## so that s is bounded above by ##a + ε##

Hence (i) and (ii) together both imply that sup(A) = s.

As for the corresponding result for the infimum :

##inf(A) = s##
##⇔##
(i). s is a lower bound for A.
(ii). ##\forall ε > 0, \exists a \in A \space | \space a < s - ε##
 
Physics news on Phys.org
  • #2
[itex]\Rightarrow[/itex]: I don't quite follow you. s is definitely an upper bound; that's OK. However, you need to actually show how to find a, or at least prove it exists. s-ε is not an upper bound, I agree with you there. However, why does this mean
there is some a∈A which is an upper bound for A so that a≥s.
And how does this imply the existence of said epsilon?

As for [itex]\Leftarrow[/itex], I don't think you're quite there yet. What you have written is that given any [itex]a\in A,[/itex] there exists [itex]\epsilon>0[/itex] such that [itex]s<a+\epsilon[/itex]. This doesn't mean that s (what should be the sup) is a least upper bound; you need to show that given any other upper bound for [itex] A[/itex], say [itex]s'[/itex], you have [itex]s\leq s'[/itex]. I don't see how the previous statement directly implies this.

If you have another upper bound, you could go by contradiction, assuming that [itex]s'<s[/itex] (ie, s is not the sup). Then, consider the difference [itex]s-s'>0[/itex]. This number could be very large, or it could be very small. How can you relate this quantity to the original problem? What do you know about [itex]s[/itex]?

Hint below.

Hint: set [itex]\epsilon=s-s'[/itex]
 
  • #3
christoff said:
[itex]\Rightarrow[/itex]: I don't quite follow you. s is definitely an upper bound; that's OK. However, you need to actually show how to find a, or at least prove it exists. s-ε is not an upper bound, I agree with you there. However, why does this mean And how does this imply the existence of said epsilon?

As for [itex]\Leftarrow[/itex], I don't think you're quite there yet. What you have written is that given any [itex]a\in A,[/itex] there exists [itex]\epsilon>0[/itex] such that [itex]s<a+\epsilon[/itex]. This doesn't mean that s (what should be the sup) is a least upper bound; you need to show that given any other upper bound for [itex] A[/itex], say [itex]s'[/itex], you have [itex]s\leq s'[/itex]. I don't see how the previous statement directly implies this.

If you have another upper bound, you could go by contradiction, assuming that [itex]s'<s[/itex] (ie, s is not the sup). Then, consider the difference [itex]s-s'>0[/itex]. This number could be very large, or it could be very small. How can you relate this quantity to the original problem? What do you know about [itex]s[/itex]?

Hint below.

Hint: set [itex]\epsilon=s-s'[/itex]

When I write the arrow in such a way, I mean assume p and show it implies q. For example, assume sup(A) = s and show it implies (i) and (ii) hold.

Lets fix ##\Rightarrow## first I guess. I was given that : Let A be a nonempty subset of reals which is bounded above. That's why (i) was very quick and painless.

So the problem is with (ii)? I see where my wording went wrong in my first attempt, let me try again.

We must show ##\forall ε > 0, \exists a \in A \space | \space a > s - ε##.

Since (i) was true, we know that ##s - ε## is not an upper bound for A. So we have that ##s - ε ≤ a ≤ s##

So choosing ##ε = s - a## yields ##a > s##. This show us that s is bounded above for some ##a \in A##. Therefore (ii) holds.
 
  • #4
Since (i) was true, we know that s−ε is not an upper bound for A. So we have that s−ε≤a≤s
In this sentence, what is [itex]a[/itex]? Is it some element of [itex]A[/itex]?
So choosing ε=s−a yields a>s.
You cannot choose [itex]\epsilon[/itex]; your epsilon must in some way allow you to choose [itex]a[/itex] such that [itex]s-\epsilon<a[/itex]. If you mean "take [itex]a=s-\epsilon[/itex]", then this is more correct, but in general it doesn't work because your [itex]a[/itex] might not actually be in your set [itex]A[/itex]. Consider the following example: [itex]A=[0,1],[/itex] [itex]\epsilon=2[/itex]. Then [itex]s=sup(A)=1[/itex], and your choice of a would give you [itex]a=1-2=-1\notin A[/itex].
This show us that s is bounded above for some a∈A. Therefore (ii) holds.
If s were bounded above by some element of A in full generality, then we would be in big trouble. Consider the open interval [itex]A=(0,1)[/itex]. The supremum of this is [itex]s=1[/itex], but this is clearly not bounded by ANY element of A.

With these kind of existence results (and that's what it is, you need to show that something exists, and in this case, it is an element of your set [itex]A[/itex] that satisfies the given inequality), it is often much easier to go by contradiction. Let me get you started.

Assume that condition ii) fails. What does this mean? We have to negate the statement:
"[itex]\forall \epsilon>0, \exists a\in A[/itex] such that [itex]s-\epsilon<a[/itex]."
The negation of this is:
"[itex]\exists \hat\epsilon>0[/itex] such that [itex]\forall a\in A[/itex], [itex] s-\hat\epsilon\geq a[/itex]".
Here, I'm using [itex]\hat\epsilon[/itex] with the hat to emphasize that it's a "bad" epsilon. So, we have the inequality [itex]s-\hat\epsilon\geq a[/itex], where this inequality holds for ALL [itex]a\in A[/itex]. This is a contradiction; can you see why?

Hint: remember that s is supposed to be the supremum, and that the "bad" epsilon is strictly positive; [itex]\hat\epsilon\neq 0[/itex]
 
Last edited:
  • #5
christoff said:
In this sentence, what is [itex]a[/itex]? Is it some element of [itex]A[/itex]?

You cannot choose [itex]\epsilon[/itex]; your epsilon must in some way allow you to choose [itex]a[/itex] such that [itex]s-\epsilon<a[/itex]. If you mean "take [itex]a=s-\epsilon[/itex]", then this is more correct, but in general it doesn't work because your [itex]a[/itex] might not actually be in your set [itex]A[/itex]. Consider the following example: [itex]A=[0,1],[/itex] [itex]\epsilon=2[/itex]. Then [itex]s=sup(A)=1[/itex], and your choice of a would give you [itex]a=1-2=-1\notin A[/itex].
If s were bounded above by some element of A in full generality, then we would be in big trouble. Consider the open interval [itex]A=(0,1)[/itex]. The supremum of this is [itex]s=1[/itex], but this is clearly not bounded by ANY element of A.

With these kind of existence results (and that's what it is, you need to show that something exists, and in this case, it is an element of your set [itex]A[/itex] that satisfies the given inequality), it is often much easier to go by contradiction. Let me get you started.

Assume that condition ii) fails. What does this mean? We have to negate the statement:
"[itex]\forall \epsilon>0, \exists a\in A[/itex] such that [itex]s-\epsilon<a[/itex]."
The negation of this is:
"[itex]\exists \hat\epsilon>0[/itex] such that [itex]\forall a\in A[/itex], [itex] s-\hat\epsilon\geq a[/itex]".
Here, I'm using [itex]\hat\epsilon[/itex] with the hat to emphasize that it's a "bad" epsilon. So, we have the inequality [itex]s-\hat\epsilon\geq a[/itex], where this inequality holds for ALL [itex]a\in A[/itex]. This is a contradiction; can you see why?

Hint: remember that s is supposed to be the supremum, and that the "bad" epsilon is strictly positive; [itex]\hat\epsilon\neq 0[/itex]

I see, so I can't choose ##ε## like I did in my previous post.

So negating the statement yields [itex]\exists \hat\epsilon>0[/itex] such that [itex]\forall a\in A[/itex], [itex] s-\hat\epsilon\geq a[/itex]

Now, we know that s = sup(A) so that s is an upper bound for A, but ##s-\hat\epsilon## is not an upper bound for A so it cannot possibly bound every ##a \in A## which contradicts the assumption that [itex]\exists \hat\epsilon>0[/itex] such that [itex]\forall a\in A[/itex], [itex] s-\hat\epsilon\geq a[/itex].

Thus (ii) actually holds so ##("\Rightarrow")## holds.

Ill try fixing ##("\Leftarrow")## now.

Suppose (i) and (ii) both hold. We want to show that s = sup(A).

Suppose by contradiction that s ≠ sup(A) so that s is an upper bound for A. Suppose we have another upper bound for A, let's call it ##s'##. We want ##0 ≤ s - s'## ( i.e s' is the supremum ).

Now take ##ε = s - s'## then (ii) yields ##a > s'##, but this is a contradiction because s' is an upper bound for the elements of A.

So it must be the case that s = sup(A) holds so ##("\Leftarrow")## holds.
 
Last edited:
  • #6
Now, we know that s = sup(A) so that s is an upper bound for A, but s−ϵ^ is not an upper bound for A so it cannot possibly bound every a∈A

Very close, but there's a bit missing. You say that [itex]s-\hat\epsilon[/itex] is not an upper bound for A. Here, you seem to be assuming what you want to prove. The reason I say this is that, in fact, by assuming that the statement was false (ie. by attempting to go by contradiction), we came up with another upper bound for [itex]A[/itex], namely [itex]bound=s-\hat\epsilon\geq a[/itex] for all [itex]a\in A[/itex].

However, [itex]s[/itex] is the supremum, so it is a least upper bound; what this means is the following: If [itex]b[/itex] is an upper bound for [itex]A[/itex], then [itex]sup(A)\leq b[/itex].

So since [itex]bound=s-\hat\epsilon[/itex] is an upper bound, the above tells us that we should have [tex] sup(A)=s\leq s-\hat\epsilon.[/tex] But this is a contradiction, because [itex]\hat\epsilon[/itex] is positive (subtract [itex]s[/itex] from both sides and you will obtain [itex]0\leq -\hat\epsilon[/itex], which implies [itex]\hat\epsilon<0[/itex], a contradiction).

Suppose by contradiction that s ≠ sup(A) so that s is an upper bound for A. Suppose we have another upper bound for A, let's call it s′. We want 0≤s−s′ ( i.e s' is the supremum ).
So you are saying that [itex]s'\neq s[/itex] is the "actual" supremum? OK.

We want 0≤s−s′
Actually, we are given that inequality because we are assuming that s' is the supremum (so in particular, this isn't what we "want", it's what we already have have). Also, we need 0<s-s', since we need that epsilon to be strictly positive. To be clear, we always have this particular inequality because we are assuming that s≠s' (and this plus s' being a supremum gives us 0<s-s'). It isn't a big problem, but I thought I would just mention it.

The rest is ok. Good work :)
 
  • #7
christoff said:
Very close, but there's a bit missing. You say that [itex]s-\hat\epsilon[/itex] is not an upper bound for A. Here, you seem to be assuming what you want to prove. The reason I say this is that, in fact, by assuming that the statement was false (ie. by attempting to go by contradiction), we came up with another upper bound for [itex]A[/itex], namely [itex]bound=s-\hat\epsilon\geq a[/itex] for all [itex]a\in A[/itex].

However, [itex]s[/itex] is the supremum, so it is a least upper bound; what this means is the following: If [itex]b[/itex] is an upper bound for [itex]A[/itex], then [itex]sup(A)\leq b[/itex].

So since [itex]bound=s-\hat\epsilon[/itex] is an upper bound, the above tells us that we should have [tex] sup(A)=s\leq s-\hat\epsilon.[/tex] But this is a contradiction, because [itex]\hat\epsilon[/itex] is positive (subtract [itex]s[/itex] from both sides and you will obtain [itex]0\leq -\hat\epsilon[/itex], which implies [itex]\hat\epsilon<0[/itex], a contradiction).So you are saying that [itex]s'\neq s[/itex] is the "actual" supremum? OK.Actually, we are given that inequality because we are assuming that s' is the supremum (so in particular, this isn't what we "want", it's what we already have have). Also, we need 0<s-s', since we need that epsilon to be strictly positive. To be clear, we always have this particular inequality because we are assuming that s≠s' (and this plus s' being a supremum gives us 0<s-s'). It isn't a big problem, but I thought I would just mention it.

The rest is ok. Good work :)

Yes this makes much more sense. I was actually lingering on the notion that 0 ≤ s-s' because it included the possibility of ##ε = 0##. I'll clean up everything into one post for the sake of completeness.

##\Rightarrow## Assume sup(A) = s, we must show that (i) and (ii) hold.

Since sup(A) = s, we know that ##a ≤ s, \space \forall a \in A## so that s is an upper bound for A. Hence (i) is satisfied.

For (ii), let's assume the contrary that ##\exists ε > 0 \space | \space \forall a \in A, \space a ≤ s - ε##. This means that ##s - ε## is an upper bound ##\forall a \in A##. Hence we have the inequality ##s ≤ s - ε##, but this is a contradiction because we know that ##ε > 0##. Therefore it must be the case that (ii) holds so that ##\Rightarrow## holds.

##\Leftarrow## Suppose (i) and (ii) both hold, we must show sup(A) = s.

Suppose by way of contradiction that ##sup(A) ≠ s## so that s is just an upper bound for A. Since A is a nonempty subset of the reals which is bounded above, it has a supremum, let's call it ##s'## so that ##a ≤ s', \space \forall a \in A##. Hence we have the inequality ##s' < s## or equivalently ##0 < s - s'## because s is an upper bound for A.

Since (ii) is assumed to hold, we know for ##ε = s - s'## we have ##a > s'## which is a contradiction because we just stated that s' = sup(A). Therefore it must be the case that sup(A) = s so that ##\Leftarrow## holds.

##∴ sup(A) = s ⇔ (i) and (ii) hold##.

The corresponding result for the infimum :

##inf(A) = s##
##⇔##
(i). s is a lower bound for A.
(ii). ##\forall ε > 0, \exists a \in A \space | \space a < s - ε##
 
Last edited:

1. What is a nonempty subset of reals?

A nonempty subset of reals is a collection of real numbers that contains at least one element.

2. What does it mean for a subset of reals to be bounded?

A subset of reals is bounded if there exists a real number that serves as both an upper and lower bound for all of the numbers in the subset.

3. How can you prove that a subset of reals is bounded?

To prove that a subset of reals is bounded, you need to show that there exists a real number that is both an upper and lower bound for all of the numbers in the subset. This can be done by using the definition of boundedness and showing that the subset satisfies the criteria.

4. Why is it important for a subset of reals to be bounded?

Boundedness is important because it tells us that a subset of reals is limited in its range and does not extend to infinitely large or small values. This allows us to make conclusions and predictions about the subset and its behavior.

5. Can a nonempty subset of reals be unbounded?

Yes, a nonempty subset of reals can be unbounded. This means that there is no single real number that serves as both an upper and lower bound for all of the numbers in the subset. In this case, the subset can extend to infinitely large or small values.

Similar threads

  • Calculus and Beyond Homework Help
Replies
1
Views
901
  • Calculus and Beyond Homework Help
2
Replies
43
Views
3K
  • Calculus and Beyond Homework Help
Replies
7
Views
1K
  • Calculus and Beyond Homework Help
Replies
3
Views
1K
  • Calculus and Beyond Homework Help
Replies
18
Views
3K
  • Calculus and Beyond Homework Help
Replies
14
Views
2K
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
7
Views
2K
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
504
Back
Top