4. Topology

Cantor Set:

Pasted image 20250301221250.webp|432
Let C0=[0,1]
Keep removing middle 1/3

C1=C0(13,23)C2=[0,19][29,13][23,79][89,1]C=n=0Cn

Length of complement: (13+29++2n13n+)13123=1
So length(C)=0 but C is uncountable with cardinality equal to R
Pasted image 20250301222836.webp|413

Fractal Dimension

KR, Let N(K,ε) number of intervals of size ε it takes to cover K
Dimension(K)=limε0log(N,ε)log(1ε)
K must be bounded

Example
if K is finite

limε0log(2)log(1ε)=0

K=[0,a]dimK=a

dim(C)=log(2)log(3)


Open Set

Pasted image 20250301223520.webp|157

A set OR is open if for all aO there exists an εneighbourhood Vε(a)O


Limit Point

Pasted image 20250301223805.webp|85
A point x is called a limit point of a set AR if every εneighbourhood Vε(x) intersects A at some point other than x

Vε(x)(Ax)

Thm Limits and Limit Points

x is a limit point of set A iff x=lim an for some sequence (an) contained in A satisfying anx for all nN.

anx in order to distinguish it from isolated points. It may not be in the set while an isolated point is always in the set.

Proof

assume x is a limit point of A.
Since it's a limit point for each nN we can pick:

anV1/n(x)A

with the stipulation that anx. Clearly (an)x.
assume lim an=x where anA but anx. Let Vε(x) be arbitrary. By the definition of convergence there exists a term a N in the sequence satisfying aNVε()x ,and the proof is complete.

Isolated Point

A point aA is an isolated point it is not a limit point of A

Closed Set

A set FR is closed if it contains all its limit points

Thm Cauchy and Closed

A set FR is closed iff every Cauchy sequence contained in F has a limit in F

Proof


Let F be closed. Assume that (xn) is a Cauchy sequence such that xnF for all nN
Since every Cauchy sequence is convergent then ε>0,NN so that n>N then |xnl|<ε since l is a limit point by definition then it must be in F.

If every Cauchy sequence has a limit in F then so does every convergent sequence

Thm Density and Limit Points

For every yR there exists a sequence of rational numbers that converge to y

Closure of a set

Given a set AR let L be the the set of all limit points of A

A¯=AL

For any AR, A¯ is closed and A¯ is the smallest closed set that contains A.


Thm Open and Complements

A set O is open iff Oc is closed

Proof


Let O be open
Let x be a limit point of Oc
Every neighbourhood of x contains some Oc
xO or Vε(x)O for some ε. So xOc

Let Oc be closed. Since Oc is closed. Let xO.
x cannot be a limit point, ε>0 so that Vε(x)Oc=Vε(x)O


Union and Intersection Theorems

De Morgan's Law

For any collection of sets {Eλ:λΛ}

(λΛEλ)c=λΛEλcand(λΛEλ)c=λΛEλc

1) The unions of an arbitrary collection of open sets is open
2) The intersection of finitely many open sets is open
3) The intersection of an arbitrary collection of open sets is open
4) The union of finitely many closed sets is closed

Proof

{0λ|λΛ}
Let O=λΛOλ
If aO then aOλ for some λ there exists Vε(a)OλO

Suppose {O1,,ON} are open
let an=1NOn
For each n{1,,N} there exists Vεn(a)On
Take ε=min{ε1,,εN}, Then VεVεn for all n

Thm Open from Disjoint Open

Every open set can be written as a countable union of (disjoint) open intervals


Interior/Exterior/Boundary Points

Let AR

a is an interior point if there exists ε>0 so that Vε(a)A (Vε(a)Ac=)

a is an exterior point if there exists ε>0 so that Vε(a)Ac (Vε(a)A=)

a boundary point is not interior or not exterior (A), limit point of A and Ac, (Vε(a)Ac and Vε(a)A)

Example
A=(a,b)[c,d]
intA = (a,b)(c,d) ExtA=(,a)(b,c)(d,)
boundary = {a,b,c,d}

Properties
IntAExtABdA=R
IntA=ExtAc
BdA=BdAc
A is open iff A=IntA
If a is isolated then aBdA


Closure and Boundaries

AR is closed iff BdAA

Proof


Let A be closed and aBdA
If aA then

(Vε(a){a})A

for ε>0 since Vε(a)A so a is a limit point of A which is a contradiction since A is closed


Let BdAA, let a be a limit point
suppose that aA
Since it's a limit point ε>0,Vε(a)A=
Sine aAc ε>0,Vε(a)Ac=
So aBdAA

A¯=BdAA


Compact Sets

KR is compact if every sequence in K has a subsequence that converges to a limit in K.

Thm. Sup and Inf in Compact

If K is compact and nonempty then supK and infK both exist in K

Proof

Let s=supK, for any εn=1n we can pick an xn such that sεn<xn<s, thus (xn)s. Therefore sK. Same idea for infK.

Bounded Sets

Set K is bounded iff there exists M>0 s.t |a|M

Thm Compact Closed Bounded

A KR is compact iff it is closed and bounded
Ex. Cantor set is compact

Proof


Let K be compact. For contradiction, assume it is not bounded.

Then there exists x1K with |x1|>1 and there is an xnK with |xn|>n. Since K is compact there exists a convergent subsequence of (xn), (xnk), But |xnk|>nk, so (xnk) is not bounded and therefore not convergent and has no convergent subsequence, so it can't be in K.

Let K be closed and bounded. Let (xn) be a sequence in K. Since K is bounded (xn) is bounded by BW, (xn) has a convergent subsequence (xnk). Since K is closed (xnk) converges to an element of K.

Thm Nested Compact Sets

If

K1K2K3K4

s a nested sequence of nonempty compact sets, then the intersection n=1Kn

Open Cover

Let AR.
An open cover for A is a (possibly infinite) collection of open sets {Oλ:λΛ} whose union contains the set A or:

A ⊆\bigcup_{λ∈Λ}O_{\lambda}.$$Given an open cover for $A$, a **finite subcover** is a finite sub-collection of open sets **from the original open cover** whose union still manages to completely contain $A$. --- ## Thm Heine-Borel Let $K$ be a subset of $\mathbb{R}$. All of the following statements are equivalent in the sense that any one of them implies the two others: (i) K is compact. (ii) K is closed and bounded. (from earlier) (iii) Every open cover for K has a finite subcover. ### Proof (iii)$\to$(i) Let $O_{x}=V_{1}(x)$ for every $x\in K$. Clearly $\cup_{x\in K} O_{x}$ cover $K$. So there exists a finite subcover. Since each open set is bounded the finite union of bounded sets is clearly also bounded. For contradiction assume that $K$ is not closed. Let $(y_{n})$ be Cauchy contained in $K$ such that $(y_{n})\to y\not\in K$. Therefore every $x\in K$ is a positive distance from $y$. If we take our open cover to be $O_{x}=V\varepsilon_{x}(x)$ where $\varepsilon_{x}=\frac{\lvert x-y \rvert}{2}$. Since we are assuming (iii) this must cover $K$ for a finite union using some $\{ x_{1},x_{2},\dots x_{n} \}$. We assume that $y\not\in K$ but since $(y_{n})\to y$ there exists an $N$ so that

\lvert y_{N}-y \rvert <\min\left{ \frac{\lvert x_{i}-y \rvert}{2}:1\leq i\leq n \right}

So it is even closer to $y$ and therefore not included in $\cup^{\infty}_{1=1}O_{x_{i}}$ ## Sigma-Closed and Delta-Open A set $A\subseteq\mathbb{R}$ is called an $F_{\sigma}$ set if it can be written as the countable union of closed sets. A set $A\subseteq \mathbb{R}$ is called a $G_{\delta}$ set if it can be written as the countable intersection of open sets. ## Dense $A$ is dense in $B$ if $\bar{A}=B$ ## Nowhere-Dense A set E is nowhere dense if $\bar{E}$ contains no non-empty open intervals Example: Cantor Set ## Baire's Theorem $\mathbb{R}$ cannot be written as the countable union of nowhere-dense sets.