Supremum and infimum of specific sets

  • #1
Bunny-chan
105
4

Homework Statement


I'm in need of some help to be able to determine the supremum and infimum of the following sets:[tex]A = \left\{ {mn\over 1+ m+n} \mid m, n \in \mathbb N \right\}[/tex][tex]B = \left\{ {mn\over 4m^2+m+n^2} \mid m, n \in \mathbb N \right\}[/tex][tex]C = \left\{ {m\over \vert m\vert +n} \mid m \in \mathbb Z, n \in \mathbb N \right\}[/tex][tex]D = \left\{ {n\over 3} - \left[{n\over 3}\right] \mid m, n \in \mathbb N \right\}[/tex][tex]E = \{x \mid x \text{ is decimal fraction between } 0 \text{ and } 1 \text{ that has the digits } 0 \text{ and } 1\}[/tex]P.S: In [itex]D[/itex], the [itex][ \ ][/itex] denotes the integral part of [itex]\frac{n}{3}[/itex].

Homework Equations


No equations.

The Attempt at a Solution


In my progress so far I was able to verify that [itex]\text{sup}\{x \in A\} = +∞[/itex]:

Setting [itex]m = (n-1)[/itex] to get[tex]\frac{mn}{1+m+n}= \frac{n(n-1)}{1 + n + n-1} = \frac{n(n-1)}{2n} = \frac{n-1}{2}[/tex]That way [itex]\frac{n-1}{2}\in A[/itex] for every [itex]n\geq 2[/itex]. Thus, the supremum of [itex]A[/itex] is greater than [itex]\frac{n-1}{2}[/itex] for every integer [itex]n[/itex]. Is that correct?

I would really appreciate some guidance on these. I struggle at proving and verifying these conditions... x_x.
 

Answers and Replies

  • #2
FactChecker
Science Advisor
Homework Helper
Gold Member
7,723
3,392
Yes, the supremum must be ≥ (n-1)/2 for every n≥2 ∈ N.
 
  • #3
Bunny-chan
105
4
Yes, the supremum must be ≥ (n-1)/2 for every n≥2 ∈ N.
Can I do something similar for set B?
 
  • #4
FactChecker
Science Advisor
Homework Helper
Gold Member
7,723
3,392
You can probably do something similar. It's not clear to me what techniques you are expected to use in your class. Each problem may take a different technique.
 
  • #5
Bunny-chan
105
4
You can probably do something similar. It's not clear to me what techniques you are expected to use in your class. Each problem may take a different technique.
I'm not required to use any specific technique, I just need to find these parameters. And besides, I don't know many of those anyway.
 
  • #6
FactChecker
Science Advisor
Homework Helper
Gold Member
7,723
3,392
The answer for the supremum of A was simplified by it being infinity. If it had been something finite, your approach may not have gotten the right answer because the values with m=(n-1) may not be the highest. So you will have to be careful.
There are ways to find extreme points of continuous functions of two variables that may help in some of the problems. You will still need to be careful when you are restricted to integers or natural numbers.
 
  • #7
haruspex
Science Advisor
Homework Helper
Insights Author
Gold Member
2022 Award
39,559
8,824
D and E are fairly easy. C a little harder. Please post some attempt at each of those.
 
  • #8
Bunny-chan
105
4
D and E are fairly easy. C a little harder. Please post some attempt at each of those.
Sorry for my late reply!

Anyway, let me see... For [itex]E[/itex], I know that rational numbers can never be a set's upper bound, so if we take a number [itex]a[/itex] such that [itex]0 \lt a \lt 1[/itex], there will always be an [itex]a + q[/itex] such that [itex]a \lt a + q \lt 1[/itex], which means none of those are upper bounds. Thus, [itex]\sup{(E)} = 1[/itex]. The same can be said for [itex]0[/itex]; seeing we can infinitely take rational numbers greater than [itex]0[/itex], none of them is the greatest lower bound, and therefore [itex]\inf{(E)} = 0[/itex]

For [itex]D[/itex], I guess we can also say the supremum is [itex]1[/itex], because [tex]n = 2 \Rightarrow \frac{2}{3} - \left[\frac{2}{3}\right] = 0.6666... - 0 = 0.6666... \\ n = 3 \Rightarrow \frac{3}{3} - \left[\frac{3}{3}\right] = 1 - 1 = 0 \\ n = 4 \Rightarrow \frac{4}{3} - \left[\frac{4}{3}\right] = 1.3333... - 1 = 0.3333...[/tex] And since all values are positive, [itex]0[/itex] is the infimum.

Well, is that right?
 
  • #9
FactChecker
Science Advisor
Homework Helper
Gold Member
7,723
3,392
I think you may be concentrating on the wrong thing. A set can have an element that is equal to its supremum and it can have an element that is equal to its infimum. the set {1} has 1=maximum=supremum=infimum=minimum.

For a finite supremum, s, of set X you must show:
1) ∀x∈X, x≤s.
2) ∀ε>0, ∃x∈X such that s-ε<x.
For a finite infimum, i, of set X you must show:
1) ∀x∈X, i≤x.
2) ∀ε>0, ∃x∈X such that x<i+ε.​

Make obvious adjustments for infinite supremum and infimum.
 
  • #10
haruspex
Science Advisor
Homework Helper
Insights Author
Gold Member
2022 Award
39,559
8,824
rational numbers can never be a set's upper bound
Not true.
which means none of those are upper bounds.
I do not follow the logic of that at all.
For D, I guess we can also say the supremum is 1, because
No, as you showed D only has three elements.

I think you do not understand the concept of a supremum. If a subset of ℝ is bounded above then its supremum is the least element of ℝ (not necessarily a member of the set) which is an upper bound for the set.
For a finite set, this is simply the greatest member of the set.
 
  • #11
Bunny-chan
105
4
Not true.

I do not follow the logic of that at all.

No, as you showed D only has three elements.

I think you do not understand the concept of a supremum. If a subset of ℝ is bounded above then its supremum is the least element of ℝ (not necessarily a member of the set) which is an upper bound for the set.
For a finite set, this is simply the greatest member of the set.
When I said that none of those were upper bounds, I actually meant least upper bound, in the sense that we can infinitely place numbers between them. At least that's what I thought! D:

But anyway, I think that is more clear to me now. So the supremum for [itex]D[/itex] would be [itex]0.6666...[/itex], considering the set is finite?
 
  • #13
Bunny-chan
105
4
yes.
Is there a way I could show that conclusion (both for sets [itex]D[/itex] and [itex]E[/itex]) in a little bit more mathematically rigorous way?
 
  • #14
haruspex
Science Advisor
Homework Helper
Insights Author
Gold Member
2022 Award
39,559
8,824
Is there a way I could show that conclusion (both for sets [itex]D[/itex] and [itex]E[/itex]) in a little bit more mathematically rigorous way?
It is easy to show, rigorously, that the greatest element in a finite ordered set is its supremum. Show that the two conditions FactChecker posted are met (post #9).

E is not a finite set. Do you have an answer for that now? The supremum is between 0 and 1.
 
  • #15
Bunny-chan
105
4
It is easy to show, rigorously, that the greatest element in a finite ordered set is its supremum. Show that the two conditions FactChecker posted are met (post #9).

E is not a finite set. Do you have an answer for that now? The supremum is between 0 and 1.
[itex]\frac{1}{10}?[/itex]
 
Last edited:
  • #16
haruspex
Science Advisor
Homework Helper
Insights Author
Gold Member
2022 Award
39,559
8,824
[itex]\frac{1}{10}?[/itex]
Can you not find an element in the set greater than 0.10000...?
 
  • #17
Bunny-chan
105
4
Can you not find an element in the set greater than 0.10000...?
I'll always be able to find such element, that's why it's an infinite set, isn't it?
 
  • #18
haruspex
Science Advisor
Homework Helper
Insights Author
Gold Member
2022 Award
39,559
8,824
I'll always be able to find such element, that's why it's an infinite set, isn't it?
I don't understand your reasoning. How does its being an infinite set imply you can find an element > 0.10000...? The set {0.1, 0.01, 0.001, ...} is infinite but contains no element >0.1.

If you can find an element greater than that (i.e. greater than 1/10) then 1/10 cannot be a supremum for the set. Can you find a specific element in the set > 0.1?
 
  • #19
Bunny-chan
105
4
I don't understand your reasoning. How does its being an infinite set imply you can find an element > 0.10000...? The set {0.1, 0.01, 0.001, ...} is infinite but contains no element >0.1.

If you can find an element greater than that (i.e. greater than 1/10) then 1/10 cannot be a supremum for the set. Can you find a specific element in the set > 0.1?
Nevermind, I understand what you mean. I got a bit confused by the numbers.

It's because, for instance [itex]\frac{91}{100} = 0,91[/itex] is a decimal fraction between [itex]0[/itex] and [itex]1[/itex] that has the digits [itex]0[/itex] and [itex]1[/itex]. And so we can go along increasing the number as much as we like. But maybe I interpreted it wrong.
 
  • #20
haruspex
Science Advisor
Homework Helper
Insights Author
Gold Member
2022 Award
39,559
8,824
Nevermind, I understand what you mean. I got a bit confused by the numbers.

It's because, for instance [itex]\frac{91}{100} = 0,91[/itex] is a decimal fraction between [itex]0[/itex] and [itex]1[/itex] that has the digits [itex]0[/itex] and [itex]1[/itex]. And so we can go along increasing the number as much as we like. But maybe I interpreted it wrong.
(Previous reply deleted because it crossed with an edit to post #19)

0,91 is not in the set. Only digits 0 and 1 are allowed.
 
  • #21
Bunny-chan
105
4
(Previous reply deleted because it crossed with an edit to post #19)

0,91 is not in the set. Only digits 0 and 1 are allowed.
Oh, we can assume that even though the world only isn't there?
 
  • #22
haruspex
Science Advisor
Homework Helper
Insights Author
Gold Member
2022 Award
39,559
8,824
Oh, we can assume that even though the world only isn't there?
I'm fairly sure that's what the question intends. It doesn't make sense otherwise.
 
  • #23
Bunny-chan
105
4
I'm fairly sure that's what the question intends. It doesn't make sense otherwise.
OK, I understand. In that case, since there is no element greater than [itex]\frac{1}{10}[/itex], it is an upper bound for the set.
 
  • #24
haruspex
Science Advisor
Homework Helper
Insights Author
Gold Member
2022 Award
39,559
8,824
OK, I understand. In that case, since there is no element greater than [itex]\frac{1}{10}[/itex], it is an upper bound for the set.
No, there are lots of elements greater than that. You have 0. followed by any sequence of 0s and 1s.
 
  • #25
Bunny-chan
105
4
No, there are lots of elements greater than that. You have 0. followed by any sequence of 0s and 1s.
Yes, but the one element that none of those sequences is greater than is 1, right?
 
Last edited:
  • #26
haruspex
Science Advisor
Homework Helper
Insights Author
Gold Member
2022 Award
39,559
8,824
Yes, but the one element that none of those sequences is greater than is 1, right?
1 is not in the set. All of the numbers start either 0.0 or 0.1. 0.2 is an upper bound, so the supremum must be between 0.1 and 0.2.
 
  • #27
Bunny-chan
105
4
1 is not in the set. All of the numbers start either 0.0 or 0.1. 0.2 is an upper bound, so the supremum must be between 0.1 and 0.2.
Would [itex]\frac{1}{9} = 0,1111...[/itex] be a valid option to consider then? D:
 
  • #30
Bunny-chan
105
4
D and E are fairly easy. C a little harder. Please post some attempt at each of those.
For [itex]C[/itex], I am noticing that setting [itex]n = 1[/itex], and increasing the values of [itex]m[/itex], the numbers start to approach [itex]0.9999...[/itex] Is that right?
 
  • #31
haruspex
Science Advisor
Homework Helper
Insights Author
Gold Member
2022 Award
39,559
8,824
For [itex]C[/itex], I am noticing that setting [itex]n = 1[/itex], and increasing the values of [itex]m[/itex], the numbers start to approach [itex]0.9999...[/itex] Is that right?
That is certainly true. Can you prove it gets arbitrarily close to 1, but no combination of m and n exceeds it?
 
  • #32
Bunny-chan
105
4
That is certainly true. Can you prove it gets arbitrarily close to 1, but no combination of m and n exceeds it?
I don't know how to effectively prove it, but I can determine the possible values for [itex]m[/itex] and [itex]n[/itex] to see if it could possibly exceed [itex]1[/itex]:

For [itex]m = 0[/itex], the values will be obviously [itex]0[/itex];
For [itex]m \lt 0[/itex], the values will be negative, which is inferior to [itex]1[/itex];
For [itex]m > 0, m \geq n[/itex], the denominator can't be less than the numerator (which implies in values smaller than [itex]1[/itex]), seeing that [itex]|m| \geq m \Rightarrow |m| + n \gt m[/itex]. The same can be said if [itex]m \lt n[/itex].

Is that right?
 
  • #33
haruspex
Science Advisor
Homework Helper
Insights Author
Gold Member
2022 Award
39,559
8,824
I don't know how to effectively prove it, but I can determine the possible values for [itex]m[/itex] and [itex]n[/itex] to see if it could possibly exceed [itex]1[/itex]:

For [itex]m = 0[/itex], the values will be obviously [itex]0[/itex];
For [itex]m \lt 0[/itex], the values will be negative, which is inferior to [itex]1[/itex];
For [itex]m > 0, m \geq n[/itex], the denominator can't be less than the numerator (which implies in values smaller than [itex]1[/itex], seeing that [itex]|m| \geq m \Rightarrow |m| + n \gt m[/itex]. The same can be said if [itex]m \lt n[/itex].

Is that right?
Yes. To complete the proof, can you find a sequence of elements converging to 1?
 
  • #34
Bunny-chan
105
4
Yes. To complete the proof, can you find a sequence of elements converging to 1?
Do I have to use limits for that?
 
  • #35
haruspex
Science Advisor
Homework Helper
Insights Author
Gold Member
2022 Award
39,559
8,824
Do I have to use limits for that?
Yes, convergence is all to do with limits. Is that a problem? For the purposes of the question, I don't think you actually need to prove the convergence. Just show a sequence which pretty obviously converges to the extremum in your answer.
 

Suggested for: Supremum and infimum of specific sets

Replies
3
Views
343
Replies
11
Views
547
  • Last Post
Replies
11
Views
786
  • Last Post
Replies
10
Views
650
Replies
5
Views
436
Replies
25
Views
310
Replies
14
Views
526
Replies
2
Views
894
  • Last Post
Replies
23
Views
737
Top