Skip to content

Closed Sets, Closure, Interior, and Boundary

3.1 Closed Sets

Definition. A subset FXF \subseteq X is closed if its complement XFX \setminus F is open.

Proposition 3.1. Closed sets satisfy:

  1. \emptyset and XX are closed.
  2. Any intersection of closed sets is closed.
  3. Any finite union of closed sets is closed.

Example 3.1. In R\mathbb{R} with the standard topology, [a,b][a, b] is closed since R[a,b]=(,a)(b,)\mathbb{R} \setminus [a, b] = (-\infty, a) \cup (b, \infty) is open.

Example 3.2. Sets can be both open and closed (clopen). In the discrete topology every set is clopen. In any topological space, \emptyset and XX are clopen.

Example 3.3. Sets can be neither open nor closed. In R\mathbb{R}, [0,1)[0, 1) is neither open nor closed.

3.2 Closure

Definition. The closure of AXA \subseteq X, denoted A\overline{A}, is the smallest closed set containing AA:

A={F:F is closed and AF}.\overline{A} = \bigcap \{F : F \text{ is closed and } A \subseteq F\}.

Equivalently, xAx \in \overline{A} if and only if every open set containing xx intersects AA.

Example 3.4. In R\mathbb{R}: (0,1)=[0,1]\overline{(0, 1)} = [0, 1], Q=R\overline{\mathbb{Q}} = \mathbb{R}.

Example 3.5. In R2\mathbb{R}^2 with the standard topology, the closure of the open unit disc {(x,y):x2+y2<1}\{(x, y) : x^2 + y^2 < 1\} is the closed unit disc {(x,y):x2+y21}\{(x, y) : x^2 + y^2 \leq 1\}.

3.3 Interior

Definition. The interior of AXA \subseteq X, denoted A˚\mathring{A} or int(A)\operatorname{int}(A), is the largest open set contained in AA:

int(A)={U:U is open and UA}.\operatorname{int}(A) = \bigcup \{U : U \text{ is open and } U \subseteq A\}.

Equivalently, xint(A)x \in \operatorname{int}(A) if and only if there exists an open set UU with xUAx \in U \subseteq A.

Example 3.6. In R\mathbb{R}: int([0,1])=(0,1)\operatorname{int}([0, 1]) = (0, 1), int(Q)=\operatorname{int}(\mathbb{Q}) = \emptyset.

3.4 Boundary

Definition. The boundary of AXA \subseteq X, denoted A\partial A, is:

A=AXA=Aint(A).\partial A = \overline{A} \cap \overline{X \setminus A} = \overline{A} \setminus \operatorname{int}(A).

Example 3.7. In R\mathbb{R}: (0,1)={0,1}\partial(0, 1) = \{0, 1\}, Q=R\partial\mathbb{Q} = \mathbb{R}, =\partial\emptyset = \emptyset.

3.5 Dense Sets

Definition. A subset AXA \subseteq X is dense in XX if A=X\overline{A} = X.

Example 3.8. Q\mathbb{Q} is dense in R\mathbb{R} with the standard topology.

Example 3.9. In the cofinite topology on an infinite set XX, every infinite subset is dense.

Proposition 3.2. AA is dense in XX if and only if every nonempty open set intersects AA.