Most of the times, introducing a new mathematical structure is done in the following path.
- Start with a set/collection, name it as $X$. It is possible that $X$ already have a structure with it, namely the structure of topological space/manifold/vector space etc.
- Define a structure on $X$, denote it by $\mathcal{A}$. So, a structure is a pair $(X,\mathcal{A})$.
- Define what does it mean to say a substructure of $(X,\mathcal{A})$. Giving names to well-behaved substructures.
- Define what are maps between two structures, say $(X,\mathcal{A})$ and $(Y,\mathcal{B})$. Giving names to well-behaved maps between two structures.
- Define what does it mean to say two structures $(X,\mathcal{A})$ and $(Y,\mathcal{B})$ are "equivalent".
- Construct new structures from old structures.
This step 6 differs drastically from one structure to another structure. Some ways to produce new structures from old structures are
- Quotients.
- Pullbacks.
- Products (direct).
- Sums (direct).
- Limits (Injective/Projective).
- ...
- ...
For example, defining the notion of structure of a group on a set, we follow the same procedure. Defining a group, defining what does it mean to say a group morphism, what it means to say a subgroup (a normal subgroup), quotients of subgroup, (direct) sum, (direct) product of groups, (Injective/Projective) limit of (a collection) of groups and so on.
In this post, I want to collect this procedure for most of the structures introduced in undergraduate or beginning graduate courses in Mathematics.
Definition. Let $X$ be a set and let $d: X \times X \rightarrow [0, \infty)$ be a function satisfying the following requirements:
Then the pair $(X, d)$ is called a metric space.
Substructures. A substructure in this case is just a subset of $X$ together with the restriction of $d$.
Maps. A map $f: X \rightarrow Y$ between metric spaces $(X, d)$ and $(Y, d')$ is continuous if it maps points that are close in $X$ to points that are close in $Y$. More concretely: the map $f$ is continuous if for any point $x \in X$ and any $\varepsilon > 0$, there exists $\delta >0$ such that whenever $d(x, y) \leq \delta$ we have $d'(f(x), f(y)) \leq \varepsilon$.
A bijection $f: X \rightarrow Y$ between metric spaces $(X, d)$ and $(Y, d')$ is called an isometry, if for all points $x, y \in X$ we have $d(x, y) = d(f(x), f(y))$. In this case, $X$ and $Y$ are said to be isometric, i.e., essentially equivalent as metric spaces.
Constructions. Let $(X, d)$ be a metric space and $f: Y \rightarrow X$ be an injection. Then the pullback metric $f^*d$ on $Y$ is given by $$(f^*d)(x, y) = d(f(x), f(y)).$$ This metric makes $f$ into an isometry onto its image.