Lecture 23 - Perfect Sets and Connected Sets

Definition

Given PR then P is perfect if P is closed and P has no Isolated Points.

For example, if a<b:

  • P=[a,b] is a perfect set.
  • In contrast if P=[a,b]{c} (c>b), then this set is not perfect since it has an isolated point.

See its use in Perfect Sets are Uncountable.

Using this we can try to show a cool theorem:

Theorem

If PR is perfect then P is uncountable.

Proof

We'll use the Nested Compact Set Property to show this, but let's prove it by contradiction.

Let P be perfect and for the sake of contradiction let P be countable (obviously it can't be infinite since then any point is isolated, so then P wouldn't be perfect). Then:
P={x1,x2,x3,}
We'll construct a sequence of compact subsets KnP such that we'll have x1K2, x2K3, and so on. Some care should be taken to show that each Kn is nonempty, but using the Nested Compact Set Property to produce an:
xn=1KnP
that cannot be on the list {x1,x2,x3,}.

Let I1 be a closed interval that contains x1. Then x1 is not an endpoint of I1 so then x1 is not isolated so y1x1 where y1P such that y1I1.

then let I2 is the closed subinterval centered on y2 of I1. Namely if I1=[a,b] let:
ε=min{y1a,by1,|x1y1|}
then the interval I2=[y1ε2,y1+ε2] has the desired properties.

Repeat this process. Because y1 is not isolated then y2 in the interior of I2 and we can say y2x2. Now construct I3 centered on y2 and small enough so that x2I3 and I3I2. Observe that I3P because the set contains y2.

Carrying out the construction inductively, the result is a sequence of $I_

The Cantor set is perfect.

Recall the cantor set C (see also Lecture 19 - Cantor Set):

  • C0=[0,1]
  • C1=[0,13][23,1]
  • C2=[0,19][29,13][23,79][89,1]
  • ...

We'll show that the Cantor set is perfect.

Proof

Let xC. For each nN if xCn then In (some subinterval) of length 13nin which x lies.

Now let xn be an endpoint of In such that xxn. Now note that xnC (since C is closed) but then xnx so the x is not isolated. As a result then C must be perfect.

C can have no interval as a subset.
Separated, Disconnected

A,B are separated if both:
AB=,AB=
If ER can be written as E=AB where A,B and A,B are separated, then E is disconnected.

This is an implication definition: Suppose E=AB where A,B nomempty and separated implies that E is disconnected.

The idea here is that the limit points of A aren't in B, and vice versa.

connected

A set is connected if it is not disconnected. Namely, E is connected for any A,B and A,B are not separated (AB or AB) then EAB.

Examples

  1. A=(0,1),B(1,2) then these two sets are separated (the closure of A throws on 0,1B and the closure of B with the limit points 1,2 are not in A neither). Thus E=AB=(0,1)(1,2) must be a disconnected set (by construction).
Note that A,B being disjoint is not equivalent. For example A=(0,1),B=[1,2) are not separated since the limit point 1 from A is in B. Namely:

AB={1}

  1. Let E=Q. Is E disconnected or connected? Since Q is dense in R, then it is disconnected via the following construction. Let A={xQ|x<2} and B={xQ:x>2}. Here A,B and A,B are indeed separated. However, A=(,2] and B=[2,) but AB=AB= showing that E=AB must be disconnected.

We can prove an interesting theorem for being a connected set:

Condition for Connected

Let ER. E is connected iff a<bE and cR if a<c<b then cE.

Really this is saying that E is an 'interval', in the more traditional sense.

Proof

(): Suppose E is connected, and let a,bE and a<c<b. Set:
A=(,c)E;B=(c,)E
Because aA and bB, then neither set is empty and neither set contains a limit point of the other (see Separated, Disconnected, Connected Sets#Examples to see how that works, namely example 2). If E=AB, then we would have that E is disconnected, which it is not (by our given). It must then be that AB is missing some element of E and c is the only possibility. Thus, cE.

(): Suppose a<bE and cR that (a<c<bcE). To show that E is connected, assume E=AB for contradiction, where A,B are nonempty and disjoint (being separated allows us to get disjoint for free). We need to show that one of these sets contains a limit point of the other. Pick a0A and b0B and, suppose (for the sake of argument) that a0<b0. Because E itself is an interval, then interval I0=[a0,b0]E. Now, bisect I0 into two equal halves. The midpoint of I0 must either be in A or B, so choose I1=[a1,b1]E to be the half that allows us to have a1A and b1B. Continue this process, where each In=[an,bn]E where anA and bnB and the length (bnan)0. By the Nested Interval Property then x where:
xn=0In
It is straightforward to see that anx and bnx. But now xE must belong to either A or B, thus making it a limit point of the other, contradicting A,B being separated. As such, then EAB so then E must be connected.

s that are closed where: 1. $I_{n+1} \subseteq I_{n}$ 2. $x_{n} \not \in I_{n+1}$ 3. $I_{n} \cap P \neq \emptyset$

To finis the proof we let Kn=InP. For each nN we have Kn is closed because it is the intersection of closed sets, and bounded because it is contained in the bounded set In. Hence Kn is compact, so by construction then Kn is not empty and Kn+1Kn. Thus using the Nested Compact Set Property then:
n=1Kn
But since each KnP and since xnIn+1 then n=1Kn= which is our contradiction.

!The Cantor Set is Perfect

!Separated, Disconnected, Connected Sets

We can prove an interesting theorem for being a connected set:

!Condition for Connected