Open sets and closed sets in \(\mathbb{R}^n\)
Open sets
In \(\mathbb{R}\), we have the notion of an open interval such as \((a, b) = \{x \in \mathbb{R} | a < x < b\}\). We want to extend this idea to apply to \(\mathbb{R}^n\). We also introduce the notions of bounded sets and closed sets in \(\mathbb{R}^n\).
Recall that the \(\varepsilon\)-neighbor of a point \(x\in\mathbb{R}^n\) is defined as \(N_{\varepsilon}(x) = \{y \in \mathbb{R}^n | d(x, y) < \varepsilon \}\) where \(d(x,y)\) is the distance between \(x\) and \(y\).
Definition (Open set)
Definition (Path-connected)
- For each \(i = 1, 2, \cdots, n\), let \(\sigma_i(t)\) be a continuous function on \([0, 1]\). Then the \(n\)-tuple of these functions, \(\sigma(t) = (\sigma_1(t), \sigma_2(t), \cdots, \sigma_n(t))\) is a point in \(\mathbb{R}^n\), parameterized by \(t\in [0,1]\). The set defined by \[\sigma = \{\sigma(t) \mid t \in [0, 1]\}\] is called a path in \(\mathbb{R}^n\). The points \(\sigma(0)\) and \(\sigma(1)\) are called the initial and terminal points, respectively, and both are collectively called the endpoints.
- If the path \(\sigma\) in \(\mathbb{R}^n\) is included in the subset \(S\) of \(\mathbb{R}^n\), that is, \(\sigma \subset S\), then \(\sigma\) is said to be a path in \(S\).
- For the subset \(S\) of \(\mathbb{R}^n\), for any \(x, y\in S\), if there exists at least one path \(\sigma\) with \(x\) and \(y\) being its endpoints, \(S\) is said to be path-connected.
Definition (Open region in \(\mathbb{R}^n\))
Theorem (Any open ball is an open region).
Closed sets
The Intermediate Value Theorem can be extended to multivariate functions on a path-connected set. To extend the Extreme Value Theorem to multivariate functions, we need the notion of bounded closed sets.
Definition (Bounded set)
The subset \(S\) of \(\mathbb{R}^n\) is said to be bounded if there exist \(x \in \mathbb{R}^n\) and \(r > 0\) such that \(S \subset N_r(x)\).
That is, a set is bounded if it can be "covered" by an open ball.
Remark. Let \(d\) be the distance between \(x\) and the origin \(O(0, 0, \cdots, 0)\). Then (draw a figure!) \[N_r(x) \subset N_{d+r}(O).\]
Therefore, in the above definition, we can replace the point \(x\) with the origin.
Example. In \(\mathbb{R}^2\), the rectangular region \([a, a']\times [b, b']\) where \(-\infty < a < a' < \infty, -\infty < b < b' < \infty\) is bounded. To see this, let
\[r = \max\left\{\frac{a' - a}{2}, \frac{b' - b}{2}\right\}\] and \[P\left(\frac{a+a'}{2}, \frac{b+b'}{2}\right).\]
Then, for any real number \(R\) such that \(R > \sqrt{2}r\), we have \[[a, a']\times [b, b'] \subset N_R(P).\] □
Definition (Closed set)
The subset \(F\) of \(\mathbb{R}^n\) is said to be a closed set if \(\mathbb{R}^n\setminus F\) (i.e., the complement of \(F\) in \(\mathbb{R}^n\)), is an open set. A bounded closed set is a closed set that is bounded.
Remark. Be careful: "The set \(A\) is not an open set" does not necessarily imply that \(A\) is a closed set! See the following proposition.
Proposition
The semi-closed ("clopen") interval \([0, 1)\subset \mathbb{R}\) is neither open nor closed.
Proof. Let \(x = 0\in [0, 1)\). For any \(\delta > 0\) and any point \(y \in (-\delta, 0) \subset N_{\delta}(0)\), we have \(y \not\in [0, 1)\). Hence \(N_\delta(0) \not\subset [0,1)\). Accordingly, \([0, 1)\) is not open.
Next, consider the complement \([0, 1)^c = (-\infty, 0)\cup [1, \infty)\). Take \(x = 1 \in [0,1)^c\). For any \(\delta > 0\) and any point \(y \in (1 - \delta, 1) \subset N_{\delta}(1)\), we have \(y \not\in [0,1)^c\). Hence \(N_{\delta}(1) \not\subset [0,1)^c\). That is, \([0,1)^c\) is not open, and therefore, \([0, 1)\) is not closed. ■
Example. Let us show that the rectangular region \([a, a']\times [b, b']\) in \(\mathbb{R}^2\) is a closed set. Let \(F = [a, a']\times [b, b']\) and \(U = \mathbb{R}^2 \setminus F\). We need to show that \(U\) is open. Take an arbitrary point \(p = (x,y) \in U\). Since \(p \not\in F\), it is either \(x \not\in [a, a']\) or \(y \not\in [b, b']\).
Consider the case that \(x \not\in [a, a']\) (the other case is similar). Then, either \(x < a\) or \(x > a'\). Consider the case that \(x > a'\) (the other case is similar). Let \(\delta = x - a'\). Then \(\delta > 0\). For any point \(q \in N_{\delta}(p)\), its \(x\)-coordinate is greater than \(a'\). Thus, \(q\not\in F\), that is, \(q \in U\). This implies that \(N_{\delta}(p) \subset U\). Hence \(U\) is open. Accordingly, \(F\) is closed. □
Comments
Post a Comment