Recall

Recall

  • , then is continuous (open set in ) is open in
  • Definition of open sets and closed sets.

Proof of the backward implication from the last claim (Rudin, 4.8) in L13

Proof of
Given an arbitrary challenge, we want such that . This is the same as saying we want such that .
We know that is open in and contains . Importantly, it contains a ball with center . Take to be the radius of this ball. ❏

Since preserves complements, we also have (closed set in ) is a closed set in .


Examples and observations on open and closed sets

Recall: is closed in is open in .

Example 1.

For ,

  • is open, not closed
  • is not open, is closed
  • is neither
  • are both open and closed

For ,

  • is not open, not closed
  • is not open, is closed
  • is not open, is closed

In general,

  • Any metric space is an open and closed subset of itself
  • In any metric space , a singleton set is closed in .
  • In any metric space , a singleton set is open in iff its element is an isolated point of .

Example 2.

Let be a metric space. Then, the subset is both open and closed.

Example 3.

It is quite easy to confuse closed sets with closed intervals in . Non-trivial examples of closed sets which are not closed intervals:

  • The cantor set; it is an arbitrary intersection of closed sets, and hence is closed.
  • Sets of the form and .

An aside

The above examples motivate the notion of distance of a point from a set (you’ll see why).

Let be a metric space. Let , and .
Define .

Now, only when or is a limit point of .
Observe that
is closed ( ). (here’s where you see why)

Now, fix and vary . Then, is continuous? (Yes; prove it.)


An equivalent property to being closed

Theorem 4.

is closed in contains all of its limit points.

Proof of
Let . Since is open, there exists such that . So, , which implies is not a limit point of . Therefore, any limit point must be in . ❏

Proof of
If contains all of its limit points, no point outside is a limit point of . Want to show is open. Take . We know is not a limit point of , so there should exist such that . ❏


The remnants of 2.18

Interior

Definition 5.

The interior of a set , denoted is , where is an open set. It is the largest open set contained in .

Closure

Definition 6.

The closure of , denoted by , is , where are closed sets. It is the smallest closed set containing .

Rudin defines (2.26) closure of as , where is the set of all limit points of . These definitions are, of course, equivalent.

Perfect sets

Defined perfect sets, and noted that they are not important for this course.

Definition 7.

is perfect if is closed and every point of is a limit point of .

For example, the Cantor set is a perfect set.

Dense subsets

Definition 8.

is dense in if every point of is either a member of or a limit point of (or both).


Open and closed sets under intersections and unions

Rudin, 2.24

Theorem 9.

  1. For any collection of open sets, is open.
  2. For any collection of closed sets, is closed.
  3. For any finite collection of open sets , is open.
  4. For any finite collection of closed sets , is closed.

Proof of 1
An open set by definition is a union of open balls. It follows that a union of open sets is also a union of balls. ❏

Proof of 2
Follows from 1 and De Morgan’s laws.

Proof of 3
We will show that if and are open sets, is an open set. 3 follows by induction.
Let . There exist such that and . WLOG, let . It follows that . Thus, and , i.e, . ❏

Proof of 4
Follows from 3 and De Morgan’s laws.

Note that (3) is not true for the infinite case. Example: .
Note that (4) is not true for the infinite case. Example: .
^ Rudin 2.25


Epilogue

Observed that
is an interior point of is a neighborhood of .

Assigned reading: 2.18 - 2.29
Exercise: prove 2.30.