This page outlines the construction of the McLaughlin Graph, which proceeds in a number of steps.
The Witt design is a 4-(23,7,1) design that can be constructed as
follows: take all the powers of the polynomial
g(x) = x11 + x9 + x7 +
x6 + x5 + x + 1
modulo
h(x) = x23-1
where all polynomial arithmetic is over GF(2).
View each polynomial as a subset of {0, 1, ..., 22} depending on whether the coefficient of x0, x1, ..., x22 is 1 or not. Of the 2048 possibly polynomials, exactly 253 of them yield subsets of size 7, and these 253 subsets form the blocks of the Witt design.
We will use the Witt design to create a 276 vertex graph --- although this graph is not regular, its switching class is a regular two-graph. Recall that we have a rather confusing mix of terminology at this point --- a two-graph is not a graph, but is equivalent to a switching class of graphs. Any one graph in the switching class determines the entire switching class.
The graph X has two types of vertex; the points of the Witt design, and the blocks of the Witt design. Two vertices x,y of X are adjacent if and only if one of the following conditions holds:
This yields a 276-vertex graph where each "point" vertex has degree 176 and each "block" vertex has degree 128.
A regular two-graph has the property that if we take a graph in the switching class, then we can "switch off" any vertex
Consider the vertex v corresponding to the point 0; then we can divide the remaining vertices into three sets
The partition {v | A | B | C} is an equitable partition of the vertices of X. More precisely, straightforward(ish) counting tells us that
If we now switch on the neighbourhood of v (which is the set A) then every edge between a neighbour of v and a non-neighbour of v becomes a non-edge, and vice-versa. The effect of this is that all the edges from A to v, A to B, A to C become non-edges and all non-edges from A to v, A to B, A to C become edges. In particular
A quick calculation shows that the degree of each vertex in A is 70+7+35 = 112, the degree of each vertex in B is 56+56 = 112 and the degree of each vertex in C is 80+16+16 = 112. Thus if we throw away the vertex v, then what remains is the 112-regular McLaughlin graph on 276 vertices.
This page written by Gordon Royle in September 2006.