What is the Property of Infimum for Sets?

  • Context: MHB 
  • Thread starter Thread starter evinda
  • Start date Start date
  • Tags Tags
    Property Set
Click For Summary
SUMMARY

The discussion centers on the property of infimum for sets, specifically demonstrating that a number $\ell$ is the infimum of a set $A$ if and only if it is a lower bound of $A$ and for every $\epsilon > 0$, there exists an element $a \in A$ such that $\ell + \epsilon > a$. Participants clarified the necessity of defining $\epsilon$ and the implications of assuming another lower bound $t$ greater than $\ell$. The conclusion reached is that if $\ell$ is the infimum, it cannot be exceeded by any lower bound of $A$, thus confirming its status as the greatest lower bound.

PREREQUISITES
  • Understanding of infimum and supremum in real analysis
  • Familiarity with lower bounds and their properties
  • Basic knowledge of epsilon-delta definitions in mathematical analysis
  • Ability to work with inequalities and set notation
NEXT STEPS
  • Study the definition and properties of supremum in relation to infimum
  • Explore examples of sets with specific infimum values, such as open intervals
  • Learn about the completeness property of the real numbers
  • Investigate the implications of the least upper bound property in analysis
USEFUL FOR

Students and educators in mathematics, particularly those focusing on real analysis, set theory, and foundational concepts in calculus.

evinda
Gold Member
MHB
Messages
3,741
Reaction score
0
Hello! (Wave)

I want to show that $\ell$ is the infimum of a set $A$ iff $\ell$ is a lower bound of $A$ and for each $\epsilon>0$ there exists an $a \in A$ such that $\ell+\epsilon>a$.

I have thought the following so far for the direction "$\Leftarrow$".
Let $\ell$ be a lower bound of $A$ such that for each $\epsilon>0$ there exists an $a \in A$ such that $\ell+\epsilon>a$.
Let $\ell<t$. We pick $\epsilon=t-\ell>0$. Then there is some $b \in A$ such that $\ell+\epsilon>b$.
But does this help somehow? I don't know how, right now... (Thinking)
 
Physics news on Phys.org
evinda said:
Hello! (Wave)

I want to show that $\ell$ is the infimum of a set $A$ iff $\ell$ is a lower bound of $A$ and for each $\epsilon>0$ there exists an $a \in A$ such that $\ell+\epsilon>a$.

I have thought the following so far for the direction "$\Leftarrow$".
Let $\ell$ be a lower bound of $A$ such that for each $\epsilon>0$ there exists an $a \in A$ such that $\ell+\epsilon>a$.
Let $\ell<t$. We pick $\epsilon=t-\ell>0$. Then there is some $b \in A$ such that $\ell+\epsilon>b$.
But does this help somehow? I don't know how, right now... (Thinking)

It is not clear what $t$ is, so that makes it a bit confusing, but I think you are almost there.

Namely, make explicit that $t$ is another lower bound of $A$ that is strictly greater than $\ell$. Define $\epsilon > 0$ as you do. Since plainly $\ell + \epsilon = t$ you have shown that there exists $b \in A$ that is less than $t$. Hence $t$ is not a lower bound of $A$ at all.

Conclusion: There cannot be another lower bound of $A$ that is strictly greater than $\ell$. This just means that $\ell$ is the infimum, indeed.
 
Janssens said:
It is not clear what $t$ is, so that makes it a bit confusing, but I think you are almost there.

Namely, make explicit that $t$ is another lower bound of $A$ that is strictly greater than $\ell$. Define $\epsilon > 0$ as you do. Since plainly $\ell + \epsilon = t$ you have shown that there exists $b \in A$ that is less than $t$. Hence $t$ is not a lower bound of $A$ at all.

Conclusion: There cannot be another lower bound of $A$ that is strictly greater than $\ell$. This just means that $\ell$ is the infimum, indeed.

I see. (Smile)
At the other direction, we want to show that if $\ell$ is the infimum of $A$ then $\ell$ is a lower bound of $A$ and for each $\epsilon>0$ there is an $a \in A$ such that $\ell+\epsilon>a$.

So let $\ell$ be the infimum of $A$. By definition, the infimum is the greatest lower bound of the set. Thus $\ell$ is a lower bound of $A$. Let $\epsilon>0$. We note that $\ell<\ell+\epsilon$. Can we just set $a=\ell$ ? (Thinking)
 
evinda said:
I see. (Smile)
At the other direction, we want to show that if $\ell$ is the infimum of $A$ then $\ell$ is a lower bound of $A$ and for each $\epsilon>0$ there is an $a \in A$ such that $\ell+\epsilon>a$.

So let $\ell$ be the infimum of $A$. By definition, the infimum is the greatest lower bound of the set. Thus $\ell$ is a lower bound of $A$. Let $\epsilon>0$. We note that $\ell<\ell+\epsilon$. Can we just set $a=\ell$ ? (Thinking)

No, because $\ell$ need not be in $A$. (Think of $A = (1,2)$ with infimum $1$.).

Surely, $\ell$ is a lower bound, so that is done.
For the rest of the statement, consider the negation, i.e. consider what happens when there would exist $\epsilon > 0$ such that there is no $a \in A$ with $\ell + \epsilon > a$. Then $\ell + \epsilon \le a$ for all $a \in A$.

What does this tell you about the quantity $\ell + \epsilon$?
And what does that, in turn, say about $\ell$ itself?
 
Janssens said:
No, because $\ell$ need not be in $A$. (Think of $A = (1,2)$ with infimum $1$.).

Surely, $\ell$ is a lower bound, so that is done.
For the rest of the statement, consider the negation, i.e. consider what happens when there would exist $\epsilon > 0$ such that there is no $a \in A$ with $\ell + \epsilon > a$. Then $\ell + \epsilon \le a$ for all $a \in A$.

What does this tell you about the quantity $\ell + \epsilon$?

This tells us that $\ell+\epsilon$ is a lower bound of $A$, right?
 
And since $\ell<\ell+\epsilon$, $\ell$ cannot be the infimum. So we get a contradiction, right? (Thinking)
 
evinda said:
So let $\ell$ be the infimum of $A$. By definition, the infimum is the greatest lower bound of the set. Thus $\ell$ is a lower bound of $A$. Let $\epsilon>0$. We note that $\ell<\ell+\epsilon$. Can we just set $a=\ell$ ? (Thinking)
You’re almost there! Since $\ell$ is the greatest lower bound of $A$ and $\ell+\epsilon$ is greater than $\ell$, $\ell+\epsilon$ can’t be a lower bound of $A$. Therefore …?
 
evinda said:
And since $\ell<\ell+\epsilon$, $\ell$ cannot be the infimum. So we get a contradiction, right? (Thinking)

Exactly.
 
Olinguito said:
You’re almost there! Since $\ell$ is the greatest lower bound of $A$ and $\ell+\epsilon$ is greater than $\ell$, $\ell+\epsilon$ can’t be a lower bound of $A$. Therefore …?


Therefore, $\forall \epsilon >0 \ \exists a \in A$ such that $\ell+\epsilon>a$... (Smile) Thanks for answering!

- - - Updated - - -

Janssens said:
Exactly.

Thanks a lot... (Smirk)
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 16 ·
Replies
16
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
Replies
32
Views
3K
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K