User Tools

Site Tools


math104-s22:notes:lecture_16

Lecture 16

connectedness

Last time we didn't introduce the notion of a connected space. Let's do it now.

Sometimes, we can tell from a glance, whether a space is connected or not: the interval [0,1][0,1] is connected, the set {1,2,3}\{1,2,3\} (with induced topology from R\R) is not (there are gaps between points). But, we also know that topological space can be weird.

Ex: let X={1,2,3,}X = \{1,2,3,\cdots \} be a set, we declare the following subsets in XX are open:

  • \emptyset and XX,
  • {1,2,,n}\{1,2,\cdots, n\}, for some n1n \geq 1.

One can easily check that this collection of open sets are closed under arbitrary union and finite intersections. Hmm, is it connected? What does it mean when we ask this question?

Here is the general definition:

We say a metric space XX is connected, if XX cannot be written as disjoint union of two non-emtpy open subset. In other word, the only subsets in XX that is both open and closed are XX and \emptyset.

For example, Q\Q is not connected, since (,5)(-\infty, \sqrt{5}) is both open and closed in QQ. (why?)

For example, X={1,2,3}X=\{1,2,3\} (with induced metric from R\R) is not connected, since {1}\{1\} is both open and closed in XX. (Discussion: Equip XX with the induced metric, can you show that {1}\{1\} is both open and closed? Equip XX with the induced topology, can you show that {1}\{1\} is both open and closed? )

For example, in that weird topology example above, XX is connected, since XX cannot be written as disjoint union of two open sets.

Theorem: a subset ERE \In \R is connected, if and only if, for any x,yEx,y \in E, we have [x,y]E[x,y] \In E. Proof: suppose EE is connected, and x,yEx,y \in E, we need to show that [x,y]E[x,y] \In E. If not, say z(x,y)z \in (x,y) is not in EE, then let E1=E(,z)E_1 = E \cap (-\infty,z), E2=E(z,+)E_2 = E \cap (z,+\infty), they are open subsets of EE (since they are open subsets of R\R intersecting EE), they are non-empty (containing xx and yy respectively), and E=E1E2E = E_1 \sqcup E_2, therefore EE is not connected. Contradiction.

Suppose for any x,yEx,y \in E, we have [x,y]E[x,y] \In E, and suppose EE is not connected. Then EE can be written as disjoint union of two non-empty open sets E=ABE = A \sqcup B, where A,BA, B open in EE. Pick xAx \in A and yBy \in B, w.l.o.g, assuming x<yx<y. By hypothesis, [x,y]E[x,y] \In E. Let A=A[x,y]A' = A \cap [x,y] and B=B[x,y]B' = B \cap [x,y]. Then [x,y]=AB[x,y] = A' \cup B', and A,BA', B' are open in [x,y][x,y], and xAx \in A', yBy \in B'. Let z=supAz = \sup A'. We discuss the following cases:

  • if z=xz=x, then A={x}A' = \{x\}, and AA' cannot be an open subset of [x,y][x,y]
  • If x<z<yx< z < y, we split into two case:
    • (a) if zAz \in A', then AA' is not an open subset of [x,y][x,y] at point zz.
    • (b) if zBz \in B', then BB' is not an open subset of [x,y][x,y] at zz.
  • if z=yz = y, then zBz \in B', we claim that BB' is not open in [x,y][x,y].

Thus, we get a contradiction.


Remark: Rudin uses a seeming different definition of connectedness, but it is equivalent. We say two subsets A,BA, B are 'separated', if AˉB=\bar A \cap B = \emptyset and ABˉ=A \cap \bar B = \emptyset. It is possible for two sets to be disjoint, but not separated, like A=(0,1),B=[1,2)A = (0,1), B=[1,2).

Prop: A subset EXE \In X is connected \Leftrightarrow if EE cannot be written as the union of two non-empty separated sets.

Proof: \Rightarrow Suppose EXE \In X is connected, and E=GHE = G \sqcup H with G,HG, H non-empty separated subsets in XX. Then, GˉE=Gˉ(GH)=(GˉG)(GˉH)=G=G \bar G \cap E = \bar G \cap (G \sqcup H) = (\bar G \cap G) \sqcup (\bar G \cap H) = G \sqcup \emptyset = G , hence GG is closed in EE. Similarly, HH is closed in EE. That means the complement of GG in EE, ie. HH is open, similarly, GG is open. Thus, E=GHE = G \sqcup H writes EE as disjoint union of two non-emptyset open subsets of EE, contradicting with EE being connected.

\Leftarrow: suppose EE is not connected, thus E=GHE = G \sqcup H with G,HG, H open in EE (hence both G,HG, H are closed in EE, since G=E\HG = E \RM H, H=E\GH = E\RM G). Let GXG' \In X be a closed subset, such that GE=GG' \cap E = G, then GH=G' \cap H = \emptyset. In particular, GˉG\bar G \In G', hence GˉH=\bar G \cap H = \emptyset. Similarly HˉG=\bar H \cap G=\emptyset, thus G,HG,H are separated.

math104-s22/notes/lecture_16.txt · Last modified: 2022/03/14 22:58 by pzhou