Maths - All Topologies for Inequivalent Finite Set

On the previous page (here) we derived all possible topologies on a finite labeled set. However many of those topologies are isomorphic to each other, so how can we derive just the topologies which are distinct (not isomorphic to each other)?

I would like to be able to calculate these efficiently, so ideally I would like to find a representation which automatically codes isomorphic topologies as the same representation. So they may not be represented as finite sets as in Birkhoff's representation theorem.

One way to start thinking about this might be: instead of decomposing a labeled set like,

[1,2,3]

What would happen if we decompose an unlabeled set like,

[*,*,*]

So can we replace the lattice with a linear sequence? diagram

This appears to work but when we try to generate all inequivalent topologies, for 3 elements, this would only give us 8 but there should really be 9.

Labeled Set (29) (mostly) Unlabeled Set (9)  
topology=[] topology=[]  
topology=[{1}]
topology=[{2}]
topology=[{3}]
topology=[{*}]  
topology=[{1, 2}]
topology=[{1, 3}]
topology=[{2, 3}]
topology=[{*, *}]  
topology=[{1, 2}, {3}]
topology=[{2, 3}, {1}]
topology=[{1, 3}, {2}]
topology=[{*, *}, {#}]  
topology=[{1, 2}, {1}]
topology=[{1, 3}, {1}]
topology=[{1, 2}, {2}]
topology=[{2, 3}, {2}]
topology=[{1, 3}, {3}]
topology=[{2, 3}, {3}]
topology=[{*, #}, {#}]  
topology=[{1, 2}, {1}, {2}]
topology=[{1, 3}, {1}, {3}]
topology=[{2, 3}, {2}, {3}]
topology=[{*, *}, {*}, {*}]  
topology=[{1, 2}, {1, 3}, {1}]
topology=[{1, 2}, {2, 3}, {2}]
topology=[{1, 3}, {2, 3}, {3}]
topology=[{*, *}, {*, *}, {*}]  
topology=[{1, 2}, {1, 3}, {1}, {2}]
topology=[{1, 2}, {2, 3}, {1}, {2}]
topology=[{1, 2}, {1, 3}, {1}, {3}]
topology=[{1, 3}, {2, 3}, {1}, {3}]
topology=[{1, 2}, {2, 3}, {2}, {3}]
topology=[{1, 3}, {2, 3}, {2}, {3}]
topology=[{*, *}, {*, *}, {*}, {*}]  
topology=[{1, 2}, {1, 3}, {2, 3}, {1}, {2}, {3}] topology=[{*, *}, {*, *}, {*, *}, {*}, {*}, {*}]  

This is because if we have a 1 element open set {1} and a two element open set {1,2} there are two possibilities:

[{1},{1,2}]   the open sets share a common element (one is a subset of the other)
[{1},{2,3}]   the open sets don't share a common element (no subset)

So do we need to put some labeling back it so that we can distinguish between these two cases? Or can we include the subset relationship as part of the representation?

That is: diagram is different than this: diagram

So the structure is looking like a partial order.

diagram  

4 Element Set

If we move up to the 4 element inequivalent finite set then there are even more complications.

In order to study this I will try to use the same approach as before and look at each grade separately.

Start with finding all topologies that have one singleton {1}.

Look for all possible 2-element sets that could go with it.

(here I have gone back to labeling the elements of the open sets, but only as representatives of isomorphic classes)

diagram

The case shown in red is not valid because in a 4-element set we can't have 5 elements. So this is the first restriction on possible topology classes. If:

Then n >= a + 2*b - c

Now move on to finding all topologies that have two singletons {1} {2}

Again look for all possible possible 2-element sets that could go with them.

There must always be a {1 ,2} set due to the join requirement. Of course all sets join at the top set (not shown on these diagrams) but they must join where there are not additional elements.

So the case outlined in red is not valid.

diagram

Now move on to finding all topologies that have 3 singletons.

 

This illustrates another invalid case, this time due to the meet requirement.

diagram
   
   
   
   

 

Grade 0

With no open sets of degree 2:
This gives 5 inequivalent combinations.

diagram

Grade 1

With one open set of degree 2:
This gives 16 inequivalent combinations.

diagram

Grade 2

With two open sets of degree 2:
This gives 7 inequivalent combinations.

diagram

Grade 3

With 3 sets of degree 2:
This gives 2 inequivalent combinations.

diagram

Grade 4

With 4 sets of degree 2:
This gives 2 inequivalent combinations.

diagram

Grade 5

With 5 open sets of degree 2 there are not any valid combinations.

Grade 6

With 6 sets of degree 2 the only valid combination is the discrete topology.

diagram

Theory


metadata block
see also:

 

Correspondence about this page

Book Shop - Further reading.

Where I can, I have put links to Amazon for books that are relevant to the subject, click on the appropriate country flag to get more details of the book or to buy it from them.

cover Introduction to Topological Manifolds (Graduate Texts in Mathematics S.)

Other Books about Curves and Surfaces

This site may have errors. Don't use for critical systems.

Copyright (c) 1998-2025 Martin John Baker - All rights reserved - privacy policy.