Bounded Sets
Consider the set
. As you might imagine, there is no "largest" element in this set. If we were to claim that some element
was the largest element in
, then we note that
and
. There is a least element in this set though, namely
. We can say that every element
is such that
. We could alternatively say that every element
is such that
or
. We will now formally define this sort of idea.
Definition: Let where . We say that is bounded above by if for all , . We say that is bounded below by if for all , . We say that is bounded if it is both bounded above and bounded below, and we say that is unbounded if it is not both bounded above and below. |
From this definition, we can intuitively say that the set of natural numbers
is bounded below by any number
. However, we note that
is not bounded above since such as
does not exist. Therefore in general we say that the set of natural numbers is not bounded.
Another example is the set
. As we can guess, this set
is bounded below by
and bounded above by
. Therefore we say that
is bounded.
Sometimes a set might not be bounded above and might also not be bounded below. For example consider the set of integers
which is clearly a subset of
. This set is not bounded below and not bounded above.
We will now look at some theorems regarding bounded sets.
Theorem 1: If and is a bounded set then is a bounded set. Further, if and is an unbounded set then is an unbounded set. |
- Proof: Let
.
- For the first part of the proof, let
be a bounded set and let
be any lower bound to
and let
be any upper bound to
. Then if
, then
, but
we have that
, and so
,
so
is a bounded set.
- For the second part of the proof, let
be an unbounded set and suppose instead that
is a bounded set. Let
be any lower bound to
and let
be any upper bound to
. Then if
, then
, but
we have that
, and so
,
, so
is bounded, but that contradicts the fact that
is an unbounded set, so our assumption that
was bounded is false. Therefore
is an unbounded set. 
Note that in the proof of Theorem 1, we could have omitted the second part of the proof since it is the contrapositive of the first part.
Bounded Subsets in Euclidean Space
Definition: Let . The set is said to be Bounded if there exists a and a positive real number such that and is said to be Unbounded otherwise. |
In other words, a subset
of
is bounded if
is the subset of some ball in
.
In
, a set
that is bounded might look something like:
Meanwhile, a set
that is unbounded might look something like:
For a more concrete example, consider the subset
. Then the ball
is such that
, so
is bounded. However, the subset
is unbounded. To prove this, set
. Suppose that there exists an
such that
. now consider the point
. Then:
\begin{align} \quad \| \mathbf{r} - \mathbf{0} \| = \sqrt{(r+1)^2 + (r+1)^2} = \sqrt{2} \mid r + 1 \mid > r \end{align}
Therefore
for all
, but
for all
, so
for all
, so
is unbounded.