Mon Jan 09 2023
Though our day to day is often restricted to our 3-dimensional Euclidean space, mathematicians often are working in much more diverse and complex spaces.
For the most part, a space is a combination of a set of “points” with some operation allowing these points to interact. The different criteria for these operations are what make these spaces unique and give them different properties.
In this article, I’ll assume an understanding of Vector Spaces and Set notation. We’ll cover:
Let be a nonempty set and let be a function taking two elements of X and producing a real number. is called a metric if it satisfies four conditions for all
Nonnegativity:
Symmetry:
Triangle Inequality:
Uniqueness: if and only if
A metric space is the set equipped with our metric . The metric is effectively a function telling us the “distance” between two points.
The metric space you are likely most comfortable with is equipped with the euclidean metric. If we have two points in the cartesian place , our euclidean metric is . Another common metric is the “taxicab” or “manhattan” metric, which just takes the sum of each of the coordinate distances: .
You can check that both of these metrics satisfy all our conditions.
An easy nonexample is to again take the real number line , and let . Note that our function d fails the symmetry requirement since but . Thus is not a metrics and we don’t have a metric space.
Consider a vector space over a field . is a normed linear space if there exists a function(called a norm) such that for all the following rules are satisfied:
Nonnegativity:
Homogeneity:
Triangle Inequality:
Uniqueness: if and only if
Note that given a norm , one can always define a valid metric . Thus every normed space is a metric space as well.(Note the opposite is not always true. Not every metric space is a normed space)
For examples, consider the ones used for metric spaces where the norm is defined
Thus while a metric tells us “distance", a norm tells us “size”.
Note to make things simple, we will only consider the field to be the real or complex numbers.
An inner product space is a vector space over a field equipped with an operation(called an inner product) satisfying three conditions for all and
Conjugate Symmetry:
Linearity in the first argument:
Positive-definiteness: whenever
These conditions might require a bit of unpacking.
If is a complex number, we define its conjugate to be . Thus note if our field is the real numbers, for all . Thus over the real numbers we have that so our first condition is actually just normal symmetry.
Additionally, when we are working over the real numbers we have: .
Finally consider that we can always define a norm . You can check that all our requirements for a norm are satisfied.
Thus every inner product space can be a normed space, and thus also a metric space.
A metric space is called complete if any converging sequence of elements in converges to a value in .
More precisely, let be a sequence where for all . Suppose there exists a point , such that
We say that converges to L. If for any such converging sequence we have that its limit is within , then we call a complete metric space.
It may be hard to imagine an example of a metric space that isn’t complete. Consider the open interval and . Now consider the sequence given by . Now note that
Thus we have that , but 0 is not in . Thus M is not a complete metric space, since we have found a sequence that converges outside the space.
A Banach Space is a vector space , paired with a norm, such that with respect the metric induced by the norm , is a complete metric space.
Note what makes the Banach space different from any regular complete metric space is the fact that it is a vector space and that the metric is specifically defined in terms of a norm(This is not true of every metric).
A Hilbert Space is an inner product space with a metric defined forming a complete metric space.
The easiest example is with the inner product:
Which gives us the norm:
And gives us the metric:
Which is our standard euclidean distance function.
A Topological Space is a set combined with a set called a a topology, where the elements of this topology are all different subsets of following certain conditions.
There are a number of different equivalent rules, but the simplest is through the notion of ‘open sets’. is a topology if the following three conditions are met.
The empty set and are both elements of
The union of an arbitrary number of elements of , must also be in
The intersection of any finite number of elements of , must also be in
With the elements of being called open sets.
A very simple example is the set with the topology .
The real numbers become a topological space with the topology .
While it may be unclear how the notion of a topology is helpful, this collection of different subsets of allows us to talk about some notion of “closeness”, without requiring a form of distance. This notion of closeness is actually all we need to talk about a notion of limits and convergence.
Topological spaces are thus much more versatile classification compared to metric and vector spaces.
Finally, a Hausdorff Space is a set equipped with a topology where for any points , there are subsets , such that and . In other words for any points in the set, there are disjoints subsets in containing and respectively.
While in a regular topological space we have a notion of “closeness”, in Hausdorff spaces we can compare how close you are to two different points.
While limits can exist in all topological spaces, such limits are only guaranteed to to be unique in Hausdorff Spaces.