I think I understand the very basic concepts of these terms, but wanted to check my understanding here.
The max is the largest number in the set.
The supremum is the least upper bound number in the set.
The min is the smallest number in the set.
The infimum is the greatest lower bound in the set.
In a way these all seem like they are saying the same thing, which I know they are not. Can you all help me to understand it via the following examples?
$\{2.9, e, \pi, 2\sqrt{3}, 10/3\}$
If I were to guess I'd say the max is $2\sqrt{3}$, min $e$, and that there is no supremum or infimum.
$\{x \in \mathbb R : x \gt -5\}$
For this one I'd say there is no max, supremum or infimum, but the min is -5.
Any assistance in understanding how to find these is greatly appreciated.
An upper bound for a non-empty set $S\subset R$ is any $x\in R$ such that $\forall s\in S\;(s\leq x).$ A lower bound for a non-empty $S\subset R$ is any $y\in R$ such that $\forall s\in S\;(s\geq y).$
The supremum is the least upper bound FOR the set , not "the least upper bound IN the set". It is the least of all of the upper bounds for the set. It may or may not be a member of the set. The maximum of the set is the largest member OF the set, if there is such a member.
$\sup S$ belongs to $S$ if and only if $\sup S=\max S.$
The infimum is the greatest lower bound FOR the set, not "the greatest lower bound IN the set". It is the greatest of all of the lower bounds for the set. It may or may not be a member of the set. The minimum of the set is the least member OF the set, if there is such a member.
$\inf S$ belongs to $S$ if and only if $\inf S=\min S.$
The set $S=\{x\in R: x>-5\}$ has no least member, that is, no minimum. The set of lower bounds for $S$ is $\{y\in R:y\leq -5\}$, and the greatest of them is $-5$. So $\inf S=-5.$
It is common to call an upper (lower ) bound FOR a set "an upper (lower) bound OF the set", but this does not mean that it is necessarily a member of the set.
Some modern writers use $glb$ for $\inf$, and $lub$ for $\sup.$