3.1 Closed Sets
Definition. A subset F⊆X is closed if its complement X∖F is open.
Proposition 3.1. Closed sets satisfy:
- ∅ and X are closed.
- Any intersection of closed sets is closed.
- Any finite union of closed sets is closed.
Example 3.1. In R with the standard topology, [a,b] is closed since R∖[a,b]=(−∞,a)∪(b,∞) 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, ∅ and X are clopen.
Example 3.3. Sets can be neither open nor closed. In R, [0,1) is neither open nor closed.
3.2 Closure
Definition. The closure of A⊆X, denoted A, is the smallest closed set containing A:
A=⋂{F:F is closed and A⊆F}.
Equivalently, x∈A if and only if every open set containing x intersects A.
Example 3.4. In R: (0,1)=[0,1], Q=R.
Example 3.5. In R2 with the standard topology, the closure of the open unit disc {(x,y):x2+y2<1} is the closed unit disc {(x,y):x2+y2≤1}.
3.3 Interior
Definition. The interior of A⊆X, denoted A˚ or int(A), is the largest open set contained in A:
int(A)=⋃{U:U is open and U⊆A}.
Equivalently, x∈int(A) if and only if there exists an open set U with x∈U⊆A.
Example 3.6. In R: int([0,1])=(0,1), int(Q)=∅.
3.4 Boundary
Definition. The boundary of A⊆X, denoted ∂A, is:
∂A=A∩X∖A=A∖int(A).
Example 3.7. In R: ∂(0,1)={0,1}, ∂Q=R, ∂∅=∅.
3.5 Dense Sets
Definition. A subset A⊆X is dense in X if A=X.
Example 3.8. Q is dense in R with the standard topology.
Example 3.9. In the cofinite topology on an infinite set X, every infinite subset is dense.
Proposition 3.2. A is dense in X if and only if every nonempty open set intersects A.