Topology

Posted on June 2, 2019
Tags: puremath

1 Open Delta neighborhoods

Neighborhood is a set N.

\[N(x_0,\delta) = \{x\in\mathbb{R}^n\ |\ \lvert x-x_0 \rvert < \delta \}\]

2 Interior Point - Ball inside Ball

Metric_Space := (M,dist) :: (Set,binary_operation)

Fields of knowledge as Metric Spaces (M,d)

Mapping metric spaces of knowledge AKA analogies

3 Limit aka Limit point

4 Open Set

Let A = (0,0) OpenSet((1,2)) = {(x,y) | (x-1)^2 + (y-2)^2 < r^2 } Boundary((1,2)) = {(x,y) | (x-1)^2 + (y-2)^2 = r^2} ClosedSet((1,2)) = OpenSet((1,2)) + Boundary((1,2))

5 Topological Spaces

Topology(X) = subsets of X s.t.
if a, b are subsets in the topology(X) then a UNION b in topology(X) and a INTERSECT b in topology(X). Nullset and set X are in the topology(X) by default.

6 Manifold

6.1 Embedding

  • Injective function from one manifold to another that preserves structure