Bounded Subsets in Euclidean Space

Bounded Subsets in Euclidean Space

Definition: Let $S \subseteq \mathbb{R}^n$. The set $S$ is said to be Bounded if there exists a $\mathbf{x} \in \mathbb{R}^n$ and a positive real number $r > 0$ such that $S \subseteq B(\mathbf{x}, r)$ and $S$ is said to be Unbounded otherwise.

In other words, a subset $S$ of $\mathbb{R}^n$ is bounded if $S$ is the subset of some ball in $\mathbb{R}^n$.

In $\mathbb{R}^2$, a set $S \subseteq \mathbb{R}^2$ that is bounded might look something like:

Screen%20Shot%202015-09-19%20at%209.49.23%20PM.png

Meanwhile, a set $S$ that is unbounded might look something like:

Screen%20Shot%202015-09-19%20at%209.53.37%20PM.png

For a more concrete example, consider the subset $S = [0, 1) \times [0, 1) \subseteq \mathbb{R}^2$. Then the ball $B(\mathbf{0}, 2)$ is such that $S \subseteq B(\mathbf{0}, 2)$, so $S$ is bounded. However, the subset $S = \{ (x, y) \in \mathbb{R}^2 : x \geq 0, y \geq 0 \} \subseteq \mathbb{R}^2$ is unbounded. To prove this, set $\mathbf{x} = \mathbf{0}$. Suppose that there exists an $r > 0$ such that $S \subseteq B(\mathbf{0}, r)$. now consider the point $\mathbf{y} = (r+1, r+1) \in S$. Then:

(1)
\begin{align} \quad \| \mathbf{r} - \mathbf{0} \| = \sqrt{(r+1)^2 + (r+1)^2} = \sqrt{2} \mid r + 1 \mid > r \end{align}

Therefore $(r + 1, r + 1) \not \in B(\mathbf{0}, r)$ for all $r > 0$, but $(r+1, r+1) \in S$ for all $r > 0$, so $S \not \subseteq B(\mathbf{0}, r)$ for all $r > 0$, so $S$ is unbounded.

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License