Finding Sup A for Set {0.2, 0.22, 0.222, 0.2222,...}

  • Thread starter Thread starter nuuskur
  • Start date Start date
  • Tags Tags
    Set
Click For Summary
SUMMARY

The supremum of the set A = {0.2, 0.22, 0.222, 0.2222, ...} exists and is equal to 0.23. The discussion clarifies that while the set does not have a maximum element, it is bounded above, and thus, by the least upper bound axiom, it possesses a supremum. The confusion arises from the distinction between maximum and supremum; the former does not exist in this case, but the latter does. The key takeaway is that for any bounded set of real numbers, a supremum is guaranteed to exist.

PREREQUISITES
  • Understanding of supremum and maximum in real analysis
  • Familiarity with the least upper bound axiom
  • Basic knowledge of geometric series
  • Concept of convergence in sequences
NEXT STEPS
  • Study the properties of supremum and infimum in real analysis
  • Learn about geometric series and their convergence
  • Explore examples of bounded and unbounded sets in real numbers
  • Investigate the implications of the least upper bound axiom in various mathematical contexts
USEFUL FOR

Students of real analysis, mathematicians exploring properties of sets, and anyone interested in understanding limits and bounds in mathematical contexts.

nuuskur
Science Advisor
Messages
926
Reaction score
1,220

Homework Statement


Find sup A if A = {0.2, 0.22, 0.222, 0.2222, ...}
I'll write elements of a set with low case letters and indexes, e.g an

The Attempt at a Solution


Begin by definition of supremum:
\sup A = a if \forall x \in A, x \leq a and \forall b \in \mathbb R ((\forall x \in A , x \leq b) \rightarrow a \leq b essentially, a supremum is the lowest value of upper bounds of a set.
Also if \exists \max A \rightarrow \sup A = \max A

So I'll try to find a max A and prove sup A exists:
Let us have \exists \max A = M such that \forall x \in A, x \leq M
Suppose that a_n = M. a_n = \sum_{k=0}^n\frac{1}{5 \cdot 10^k}, n \in \mathbb N. If a_n \geq a_{n+1} then \max A = \sup A = a_n
a_{n+1}= \sum_{k=0}^{n}(\frac{1}{5 \cdot 10^n})+ \frac{1}{5 \cdot 10^{n+1}} \rightarrow a_{n+1} > a_n. Therefore max A does not exist.

However, I cannot conclusively prove that sup A does not exist at all for this set A. Intuitively I can see that the elements' difference is becoming smaller and smaller and smaller, hence they should eventually be limited to some specific value. Altho it says if max A exists, it's also the sup A, but it does not say if max A doesn't exist, then there is no sup A.

What am I missing?

Thanks in advance.

EDIT:
Quick and dirty - If I assumed sup A = 0.23, for example, would it be sufficient evidence that sup A does not exist if I show there is a value 0.223 which is still greater than all the elements in the set A, but lesser than the supposed 0.23. Then it follows that I can suppose sup A = 0.222223, which still satisfies the upper bound criteria, however is not the least of the upper bounds. How can I show that there is no sup A in this case?
 
Last edited:
Physics news on Phys.org
nuuskur said:

Homework Statement


Find sup A if A = {0.2, 0.22, 0.222, 0.2222, ...}
I'll write elements of a set with low case letters and indexes, e.g an


The Attempt at a Solution


Begin by definition of supremum:
\sup A = a if \forall x \in A, x \leq a and \forall b \in \mathbb R ((\forall x \in A , x \leq b) \rightarrow a \leq b essentially, a supremum is the lowest value of upper bounds of a set.
Also if \exists \max A \rightarrow \sup A = \max A

So I'll try to find a max A and prove sup A exists:
Let us have \exists \max A = M such that \forall x \in A, x \leq M
Suppose that a_n = M. a_n = \sum_{k=0}^n\frac{1}{5 \cdot 10^k}, n \in \mathbb N. If a_n \geq a_{n+1} then \max A = \sup A = a_n
a_{n+1}= \sum_{k=0}^{n}(\frac{1}{5 \cdot 10^n})+ \frac{1}{5 \cdot 10^{n+1}} \rightarrow a_{n+1} > a_n. Therefore max A does not exist.

However, I cannot conclusively prove that sup A does not exist at all for this set A. Intuitively I can see that the elements' difference is becoming smaller and smaller and smaller, hence they should eventually be limited to some specific value. Altho it says if max A exists, it's also the sup A, but it does not say if max A doesn't exist, then there is no sup A.

What am I missing?

Thanks in advance.

EDIT:
Quick and dirty - If I assumed sup A = 0.23, for example, would it be sufficient evidence that sup A does not exist if I show there is a value 0.223 which is still greater than all the elements in the set A, but lesser than the supposed 0.23. Then it follows that I can suppose sup A = 0.222223, which still satisfies the upper bound criteria, however is not the least of the upper bounds. How can I show that there is no sup A in this case?

The least upper bound axiom states that if A \subset \mathbb{R} is bounded above then it has a supremum M. If it happens that M \in A then M is the maximum of A, but it may be that M \notin A in which case A has no maximum.

To your example: try summing the geometric series <br /> a_N = \sum_{n=1}^N \frac{2}{10^n} = 2 \sum_{n=1}^N \frac{1}{10^n} for fixed N. Then consider what happens if you make N arbitrarily large.
 
Let x= 0.2222..., never ending.

Then 10x= 2.222..., still never ending.

Subtracting, 9x= 2.
 
nuuskur said:

Homework Statement


Find sup A if A = {0.2, 0.22, 0.222, 0.2222, ...}
I'll write elements of a set with low case letters and indexes, e.g an


The Attempt at a Solution


Begin by definition of supremum:
\sup A = a if \forall x \in A, x \leq a and \forall b \in \mathbb R ((\forall x \in A , x \leq b) \rightarrow a \leq b essentially, a supremum is the lowest value of upper bounds of a set.
Also if \exists \max A \rightarrow \sup A = \max A

So I'll try to find a max A and prove sup A exists:
Let us have \exists \max A = M such that \forall x \in A, x \leq M
Suppose that a_n = M. a_n = \sum_{k=0}^n\frac{1}{5 \cdot 10^k}, n \in \mathbb N. If a_n \geq a_{n+1} then \max A = \sup A = a_n
a_{n+1}= \sum_{k=0}^{n}(\frac{1}{5 \cdot 10^n})+ \frac{1}{5 \cdot 10^{n+1}} \rightarrow a_{n+1} &gt; a_n. Therefore max A does not exist.

However, I cannot conclusively prove that sup A does not exist at all for this set A. Intuitively I can see that the elements' difference is becoming smaller and smaller and smaller, hence they should eventually be limited to some specific value. Altho it says if max A exists, it's also the sup A, but it does not say if max A doesn't exist, then there is no sup A.

What am I missing?

Thanks in advance.

EDIT:
Quick and dirty - If I assumed sup A = 0.23, for example, would it be sufficient evidence that sup A does not exist if I show there is a value 0.223 which is still greater than all the elements in the set A, but lesser than the supposed 0.23. Then it follows that I can suppose sup A = 0.222223, which still satisfies the upper bound criteria, however is not the least of the upper bounds. How can I show that there is no sup A in this case?


Of course there IS a sup in this case; I don't know why you think otherwise. In fact, it is a property of real numbers that any bounded set of real numbers has a supremum. However, maximum and supremum need not be the same thing. In this case the set has no maximum, but that does not matter for the problem at hand.

Others have already showed you how to find the supremum.
 

Similar threads

Replies
15
Views
2K
  • · Replies 3 ·
Replies
3
Views
5K
  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 9 ·
Replies
9
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K