Topology/Points in Sets

From testwiki
Jump to navigation Jump to search

Some Important Constructions

Let A be an arbitrary subset of X.

  • A point x is called a point of closure of a set A if for every neighbourhood U of x, UA
  • Define the closure of A to be the intersection of all closed sets containing A, denoted Cl(A) (some authors use A¯). The closure has the nice property of being the smallest closed set containing A. Each neighborhood (nbd) of every point in the closure intersects A.
  • We say that x is an internal point of A iff There is an open set U, xU and UA
  • Define the interior of A to be the union of all open sets contained inside A, denoted Int(A) (some authors use A). The interior has the nice property of being the largest open set contained inside A. Every point in the interior has a nbd contained inside A.

Note that a set A is Open iff A=Int(A)

  • Define the exterior of A to be the union of all open sets contained inside the complement of A, denoted Int(XA). It is the largest open set inside XA. Every point in the exterior has a nbd contained inside XA.
  • Define the boundary of A to be Cl(A)Int(A), denoted Bd(A) (some authors prefer A). The boundary is also called the frontier. It is always closed since it is the intersection of the closed set Cl(A) and the closed set XInt(A). It can be proved that A is closed if it contains all its boundary, and is open if it contains none of its boundary. Every nbd of every point in the boundary intersects both A and XA. All boundary points of a set A are obviously points of contact of a set A.
  • A point x is called a limit point of a set A if for every neighborhood U of x, (U{x})A. All limit points of a set A are obviously points of closure of the set A.

Some Basic Theorems

The A⊆Cl(A) since if a point x is within A, then for all neighborhoods N of that point, N∩A≠Ø because it contains x.

A set A is open if and only if int(A)=A.
Proof:

Obviously int(A)⊆A because if a point is outside the set, then all neighborhoods would contain themselves, which is not within the set, and implying that no neighborhood is completely contained within A, and so it is not within its interior. If x∈A, then A itself is an open neighborhood of A contained within A, and so is within int(A).

int(A)=A. Thus, any element of A must have a neighborhood contained within A. The union of all of those neighborhoods is A, and so A is open.

A set A is closed if and only if Cl(A)=A.
Proof:

A is closed. Clearly A⊆Cl(A). If x∈Cl(A), then all neighborhoods of X must meet A, meaning that no neighborhood is completely within X-A, implying that it is not within X-A since X-A is open.

Cl(A)=A. Consider any point within X-A. It is not within the closure of A, implying that there is a neighborhood of that point completely contained within X-A. Thus, X-A is open, and so A is closed.

Cl(Cl(A)) = Cl(A) (i. e. the closure of a set is closed)
Proof:
Clearly Cl(A)⊆Cl(Cl(A)). All points not within Cl(Cl(A)) must have a neighborhood not meeting Cl(A), and thus not meeting A (because A⊆Cl(A), and so it would not be within Cl(A).

Exercises

  1. Prove the following identities for subsets A,B of a topological space X:
    • Cl(AB)=Cl(A)Cl(B)
    • Cl(AB)Cl(A)Cl(B)
    • Int(A)Int(B)Int(AB)
    • Int(AB)=Int(A)Int(B)
  2. Show that the following identities need not hold (i.e. give an exaple of a topological space and sets A and B for which they fail):
    • Cl(AB)=Cl(A)Cl(B)
    • Int(A)Int(B)=Int(AB)