Translating Terminology: Equitable Partitions and Related Concepts

Permutation Groups, Analysis of Boolean Functions, Finite Geometry, Coding Theory and Algebraic Graph Theory

Important mathematical concepts get reinvented many times. In my recent work with Yuval Filmus we explored objects that are called (in random ordering) Boolean degree 1 functions, Cameron-Liebler line classes, equitable partitions, completely regular strength 0 codes with covering radius 1, intriguing sets, perfect colorings, sets with dual width 1, tactical decompositions or tight sets — all depending on the context and who you ask. While the article with Yuval explains to some extent how these notions connect, a research article does not seem to be the right format to explain all concepts in sufficient detail. This post tries to amend this. It also prepares a future post which will elaborate my research with Yuval in more detail.

Algebraic Graph Theory

Let X be a graph on v vertices V(X). The adjacency matrix A of X is the v \times v matrix indexed by the vertices of X such that A_{xy} = 1 if x and y are adjacent and A_{xy} = 0 otherwise. In the following we stick to the assumption that X is a regular graph, so every vertex has the same number of neighbors. This is equivalent to saying that the all-ones vector j is an eigenvector of A. The matrix A is symmetric, so we find many other eigenspaces over the reals and this is what this post is about.

Three Examples

We will mostly work with the following three examples throughout this document.

Example 1

Let J(n, k) be the graph with the k-element subsets of an n-element set as vertices. Two vertices are adjacent if they meet in k-1 elements. This is the Johnson graph.

Example 2

Let q be a prime power. Let J_q(n, k) be the graph with the k-spaces of an n-dimensional vector space over \mathbb{F}_q as its vertices. Two vertices are adjacent if they meet in a subspace of dimension k-1. This is the Grassmann graph or q-Johnson graph.

Example 3

Let \overline{D}_n be the graph with the elements of the symmetric group S_n as vertices. We see S_n as a permutation group acting naturally on \{1, \ldots, n\}. Two vertices x, y are adjacent if x y^{-1} has exactly n-2 fixed points. This graph is known as the transposition graph. I do not know if this graph has some special name, but the graph on the same set of vertices, where two vertices are adjacent if x y^{-1} has no fix points, is called derangement graph.

Eigenspaces

All eigenspaces of the first two examples were described in Philippe Delsarte’s PhD thesis in 1973. The third example is a Cayley graph on S_n, which means that it is well-known that one can obtain its eigenvalues from the character table (so the representation theory) of S_n.

Equitable Partitions

An equitable partition is a partition of V(X) into m parts X_1 + \ldots + X_m such that there exist constants b_{ij} such that every vertex in X_i has exactly b_{ij} neighbors in X_j. Another word for equitable partition is perfect coloring. The central property of equitable partitions is the following: The eigenvalues of the matrix B = ( b_{ij} )_{i,j} are also eigenvalues of the adjacency matrix A. The existence of equitable partitions is a question that is investigated on its own for many interesting graphs, but I believe that the notion was invented as an easy way of determining eigenvalues of a graph.

Warning: The term equitable partition is also used by Janos Pach for a completely different concept which I will not go into. For example this paper talks about this different usage of the word.

Example 4

Let X_1 be the set of all k-sets containing 1 and X_2 the set of all the remaining k-sets. Then |X_1| = \binom{n-1}{k-1} and |X_2| = \binom{n-1}{k}. It is an easy exercise to verify that this is an equitable partition with b_{11} = (k-1)(n-k), b_{12} = n-k, b_{21} = k, and b_{22} = k(n-k-1). The eigenvalues of B are k(n-k) (this is the degree of the graph) and k(n-k)-n — the second largest eigenvalue of A.

Example 5

Let X_1 be the family of all k-sets containing 1 and 2, X_2 the family of all k-sets containing 1 or 2, and X_3 the remaining k-sets. Again, we can easily verify that this is an equitable partition. This time b_{11} = (k-2)(n-k), b_{12} = 2(n-k), b_{13} = 0, b_{21} = k-1, b_{22} = (k-1)(n-k-1) + 1, b_{23} = n-k-1, b_{31} = 0, b_{32} = 2k, b_{33} = k(n-k-2). The eigenvalues of B are then k(n-k), k(n-k)-n and k(n-k) - 2n.

You see the pattern? So let’s jump ahead.

Example 6

Let X_j be the family of all k-sets meeting \{ 1, \ldots, k \} in k-j elements. Then X_0, X_1, \ldots, X_k is an equitable partition. This partition yields directly all the eigenvalues of the Johnson graph which are k(n-k)-ni for i = 0, \ldots, k.

Distance-regular graphs

You might have noticed that the last example just partitioned the vertices of J(n, k) by their distance to a fixed vertex. This is a distance partition. This works because the graph J(n, k) is a distance-regular graph.

Example 7

Let X_1 be the set of k-spaces in J_q(n, k) containing a fixed 1-space p and let X_2 be the set of k-spaces not containing p. Then it is easy to see that we again have an equitable partition. The graph J_q(n, k) is also distance-regular, so we can also choose the distance partition.

Example 8

Let X_1 be the set of permutations of S_n which map a to b and let X_2 be the set of remaining permutations. Again this defines an equitable partition of \overline{D}_n. Here b_{11} = (n-1)(n-2)/2, b_{12} = n-1, b_{21} = 1, and b_{22} = n(n-1)/2-1.

In this case we cannot use the distance partition to obtain all the eigenvalues as the graph \overline{D}_n is not distance regular. If we instead fix a vertex x and partition V(\overline{D}_n) by the conjugacy class of xy^{-1}, then again we obtain an equitable partition.

Association Schemes

I will not define association schemes here (see Chris Godsil’s nice notes on this for more details), but this seems to be the appropriate time to remark that when you can fix any vertex x and partition the remaining vertices y according to their relation to x (by distance or conjugacy class or something similar) and this is an equitable partition, then this is usually an association scheme. This algebraic structure is investigated in many ways by algebraists and used in many ways by combinatorialists.

Ordering the Eigenspaces

We saw that for J(n, k) we have a natural ordering of the eigenspaces: We already know that the all-ones vector is an eigenvector, so this is our trivial eigenspace V_0. If we take the equitable partition induced by partitioning V(J(n, k)) into everything containing a fixed element p and everything not containing p, then we obtain a second eigenvalue with its corresponding eigenspace V_1. Let p^+ denote the indicator vector of p \in \{ 1, \ldots, n \}, that is (p^+)_x is 1 if p \in x and 0 otherwise. Indeed, V_0+V_1 is spanned by \{ p^+: p \in \{ 1, \ldots, n \}\}. Next V_0+V_1+V_2 is spanned by the indicator vector of pairs of elements \ell, V_0+V_1+V_2+V_3 by triples and so on.

The graph J_q(n, k) behaves in a very similar way, just that p is a 1-space, \ell a 2-space and so on: the eigenspaces V_0 + V_1 + \ldots + V_t are spanned by the indicator vectors of t-spaces. This is a general property for many highly symmetric graphs such as distance-regular graphs.

This no longer works for \overline{D}_n for various reasons, but it is still natural to denote the non-trivial eigenspace corresponding to the equitable partition in Example 8 by V_1 (or by some union of eigenspaces if it yields a partition into more parts). And there is a standard way of obtaining a partial ordering of the eigenspaces, starting with V_1, but that will not concern us too much.

The Strength and Covering Radius of a Set

Let \mathcal{F} be a subset of vertices of our graph X with some natural partial ordering of eigenspaces. For simplicity assume that X is distance regular and has a proper ordering of eigenspaces V_0 + V_1 + V_2 + \ldots + V_k (a so-called Q-polynomial association scheme). We write f for the characteristic vector of \mathcal{F}, so f_x = 1 if x \in \mathcal{F} and f_x = 0 otherwise. Clearly, we can write f as a sum of eigenvectors f = v_0 + v_1 + \ldots + v_k, maybe some of these equal to 0. The strength of \mathcal{F} is the largest s such that v_i = 0 for all i \in \{ 1, \ldots, s \} (with s = 0 if v_1 \neq 0). The set \mathcal{F} is a completely regular if it is an equitable partition. The covering radius of \mathcal{F} is the number of non-trivial eigenvalues in the equitable partition.

We limit ourselves to distance-regular graphs which makes things easier. For example for \overline{D}_n all these definition would be slightly more complicated (that is why I am not presenting them).

Example 9

Our Example 4 has has strength 0 and covering radius 1. Our Example 5 has strength 0 and covering radius 2.

Example 10

It is well-known that a perfect code of J(n, k) is an example for a completely regular set. In fact, Delsarte defined the notion of completely regular as a generalization of perfect codes. Perfect codes are very rare, for example there are only three perfect codes in J(n, k). See Natalia Silberstein’s Master thesis for a nice argument for this.

Analysis of Boolean Functions

Up to now, we mostly thought of our set \mathcal{F} as a vector f with entries 0 and 1. Alternatively, we can think of f as a function from V(X) to \{ 0, 1 \}. That is a Boolean function. Traditionally, the term Analysis of Boolean Functions is only used if one works in the hypercube, so V(X) = \{ 0, 1 \}^n, but in the last years there is some interest in transferring results to other highly symmetric association schemes (our introduction here provides a few references).

Warning: We think about the reals. In some areas of Boolean analysis — in particular bent functions — one works over the binary field.

Again, Degree and Eigenspaces

Recall that in J(n, k) the Boolean function p^+ is defined by p^+(x) = 1 if and only if p \in x. Then we can write any function f: V(J(n, k)) \rightarrow \mathbb{R} as a polynomial in the variables p^+. In other words, we have f = c + \sum_p c_p p^+ + \sum_{p_1, p_2} c_{p_1, p_2} p_1^+ p_2^+ + \ldots. Now we can ask for all the Boolean functions of degree 1. So we have f = c + \sum_p c_p p^+ and the image of f is in \{ 0, 1 \}. But recall that above we learned that the p^+ span V_0 + V_1. Hence, Boolean degree 1 functions are just 0-1 vectors in the subspace V_0 + V_1.

Whenever we have some form of lattice where something can take a role similar to the elements of \{ 1, \ldots, n \}, we can define Boolean degree t functions (or more, generally, degree s functions) in a similar way. For J_q(n, k) these are the 1-spaces. For \overline{D}_n these are all the maps from a to b.

When using linear algebra methods, then one often investigates the decomposition of f into eigenvectors, that is f = v_0 + v_1 + \ldots + v_k as above. In the analysis of Boolean functions it is common to denote this as Fourier transform of f.

Different points of view are always helpful for approaching a research problem. In the following two examples for this.

Example 11

Consider the hypercube, that is the graph of all subsets of \{ 1, \ldots, n \}. What are the Boolean degree 1 functions? Just 0, 1, p^+, 1-p^+. Seen as a degree 1 polynomial this is an easy exercise. Seen more generically as a 0-1 vector in V_0 + V_1, this is slightly harder to see.

Example 12

Now what non-trivial properties has a Boolean degree 1 function f on J_q(4, 2). A very straightforward linear algebra argument shows you that q^2+q+1 divides the size of f. When just writing f as a degree 1 polynomial I do not know how to see this easily — except of course by emulating the linear algebra argument.

Warning: Boolean degree 1 functions are not a strict subset of equitable partitions. It can be that the p^+ span more than one eigenspace. Also if the characteristic vector of a set lies in more than one non-trivial eigenspace, then there is no guarantee that it is an equitable partition.

Permutation Groups and Cameron-Liebler sets

Next let us explain the word Cameron-Liebler line class. Consider again S_n canonically acting on \{ 1, \ldots, n \}. Any subgroup H of S_n partitions the set of k-sets on \{ 1, \ldots, n \} into orbits. In particular, we have some number A of orbits on 1-sets and some number B of orbits on 2-sets. It is easy to see that A \leq B. But when do we have equality? It turns out that there are only two cases: either H = S_n with A = B = 1 or H is the stabiliser of a 1-set and A = B = 2. You might realize that the second example is the equitable partition from Example 4. That describes a Boolean degree 1 function. Hence, asking for equality asks for Boolean degree 1 function which are induced by subgroups of S_n.

In 1982 Cameron and Liebler asked the same question for J_q(n, k). Here A is the number of orbits of the projective general linear group PGL(n, q) on 1-spaces and B the number of orbits on 2-spaces. Again, when do we have equality in A \leq B? There are a few obvious examples and Cameron and Liebler conjectured that these are all examples (more on this in the announced future post). Again, any example corresponds to a Boolean degree 1 function. There are surprisingly many non-obvious example for Boolean degree 1 functions and in the research in finite geometry around this topic, the term Cameron-Liebler line class (or some variation of it) is well-established.

Tactical Decompositions

In general, taking subgroup of a collineation group of graph is a natural way of obtaining equitable partitions. The keyword here is tactical decomposition (of (sub)group orbits). The process is very straightforward: suppose that you have a vertex transitive graph G with automorphism group Aut(G). Take any subgroup H of Aut(G). Then the orbits of H on vertices define an equitable partition. This is a natural of way looking for example for equitable partitions with special described properties. Indeed, the many known examples for non-trivial Boolean degree 1 functions in J_q(n, k) were found by combining unions of orbits for a suitable subgroup H. This is called finding a tactical decomposition. There are many nice text on tactical decompositions, for instance this one by Anton and Dieter Betten.

Design Orthogonality

For the sake of completeness, I want to mention that sometimes all the objects above are defined by using design orthogonality. To my knowledge this concept goes (again!) back to Delsarte. This definition is very specialized. For example for J(n, k), n a multiple of k, and n/k \geq 3, it goes as follows: Let g be the characteristic functions of \{ 1, \ldots, n \} into k-sets. A (Boolean) function f has degree 1 if and only if it meets g^h in a constant number of elements (for h being an element of S_n acting canonically).

Example 13

Let \mathcal{F} be the family of all vertices of J(n, k) which contain 1. If k divides n, then each partition of \{ 1, \ldots, n \} contains exactly one element of \mathcal{F}.

Finite Geometry: Tight Sets, Intriguing Sets, m-Ovoids …

Cameron-Liebler line class is not the only word for the same object in finite geometry. The collinearity graph G of a finite classical polar space or a generalized quadrangle is strongly regular which implies that the adjacency matrix has only three eigenspace, so we can decompose as V_0 + V_1 + V_2. A coclique of G which satisfies the ratio bound (also called Hoffman’s bound) with equality (this is my obligatory reference to my WordPress username) lies in V_0 + V_2 (notice that is is debatable what the natural ordering of the eigenspaces is). This is an equitable partition and an equitable partition in V_0 + V_2 is usually called m-ovoid. Similarly, an equitable partition in V_0 + V_1 is called x-tight set. The general umbrella term for an equitable partition is intriguing set. De Bruyn and Suzuki define an intriguing set more generally as an equitable partition with two parts for any regular graph, so any 0-1 vector in V_0 + V_i.

Some Concluding Words

Originally, I planned on just writing a blog post about my paper with Yuval. Then I met Dirk Frettloh during Kolkom 2018 recently. He gave a talk on equitable partitions for 3-, 4-, and 5-regular graphs. For these graphs he provided an exhaustive list of all possible matrices B for equitable partitions with two parts. There I claimed to him that my article mentions some of the words which are used in specific settings to describe equitable partitions. Sadly, I realized still during the conference (looking at our article again) that we did not even mention the word equitable partition. This blog post is aimed at amending this situation. Also I am sure that many of the things above were rediscovered and investigated independently a few more times.

It is (at least for me) exhausting to cover all these terms and translate them correctly. I apologize for any imprecision. Please let me know in the comments. This is a blog post, so that I can easily fix things.

Acknowledgements: I thank John Bamberg for suggesting that I add the term “tactical decomposition”, thanks to Karen Meagher for pointing out that Example 3 is the transposition graph, and thanks to Dirk Frettloh for correcting my (previously unintentionally slightly misleading) summary of his paper. Also thanks to several readers who pointed out minor typos.

Advertisement

5 comments

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s