Does there exist a classification of finite topologies?
I define a finite topology as a finite Set $T$ of Sets which respects the following properties:
- $\forall a,b \in T: a \cap b \in T$,
- $\forall a,b \in T: a \cup b \in T$,
- $ \emptyset \in T$,
- $\exists S\in T\ |\ \forall a \in T , a \subseteq S$.
This seems like a natural thing to do in the vein of classifying finite groups, so i'm curious what current research in this area looks like.
Finite topologies and finite preorders (reflexive & transitive relations) are equivalent:
Let $T$ be a topological space with finite topology $\mathcal{O}$. Define $\leq$ on $T$ by: $$x\leq y \Leftrightarrow \forall U\in \mathcal{O} : x\in U \Rightarrow y\in U$$
Then $\leq$ is clearly a preorder, called the specialization order of $T$.
Given a preorder $\leq$ on $T$, define the set $\mathcal{O}$ to be set of all upwards-closed sets in $(T,\leq)$, that is all sets $U$ with:
$$\forall x,y\in T : x\leq y \text{ and } x\in U \Rightarrow y\in U$$
Then $\mathcal{O}$ is a topology, called the specialization topology or Alexandroff topology of $(T,\leq)$.
The constructions are functorial and can be turned into an equivalence of categories $\mathsf{FinTop}$ and $\mathsf{FinPros}$ (I don't have time to work out the details right now, however).