Basic Examples (3)
Given the configuration {2,3,1,5,4,6,7}, show its Fano plane diagram:
Given the configuration {2,3,1,5,4,6,7}, find all isomorphic permutations that preserves collineation:
Verify the number of isomorphism generated is 168:
Given the configuration {2,3,1,5,4,6,7}, show the Fano plane block table for it and one of its isomorphisms:
Scope (1)
In the following, block 1 corresponds to the line through triplet {1,2,3} regardless of order. One can find the same triplet on the left side on the diagram. Block 7 has three dots for 3, 5 and 6 which corresponds to the circle (general line) in the Fano diagram and analogously for the other columns:
Properties and Relations (2)
The visual proof below shows the existence of an isomorphic permutation of a given configuration in a trivial way. For instance {2,3,1,5,4,6,7} has the following Fano plane:
Rotation of the above diagram 120 degrees counterclockwise about 7 will preserve the collinearity of all points:
Show the corresponding Fano plane:
The cycle structure for permutations of the isomorphic family has 6 conjugacy classes. Use FindFanoPlaneIsomorphism to verify the enumeration given on Wikipedia:
One of the permutations is the identity permutation:
21 of the permutations have two 2-cycles:
Similarly, 42 of the permutations have one 2-cycle and one 4-cycle:
56 of the permutations have two 3-cycles:
48 of the permutations have a 7-cycle:
The 48 permutations are composed of two conjugacy classes:
1) A maps to B, B to C, C to D. Then D is on the same line as A and B.
2) A maps to B, B to C, C to D. Then D is on the same line as A and C.
Both classes can be found directly using the reference diagram in Details & Options:
Each class has 24 items:
Possible Issues (2)
The input must be a permutation of {1,2,3,4,5,6,7}. Otherwise the function returns unevaluated with an error message:
The property must be one of "BlockTable", "Diagram" or "All". Otherwise, the function returns all isomorphisms only:
Neat Examples (2)
Compare two isomorphic Fano planes for a given configuration with both diagram and block table:
The collinearities are identical for both diagrams. For instance, one can find a general line through the triplet {5,6,3} in both diagrams:
The two associated block tables are identical up to column swapping: {1→7,2→2,3→5,4→1,5→3,6→4,7→6}, where 1→7 compares the first column in the left table to the seventh column in the right table and so on:
Build the Hoffman-Singleton graph. First we generate all even permutation of the given configuration:
There are exactly 15 non-isomorphic Fano planes:
Find 7 collinear triplets in each configuration. Generate blocks or collinear points on the reference Fano plane:
Show the collinear blocks for the first of the 15 Fano planes:
Show the Fano plane diagram for this configuration:
The Hoffman-Singleton graph has two types of connections:
1. the Fano plane to its 7 collinear triplets
2. a triplet to another disjoint triplet
In total there should be 50 = 15 + 35 nodes and 175 edges:
Set up customized styles for vertices and edges:
Mark the Fano planes with triangles and the collinear triplets with circles in the graph:
The arrangement of nodes follows a pre-computed Hamiltonian cycle of this graph. The above diagram is isomorphic to the built-in entity: