Skip to main content

Spaces

Generally, spaces are medium we embed things into.

We organize the spaces as follows, in order of more generality:

  1. Vector spaces
  2. Metric spaces
  3. Topological spaces
  4. ???

Vector spaces#

Vector spaces is where we do Euclidean geometry in.

Metric spaces#

Metric spaces generalize vector spaces by only keeping information about the metric. In mathematical community, metric is a function d(x,y)d(x,y) such that:

  1. d(x,y)>0ย โˆ€x,y,ย s.t.ย xโ‰ yd(x,y) > 0 ~ \forall x, y, ~ \textit{s.t.}~ x \neq y (positivity)
  2. d(x,y)=0โ€…โ€ŠโŸบโ€…โ€Šx=yd(x,y) = 0 \iff x = y (equality)
  3. d(x,y)โ‰คd(x,z)+d(z,y)d(x,y) \leq d(x,z) + d(z, y) (triangle inequality)

In some other places, people also mean other things by metric. As such, some axioms might be ignored in such cases. For example, Lorentz spacetime.

Topological spaces#

As we deal with metrics, we notice that we can study the structure of metric spaces not directly with metric, but also with open sets induced by this metric.

note

All metric spaces are topological spaces, but there are some topological spaces that are not metric spaces. More generally:

vector spaces โŠ‚\subset metric spaces โŠ‚\subset topological spaces

Topological space is a set XX with topology T\Tau defined on it.

A topology T\Tau is a set of subsets of XX.

We use the following axioms to define topologies:

  1. Empty set and XX are in T\Tau
  2. Take two elements in topological space, their union is also in topological space. Union can be either finite or infinte.
  3. Intersections of two elements in topological space is also in topological space. Intersection can only be finite.
note

We only can do finite intersections because infinite intersections of open sets allow getting closed sets.