If I have a set: $S = \{ k_1, k_2,...,k_n,... : k_i < \infty \}$, which means that $S$ include infinite many elements, but each element is a finite real number. In this case does $\max(S)$ or $\sup(S)$ exit, and is finite?
I can not find useful theorem to clarify this. Any help appreciate.
Some examples:
$$ \mathbb{N} = \left\{1, 2, 3, 4, 5, \dots\right\} $$
$\mathbb{N}$ does not have a maximum, nor does it have a supremum.
$$ T = \left\{1-\frac{1}{n} : n \in \mathbb{N} \right\}$$
$T$ does not have a maximum but does have a supremum: $\sup(T) = 1$.
$$ U = \left\{\frac{1}{n} : n \in \mathbb{N} \right\}$$
$U$ has a maximum and a supremum, which are necessarily the same (a maximum of a set must be its least upper bound): $\max(U) = \sup(U) = 1$.