Skip to Main Content

On Hamilton Cycles in Graphs Defined by Intersecting Set Systems

Torsten Mütze

Communicated by Notices Associate Editor Emilie Purvine

1. Introduction

Figure 1.

Hamilton’s Icosian game.

Graphic without alt text

In 1857 the Irish mathematician William Rowan Hamilton invented a puzzle whose goal is to find a cycle in the graph of the dodecahedron that visits every vertex exactly once. He dubbed it the ‘Icosian game’, as the resulting cycle has exactly twenty (‘icosa’ in ancient Greek) edges and vertices. In honor of Hamilton, a cycle that visits every vertex of a graph exactly once is now called a Hamilton cycle. The dodecahedron has the interesting property that it looks the same from the point of view of any vertex. Formally, it is vertex-transitive, i.e., any two vertices can be mapped onto each other by an automorphism of the graph. In 1970 Lovász raised a conjecture which can be considered a highly advanced version of the Icosian game. Specifically, he conjectured that every connected vertex-transitive graph admits a Hamilton cycle, apart from five exceptional graphs, which are a single edge, the Petersen graph, the Coxeter graph, and the graphs obtained from the latter two by replacing every vertex by a triangle.

Figure 2.

The Petersen graph as intersection graph of all 2-element subsets of , with edges connecting disjoint sets. In the corresponding bitstring representations, 0s are drawn as white squares and 1s as black squares.

Graphic without alt text

The Petersen graph, shown in Figure 2, is a 10-vertex graph that serves as a famous example and counterexample for many problems in graph theory, and we will encounter it again later in this article. A variant of Lovász’ conjecture asserts that every connected vertex-transitive graph admits a Hamilton path (without exceptions), i.e., we still need to visit every vertex exactly once, but the first and last vertex of the tour need not be adjacent. While the Icosian game is about one particular graph, Lovász’ conjecture talks about infinitely many graphs, which on the one hand are very constrained, but on the other hand very hard to get your hands on. One can easily construct numerous explicit families of vertex-transitive graphs for which it is not known whether they are Hamiltonian. An important example for this are Cayley graphs, which are defined for a group and a set of generators as the graph that has as vertices all group elements, and whose edges arise by multiplication with a generator. Even for particular groups like the symmetric group, and for generators with certain properties (like two generators, or generators that are involutions), only partial results are known.

In this expository article, we consider another rich family of vertex-transitive graphs, which features prominently throughout combinatorics, namely graphs defined by intersecting set systems. We give an overview of the many beautiful techniques and ingredients devised during the past 40 years that establish the existence of Hamilton cycles in those graphs, thus settling interesting special cases of Lovász’ conjecture. Our discussion starts with the easy instances and ends with the hardest and most general ones, and it emphasizes the key obstacles on this journey.

1.1. The hypercube

The starting point is the Boolean lattice, i.e., the inclusion order on all subsets of ; see Figure 3. The cover relations of this poset are pairs of sets which differ in a single element, i.e., for some , and the corresponding cover graph  is the well-known -dimensional hypercube. It is convenient to encode the vertices of  as bitstrings of length , by considering the characteristic vector of each set, which has the th bit equal to 1 if and only if the element  is contained in the set. With this encoding, edges of  connect exactly pairs of vertices that differ in a single bit. This graph is vertex-transitive, and a Hamilton cycle can be found easily, by applying the following simple greedy rule discovered by Williams: Start at an arbitrary vertex, and repeatedly flip the rightmost bit that creates a previously unvisited vertex. The resulting cycle is known as binary reflected Gray code, named after Bell Labs researcher Frank Gray, and it is shown in Figure 3 for .

Figure 3.

Left: The 4-dimensional hypercube  and one of its Hamilton cycles, the binary reflected Gray code (highlighted edges); Right: bitstring representation of the cycle ( and ) with vertices in clockwise order starting at 12 o’clock. When printing the sets, curly brackets and commas are omitted for simplicity.

Graphic without alt textGraphic without alt text

2. The Middle Levels Conjecture

The th level of  is the set of all vertices with exactly  many 1s. In terms of subsets in the Boolean lattice, these are the subsets of size exactly . Now consider the hypercube of odd dimension , and the subgraph induced by the middle two levels  and ; see Figure 4. We denote this subgraph by , and we note that it is vertex-transitive. Havel Hav83 in 1983, and independently Buck and Wiedemann BW84 in 1984 conjectured that has a Hamilton cycle for all , and this problem became known as middle levels conjecture. It turns out that this problem is considerably harder than finding a Hamilton cycle in the entire cube. Thus, the conjecture is a prime example of an easy-to-state combinatorial proposition that one feels should be easy to prove at first sight, but that turns out to be surprisingly intricate upon further investigation. Also, it is an explicit instance of Lovász’ conjecture, and failing to prove it for this particular family of graphs  shows how little we understand about the general problem. Consequently, the middle levels conjecture has attracted a lot of attention in the literature (see e.g., KT88FT95SW95, and it is mentioned in several popular books, in particular in Diaconis and Graham’s book Magical Mathematics, and in Winkler’s book Mathematical Puzzles: A Connoisseur’s Collection. Furthermore, Knuth gave the middle levels conjecture the highest difficulty rating (49/50) among all open problems in his book The Art of Computer Programming, Volume 4A. In a recent survey, Gowers comments on the conjecture as follows:

If one starts trying to build a Hamilton cycle in , one runs into the problem of having too much choice and no obvious way of making it. (A natural thing to try to do is find some sort of inductive construction, but a lot of people have tried very hard to do this, with no success—a natural pattern just doesn’t seem to emerge after the first few small cases.)

2.1. Kierstead-Trotter matchings

A matching in a graph is a set of pairwise disjoint edges, and a matching is perfect if it includes every vertex. Kierstead and Trotter KT88 in 1988 suggested to tackle the middle levels conjecture by taking the union of two edge-disjoint perfect matchings in , with the hope that their union forms the desired Hamilton cycle.

Figure 4.

Top: The middle levels graph  and the perfect matchings  and  (red and blue, respectively) whose union is a Hamilton cycle; Bottom: bitstring representation of the cycle.

Graphic without alt text

The two matchings they considered can be described explicitly as follows: We write and  for the vertices in levels  and  of , respectively, i.e., these are the two partition classes of . A Dyck word is a bitstring with the same number of 1s and 0s and the property that every prefix contains at least as many 1s as 0s. We write for the set of all Dyck words of length . Furthermore, for any string  and any integer , we write for the cyclic left shift of  by steps. Note that every vertex  can be written uniquely as for some and . Indeed, the counting works out correctly, as the number of Dyck words is the Catalan number , the number of cyclic shifts is , and . We then define . Furthermore, we decompose  uniquely as for , and we define . It is easy to show that  and  are bijections between  and , and therefore and are two edge-disjoint perfect matchings between the two partition classes  and  of . The union of  and  thus forms a cycle factor in the graph , i.e., a collection of disjoint cycles that together visit all vertices. In fact, for we are lucky and  is a single cycle, i.e., a Hamilton cycle in ; see Figure 4. Unfortunately, our luck ends for larger values of , as the number of cycles of  for is .

2.2. Interpretation of the cycles as plane trees

The middle levels conjecture was finally solved by Mütze Müt16 in 2016, who later provided a 2-page proof Müt23a. The short proof picks up on Kierstead and Trotter’s argument as follows: The counting sequence for the number of cycles of  is OEIS sequence A002995, which counts plane trees with edges, hinting at a bijection between plane trees with edges and cycles in ; see Figure 8.

Figure 5.

Bijection between Dyck words (left), Dyck paths (middle) and ordered rooted trees (right). Our trees have the root (red) at the bottom and grow upward.

Graphic without alt text

Indeed, this bijection follows from the definition of  and , and it also uses the following well-known bijection between Dyck paths with steps and ordered rooted trees with edges; see Figure 5: Given a Dyck word , we consider the corresponding Dyck path, which has an -step for every 1-bit and a -step for every 0-bit of . We then squeeze this Dyck path together, gluing every pair of an -step and -step on the same height that ‘see’ each other (i.e., that have no other step at the same height in between them) together to form an edge of the ordered rooted tree.

Figure 6.

Two steps along a cycle of  correspond to a tree rotation and cyclic left shift.

Graphic without alt text

For a vertex , we consider the vertex  that is two steps away along a cycle of , i.e., is obtained by traversing one edge of  and one edge of , so . Specifically, for with and we have . We now define and , and we consider the ordered rooted trees corresponding to the Dyck words  and , which differ in a tree rotation. Consequently, walking two steps along a cycle of  corresponds to a tree rotation and a cyclic left shift of the bitstring. As (the number of shifts) and (the number of tree edges) are coprime, all cyclic shifts of every tree lie on the same cycle. As the equivalence classes of ordered rooted trees under tree rotation are precisely plane trees, obtained by ‘forgetting’ the root, we obtain the desired bijection. Now that we have a nice combinatorial interpretation of the cycles in the factor , all that is left to do is to join the cycles to a single Hamilton cycle.

2.3. Gluing cycles

Figure 7.

Gluing cycles (red) join cycles from the cycle factor (black).

Graphic without alt text

The proof proceeds by gluing the cycles of the factor  together via small gluing cycles. Given a cycle factor in a graph, a gluing cycle for a set of cycles from the factor has every second edge in common with one of the cycles , in such a way that the symmetric difference of the edge sets of is a single cycle on the same vertex set as . In the simplest case the cycle  is a 4-cycle that joins two cycles  as in Figure 7 (a). Unfortunately, the middle levels graph  has no 4-cycles at all. However, we can use a 6-cycle that intersects as shown in Figure 7 (b), and obtain the same effect.

As it turns out, there is a large collection of such gluing 6-cycles for the factor , and all these gluing cycles are edge-disjoint, i.e., the gluing operations do not interfere with each other. Furthermore, each gluing cycle that joins cycles and  corresponds to a local modification of the plane trees associated with  and , which consists in removing a leaf from the plane tree, and reattaching it to a neighboring vertex. We can thus define an auxiliary graph which has as nodes all plane trees with edges, corresponding to the cycles of the factor , and which has edges between pairs of plane trees that differ in such a local modification, corresponding to gluing cycles; see Figure 8. It remains to show that the auxiliary graph  is connected, which is done by showing that every plane tree can be transformed into a star by a sequence of local modifications as described before.

Figure 8.

Auxiliary graph  on plane trees with edges.

Graphic without alt text

We thus reduced the problem of proving that has a Hamilton cycle to proving that the auxiliary graph  is connected, which is much easier, as nodes and edges of  have a nice combinatorial interpretation. This two-step approach of building a Hamilton cycle (cycle factor+gluing) and the corresponding reduction to a spanning tree problem is very powerful, and has been employed also in several of the proofs discussed later.

3. Bipartite Kneser Graphs

For integers and , the bipartite Kneser graph  has as vertices all -element and -element subsets of , and an edge between any two subsets  and  with . The bipartite Kneser graph  is the cover graph of the subposet of the Boolean lattice of  induced by the levels  and . In particular, is the middle levels graph, i.e., bipartite Kneser graphs generalize the middle levels graphs. Furthermore, bipartite Kneser graphs are vertex-transitive, which makes them interesting test cases for Lovász’ conjecture. Simpson Sim91 and independently Roth conjectured in 1991 that all bipartite Kneser graphs admit a Hamilton cycle. Note that the degrees of  are large when is large w.r.t. , i.e., intuitively, the middle levels case is the sparsest and hardest one, whereas the denser cases should be easier to prove. The densest graph is the cover graph of what poset theorists call the ‘standard example’, namely a complete bipartite graph minus a perfect matching. Indeed, there has been considerable work on establishing that sufficiently dense bipartite Kneser graphs  have a Hamilton cycle. Once the sparsest case was established with the proof of the middle levels conjecture, the Hamiltonicity of all  was shown shortly thereafter by Mütze and Su MS17 in 2017. In fact, their proof is a 5-page inductive argument, which uses the sparsest case  as a basis.

3.1. Havel’s construction and its subsequent refinement

Figure 9.

Structures in  used for the proof that has a Hamilton cycle.

Graphic without alt text

We write  for the subgraph of the hypercube  induced by levels  and . Already Havel Hav83 in his 1983 paper considered the following strengthening of the middle levels conjecture: For any and , there is a cycle  in  that visits all vertices in level , i.e., in the smaller of the two partition classes, shown in red in Figure 9. For both partition classes have the same size and is a Hamilton cycle in , i.e., this statement is the middle levels conjecture. For Havel proved this statement by an easy induction: Indeed, we can split  into two subgraphs  and , by partitioning all vertices according to the value of the last bit. Using induction, we can glue together the two cycles  and  to obtain . Note that this approach fails for , as in this case  lies above the middle and  lies below the middle, so the size difference between lower and upper level is opposite in both parts.

Figure 10.

Hamilton cycles in (a1)–(a4) bipartite Kneser graphs , for ; and (b1)–(b4) Kneser graphs , for . Vertices are in their bitstring representation ( and ).

(a1) (a2) (a3) (a4) (b1) (b2) (b3) (b4)
Graphic without alt text

The method of Mütze and Su extends Havel’s idea as follows: In addition to the cycle  in , we maintain a set of vertex-disjoint paths  in , shown in blue in Figure 9, each of which starts at a vertex of  in level  and ends at a vertex in level , and visits only one vertex of each level in between. The number of such paths equals the number of vertices in levels  or , namely , i.e., these paths visit all vertices in level , but they do not visit all vertices in the levels below that. For the paths  have no edges, so this strengthening is again the middle levels conjecture. For the cycles  and paths  can be constructed following a very similar inductive approach as before, by partitioning vertices according to the last bit and gluing together two copies of the structures obtained by induction.

From the cycle  and the paths  we construct a Hamilton cycle in  as follows: We replace each of the vertices of the cycle  in level , which is the starting vertex of some path from , by the other end vertex of this path in level . This gives a cyclic sequence in which all vertices in level  are interleaved with all vertices in level , with the additional property that the predecessor and successor of any level- vertex are reachable from it by a path in  that moves up from level  to level . As moving up along a path in  corresponds to moving to a superset, this sequence is indeed a Hamilton cycle in . This cycle has the remarkable additional closeness property that any two consecutive -sets differ only in the exchange of a single element (as they have a common neighbor in level ). This construction is illustrated in Figure 10 (a1)–(a4) for the cases  and ( is a solution to the middle levels conjecture).

4. Kneser Graphs

For integers  and , the Kneser graph  has as vertices all -element subset of , and edges between any two disjoint sets. Kneser graphs have many interesting properties, for example, their chromatic number was shown to be by Lovász using topological methods, and their independence number is by the famous Erdős-Ko-Rado theorem. Kneser graphs are clearly vertex-transitive, and is the bipartite double cover of , i.e., we take two copies of  and replace every corresponding pair of edges inside the copies by the two ‘diagonal’ cross edges between them. Consequently, if admits a Hamilton cycle, then  admits a Hamilton path or cycle. Indeed, given a Hamilton cycle  in , where , we define , and we consider the two sequences  and , both of length , obtained by complementing every even- or odd-indexed set in , respectively. The last entries of  and  are and , respectively, if is odd, and vice versa if is even. Furthermore, as we have and , so and  are paths in . Furthermore, if is odd, then their concatenation  is a Hamilton cycle in . On the other hand, if is even, then the two end vertices of  are adjacent and the two end vertices of  are adjacent, so these two disjoint cycles in  can be joined to a Hamilton path.

The sparsest Kneser graphs are obtained when , and they are also known as odd graphs . The odd graph  is the Petersen graph shown in Figure 2, which does not have a Hamilton cycle, but only a Hamilton path. The graph  is shown in Figure 13. The conjecture that  for has a Hamilton cycle was raised in the 1970s, even before the middle levels conjecture, in papers by Meredith and Lloyd ML73, and by Biggs Big79. By our earlier observation, the Hamiltonicity of  implies it for . In particular, Hamiltonicity of the odd graphs implies the middle levels conjecture. Consequently, Kneser graphs attracted a lot of attention, and there was a long line of research on proving that sufficiently dense Kneser graphs , i.e., those where is large w.r.t. , admit a Hamilton cycle.

4.1. The Chen-Füredi construction via Baranyai’s partition theorem

Figure 11.

(a) Exchange Gray code for 2-element subsets of [8] obtained by restricting the binary reflected Gray code in  to level 2; (b) Hamilton cycle in  via the Chen-Füredi construction. Each indicated triple of vertices is a partition of , the first two are colored gray, and the last one is colored black and corresponds to the set from (a) by adding the last element (extra outermost black bit).

Graphic without alt text Graphic without alt text
(a) (b)

In 2002, Chen and Füredi CF02 found a particularly nice proof that  has a Hamilton cycle when for some integer . The first ingredient of their proof is Baranyai’s partition theorem, which states that the vertices of the Kneser graph can be partitioned into groups of size  such that the vertices in each group are a partition of , i.e., they are pairwise disjoint and together cover . The second ingredient is a method to list all -element subset of  in such a way that any two consecutive sets  differ in an element exchange, i.e., for some . It is well known that such a listing can be obtained from the binary reflected Gray code for  by restricting it to the vertices in level , i.e., we simply delete from the full listing all vertices not in level ; see Figure 11 (a).

To prove that with and has a Hamilton cycle, Chen and Füredi first apply Baranyai’s theorem, which partitions all vertices of  into groups of size , such that each group is a partition of . Let be the sets in the th group, for every . Each of those groups forms a clique in the Kneser graph, i.e., it can be traversed in any order. Without loss of generality we may assume that , i.e., the element is contained in the last set of each group. Furthermore, by the aforementioned Gray code result, we can assume that are ordered so that any two consecutive sets differ in an element exchange, i.e., forms an exchange Gray code for all -element subsets of . Let be the element in  that is not contained in  (the indices  are considered modulo ). We may also assume that does not contain , otherwise the sets can be reordered appropriately, which is possible as there are at least of them. It follows that and consequently, is the desired Hamilton cycle in ; see Figure 11 (b). The method via Baranyai partitions was later refined by Chen Che00 to establish Hamiltonicity of all  with .

4.2. Settling the odd graphs via a Chung-Feller bijection

In 2021, Mütze, Nummenpalo, and Walczak MNW21 proved that the sparsest Kneser graphs, namely the odd graphs  for all  have a Hamilton cycle. The starting point of their proof is the well-known Chung-Feller theorem. A flaw in a bitstring  is a prefix of  ending with 0 that has strictly less 1s than 0s; flaws are drawn as red steps in Figure 12. We write for the unique middle level  of , i.e., all bitstrings of length  with exactly many 1s, and we partition  into sets  for according to the number  of flaws. In particular, are Dyck words, and are complemented Dyck words. The Chung-Feller theorem asserts that , i.e., the number of strings is the same independently of the number of flaws, and it is the th Catalan number. It is not hard to prove this by establishing a bijection . In 2018, Mütze, Standke and Wiechert presented a new proof, using a bijection  that has the following additional properties; see Figure 12: only transposes two bits (0 and 1), for any we have that is the complement of , i.e., every bit is transposed (and thus complemented) exactly once when applying the bijection times, and the unique neighbors of  and  in level  of  for are all distinct and together cover precisely this level. We can thus build vertex-disjoint paths , all of length , that together cover  and that connect pairs of Dyck words and their complements (the length of each path is the number of its edges, which is one less than the number of vertices). Appending a 0-bit to all vertices and taking complements of the resulting vertices in level  yields a cycle factor in  which has many cycles of the same length ; see Figure 13.

Figure 12.

Proof of the Chung-Feller theorem for via the minimum change bijection . The two transposed bits are highlighted by vertical bars. Each column produces one of the five cycles of the factor in  shown in Figure 13.

Graphic without alt text
Figure 13.

Cycle factor in  obtained from the bijection  in Figure 12, and corresponding gluing cycles to turn it into a Hamilton cycle.

Graphic without alt text

The proof of Mütze, Nummenpalo, and Walczak is completed by gluing the cycles of this factor together via 6-cycles and 8-cycles, which glue together 3 or 4 cycles, respectively, from the factor at a time. The main technical difficulty is that the corresponding auxiliary graph is now a hypergraph with hyperedges of cardinality 3 or 4, respectively; see the bottom right of Figure 13 (only 3-hyperedges are present in the figure). To obtain a Hamilton cycle in , we seek a so-called loose spanning tree in the auxiliary hypergraph, i.e., a spanning tree in which any two hyperedges overlap at most in a singleton. For this it is not enough to prove that the hypergraph is connected, as there are connected hypergraphs that do not admit any loose spanning tree. Instead the paper constructs one particular loose spanning tree. The resulting Hamilton cycle in  is shown in Figure 10 (b4).

4.3. Johnson’s inductive construction

In 2011, Johnson Joh11 devised an inductive construction for Hamilton cycles in Kneser graphs. Specifically, he showed that for with even  has a Hamilton cycle provided that the smaller Kneser graphs have a Hamilton cycle for all (or they are the Petersen graph ).

His construction works for a ground set of even cardinality  by partitioning it into fixed pairs  for , and by considering the possible intersection patterns of subsets with those pairs. Specifically, we associate a set with a tuple  by defining , or  if equals , or , respectively. In the simplest case, the subsets  intersect the pairs in either 0 or 2 elements, i.e., for all . In this case, for a Hamilton cycle in  can be lifted to a cycle in  by replacing every element  by the pair . More generally, consider subsets  which intersect all but a fixed set of pairs in 0 or 2 elements, i.e., for a fixed -set of indices . An edge in together with a -set in  lifts to a set of edges involving subsets which intersect all but this fixed set of pairs in 0 or 2 elements. For example, we have many edges (one for each pattern of s) of the form in  that arise from the edge in with as the special -set. Using this idea, a Hamilton cycle in lifts to a cycle (possibly of double the length) consisting of sets of this type in . With some care, one can join together these cycles corresponding to different -sets, and then for different values of  to give a Hamilton cycle in .

Combining Johnson’s result with the solution for the sparsest case presented in the previous section, we obtain that has a Hamilton cycle for all and . This settles in particular the second-sparsest case .

4.4. Settling the remaining cases via Greene-Kleitman parenthesis matching and gliders

In 2022, Merino, Mütze, and Namrata MMN22 proved that for has a Hamilton cycle, which combined with the results from the previous two sections completely settles the problem for Kneser graphs. Their proof starts with a new cycle factor in , which is constructed using the following simple rule based on parenthesis matching, a technique that was pioneered by Greene and Kleitman GK76 in the context of symmetric chain partitions of the Boolean lattice: We consider vertices of  as bitstrings, and we interpret the 1s in  as opening brackets and the 0s as closing brackets, and we match closest pairs of opening and closing brackets in the natural way, which will leave some 0s unmatched. This matching is done cyclically across the boundary of , i.e., is considered as a cyclic string. We write for the vertex obtained from  by complementing all matched bits, leaving the unmatched bits unchanged. Note that and  have no 1s at the same positions, implying that is an edge in the Kneser graph. Furthermore, is invertible and and , so the union of all edges  is a collection of disjoint cycles that together visit all vertices of ; see Figure 14.

Figure 14.

Cycles in different Kneser graphs  constructed by parenthesis matching. The cycles in (a) and (b) are shown completely, whereas in (c) and (d) only the first 15 vertices are shown. When applying parenthesis matching to , unmatched 0s are printed as -. The right-hand side shows the interpretation of certain groups of bits as gliders, and their movement over time. Matched bits belonging to the same glider are colored in the same color, with the opaque filling given to 1-bits, and the transparent filling given to 0-bits. (a) one glider of speed 1; (b) one glider of speed 2; (c) two gliders with speeds 1 and 2 that participate in an overtaking; (d) three gliders of speeds 1, 2, and 3 that participate in multiple overtakings. Animations of these examples are available at Müt23b.

Graphic without alt text

The next step is to understand the structure of the cycles generated by . Interestingly, the evolution of a bitstring  under repeated applications of  can be described by a kinetic system of multiple gliders that move at different speeds and that interact over time, somewhat reminiscent of the gliders in Conway’s Game of Life. Specifically, each application of  is viewed as one unit of time moving forward. Furthermore, we partition the matched bits of  into groups, and each of these groups is called a glider. A glider has a speed associated to it, which is given by the number of 1s in its group. For example, in the cycle shown in Figure 14 (a), there is a single matched 1 and the corresponding matched 0, and together these two bits form a glider of speed 1 that moves one step to the right in every time step. Applying means going down to the next row in the picture, so the time axis points downward. Similarly, in Figure 14 (b), there are two matched 1s and the corresponding two matched 0s, and together these four bits form a glider of speed 2 that moves two steps to the right in every time step. As we see from these examples, a single glider of speed  simply moves uniformly, following the basic physics law

where is the time (i.e., the number of applications of ) and is the position of the glider in the bitstring as a function of time. The position  has to be considered modulo , as bitstrings are considered as cyclic strings and the gliders hence wrap around the boundary. The situation gets more interesting and complicated when gliders of different speeds interact with each other. For example, in Figure 14 (c), there is one glider of speed 2 and one glider of speed 1. As long as these groups of bits are separated, each glider moves uniformly as before. However, when the speed 2 glider catches up with the speed 1 glider, an overtaking occurs. During an overtaking, the faster glider receives a boost, whereas the slower glider is delayed. This can be captured by augmenting the corresponding equations of motion by introducing additional terms, making them nonuniform. In the simplest case of two gliders of different speeds, the equations become

where the subscript 1 stands for the slower glider and the subscript 2 stands for the faster glider, and the additional variable  counts the number of overtakings. Note that the terms  occur with opposite signs in both equations, capturing the fact that the faster glider is boosted by the same amount that the slower glider is delayed. This can be seen as ‘energy conservation’ in the system of gliders. For more than two gliders, the equations of motion can be generalized accordingly, by introducing additional overtaking counters between any pair of gliders. From those equations of motions, important properties of the cycles can be extracted via combinatorial and algebraic arguments. One such property is that the number of gliders and their speeds are invariant along each cycle. For example, in Figure 14 (d), every bitstring along this cycle has three gliders of speeds 1, 2, and 3. For the reader’s entertainment, we programmed an interactive animation of gliders over time, and we encourage experimentation with this code, which can be found at Müt23b.

The last step of the proof joins the cycles of this factor via gluing 4-cycles (this is where the assumption is used). Specifically, the gluing cycles join pairs of cycles whose sets of glider speeds differ in a small modification, changing the speed of one glider by  and the speed of another by . We thus obtain a combinatorial interpretation of the gluings. To prove that all cycles of the factor can be joined to a single Hamilton cycle, it is argued that all cycles can be joined to one particular cycle in the factor, by considering the speed sets of gliders as number partitions, and by arguing that these partitions increase lexicographically along suitable gluings. The Hamilton cycles in  for resulting from this proof are shown in Figure 10 (b1)–(b3).

5. Generalized Johnson Graphs

The generalized Johnson graph has as vertices all -element subsets of , and an edge between any two sets whose intersection has size exactly . It is defined for integers , and , where denotes the indicator function that equals 1 if and 0 otherwise. For we obtain Kneser graphs (), and for we obtain Johnson graphs as special cases. By taking complements, we see that is isomorphic to . Chen and Lih CL87 conjectured in 1987 that all graphs  admit a Hamilton cycle except the Petersen graph . This includes Hamiltonicity of the corresponding bipartite double covers, in particular a solution to the middle levels conjecture, which was the starting point of this article.

In fact, already Chen and Lih observed that  can be partitioned into two subgraphs isomorphic to  and  (split vertices according to containment of some fixed element, say ), so if these two graphs have a Hamilton cycle, then we can glue them via a 4-cycle and obtain a Hamilton cycle in . To complete the proof, it remains to observe that if  is a generalized Johnson graph, then either it is a Kneser graph, or and are both generalized Johnson graphs. Using the results for Kneser graphs from the previous section we thus obtain Hamiltonicity for all generalized Johnson graphs by induction.

There is another closely related and heavily studied class of vertex-transitive graphs called generalized Kneser graphs . This graph has as vertices all -element subsets of , and an edge between any two sets whose intersection has size at most . Clearly, is a spanning subgraph of , so the Hamiltonicity of  is immediate.

6. What’s Next?

Generalized Johnson graphs are the most general family of graphs defined by intersecting set systems and thus a natural end to our story. With regards to Lovász’ conjecture, many other families of vertex-transitive graphs await to be tested for Hamiltonicity, in particular Cayley graphs. We may also ask how many distinct Hamilton cycles a vertex-transitive graph admits. In fact, the proofs via gluings of cycle factors for the middle levels graph  and for the odd graph  discussed in this article yield double-exponentially (in ) many distinct Hamilton cycles, and the trivial upper bound of for the number of Hamilton cycles of an -vertex graphs also yields a double-exponential function in . A much harder problem is to find multiple edge-disjoint Hamilton cycles. Biggs Big79 conjectured that the odd graph  can be partitioned into edge-disjoint Hamilton cycle for . We do not even know two edge-disjoint Hamilton cycles in the middle levels graph . Katona conjectured that the Kneser graph  contains the th power of a Hamilton cycle, where , and this may even be true for . Also, for the graphs considered in this article, we may ask whether they are Hamilton-connected, i.e., they admit a Hamilton path between any two prescribed end vertices. For bipartite graphs, we may ask whether they are Hamilton-laceable, i.e., they admit a Hamilton path between any two prescribed end vertices, one from each partition class. In fact, the middle levels graph  for was shown to be Hamilton-laceable. Another generalization is to consider the cycle spectrum, which is the set of all possible cycle lengths in a graph. For example, does the middle levels graph  admit cycles of all possible even lengths starting from 6 up to the number of vertices?

From an algorithmic point of view, one may ask which of the cycles described in this article can be computed efficiently? A satisfactory answer to this question is only known for the middle levels graph , while all the other known constructions present fundamental obstacles to such algorithms. Furthermore, what about simple descriptions of Hamilton cycles, similar in flavor to Williams’ greedy description of the binary reflected Gray code mentioned in Section 1.1? Even the simplest known solution of the middle levels conjecture is much more complicated than this.

There are many other intriguing problems about the interaction of different structures, such as matchings and cycles, in vertex-transitive graphs. For example, Ruskey and Savage asked whether every matching in the hypercube can be extended to a Hamilton cycle. For the case of perfect matchings this was answered affirmatively by Fink Fin07. Also, Kotzig’s question on perfect 1-factorizations of the complete graph comes to mind naturally. A perfect 1-factorization is a decomposition of the edge set of a graph into perfect matchings, such that the union of any two of them forms a Hamilton cycle.

References

[Big79]
Norman Biggs, Some odd graph theory, Second International Conference on Combinatorial Mathematics (New York, 1978), Ann. New York Acad. Sci., vol. 319, New York Acad. Sci., New York, 1979, pp. 71–81. MR556008,
Show rawAMSref \bib{MR556008}{article}{ label={Big79}, author={Biggs, Norman}, title={Some odd graph theory}, conference={ title={Second International Conference on Combinatorial Mathematics}, address={New York}, date={1978}, }, book={ series={Ann. New York Acad. Sci.}, volume={319}, publisher={New York Acad. Sci., New York}, }, date={1979}, pages={71--81}, review={\MR {556008}}, }
[BW84]
Marshall Buck and Doug Wiedemann, Gray codes with restricted density, Discrete Math. 48 (1984), no. 2-3, 163–171, DOI 10.1016/0012-365X(84)90179-1. MR737262,
Show rawAMSref \bib{MR737262}{article}{ label={BW84}, author={Buck, Marshall}, author={Wiedemann, Doug}, title={Gray codes with restricted density}, journal={Discrete Math.}, volume={48}, date={1984}, number={2-3}, pages={163--171}, issn={0012-365X}, review={\MR {737262}}, doi={10.1016/0012-365X(84)90179-1}, }
[CF02]
Ya-Chen Chen and Zoltán Füredi, Hamiltonian Kneser graphs, Combinatorica 22 (2002), no. 1, 147–149, DOI 10.1007/s004930200007. MR1883565,
Show rawAMSref \bib{MR1883565}{article}{ label={CF02}, author={Chen, Ya-Chen}, author={F\"{u}redi, Zolt\'an}, title={Hamiltonian Kneser graphs}, journal={Combinatorica}, volume={22}, date={2002}, number={1}, pages={147--149}, issn={0209-9683}, review={\MR {1883565}}, doi={10.1007/s004930200007}, }
[Che00]
Ya-Chen Chen, Kneser graphs are Hamiltonian for , J. Combin. Theory Ser. B 80 (2000), no. 1, 69–79, DOI 10.1006/jctb.2000.1969. MR1778200,
Show rawAMSref \bib{MR1778200}{article}{ label={Che00}, author={Chen, Ya-Chen}, title={Kneser graphs are Hamiltonian for $n\geq 3k$}, journal={J. Combin. Theory Ser. B}, volume={80}, date={2000}, number={1}, pages={69--79}, issn={0095-8956}, review={\MR {1778200}}, doi={10.1006/jctb.2000.1969}, }
[CL87]
Bor Liang Chen and Ko-Wei Lih, Hamiltonian uniform subset graphs, J. Combin. Theory Ser. B 42 (1987), no. 3, 257–263, DOI 10.1016/0095-8956(87)90044-X. MR888679,
Show rawAMSref \bib{MR888679}{article}{ label={CL87}, author={Chen, Bor Liang}, author={Lih, Ko-Wei}, title={Hamiltonian uniform subset graphs}, journal={J. Combin. Theory Ser. B}, volume={42}, date={1987}, number={3}, pages={257--263}, issn={0095-8956}, review={\MR {888679}}, doi={10.1016/0095-8956(87)90044-X}, }
[Fin07]
Jiří Fink, Perfect matchings extend to Hamilton cycles in hypercubes, J. Combin. Theory Ser. B 97 (2007), no. 6, 1074–1076, DOI 10.1016/j.jctb.2007.02.007. MR2354719,
Show rawAMSref \bib{MR2354719}{article}{ label={Fin07}, author={Fink, Ji\v {r}\'{\i }}, title={Perfect matchings extend to Hamilton cycles in hypercubes}, journal={J. Combin. Theory Ser. B}, volume={97}, date={2007}, number={6}, pages={1074--1076}, issn={0095-8956}, review={\MR {2354719}}, doi={10.1016/j.jctb.2007.02.007}, }
[FT95]
Stefan Felsner and William T. Trotter, Colorings of diagrams of interval orders and -sequences of sets, Discrete Math. 144 (1995), no. 1-3, 23–31, DOI 10.1016/0012-365X(94)00283-O. Combinatorics of ordered sets (Oberwolfach, 1991). MR1350586,
Show rawAMSref \bib{MR1350586}{article}{ label={FT95}, author={Felsner, Stefan}, author={Trotter, William T.}, title={Colorings of diagrams of interval orders and $\alpha $-sequences of sets}, note={Combinatorics of ordered sets (Oberwolfach, 1991)}, journal={Discrete Math.}, volume={144}, date={1995}, number={1-3}, pages={23--31}, issn={0012-365X}, review={\MR {1350586}}, doi={10.1016/0012-365X(94)00283-O}, }
[GK76]
Curtis Greene and Daniel J. Kleitman, Strong versions of Sperner’s theorem, J. Combinatorial Theory Ser. A 20 (1976), no. 1, 80–88, DOI 10.1016/0097-3165(76)90079-0. MR389608,
Show rawAMSref \bib{MR0389608}{article}{ label={GK76}, author={Greene, Curtis}, author={Kleitman, Daniel J.}, title={Strong versions of Sperner's theorem}, journal={J. Combinatorial Theory Ser. A}, volume={20}, date={1976}, number={1}, pages={80--88}, issn={0097-3165}, review={\MR {389608}}, doi={10.1016/0097-3165(76)90079-0}, }
[Hav83]
Ivan Havel, Semipaths in directed cubes, Graphs and other combinatorial topics (Prague, 1982), Teubner-Texte Math., vol. 59, Teubner, Leipzig, 1983, pp. 101–108. MR737021,
Show rawAMSref \bib{MR737021}{article}{ label={Hav83}, author={Havel, Ivan}, title={Semipaths in directed cubes}, conference={ title={Graphs and other combinatorial topics}, address={Prague}, date={1982}, }, book={ series={Teubner-Texte Math.}, volume={59}, publisher={Teubner, Leipzig}, }, date={1983}, pages={101--108}, review={\MR {737021}}, }
[Joh11]
J. Robert Johnson, An inductive construction for Hamilton cycles in Kneser graphs, Electron. J. Combin. 18 (2011), no. 1, Paper 189, 12, DOI 10.37236/676. MR2836824,
Show rawAMSref \bib{MR2836824}{article}{ label={Joh11}, author={Johnson, J. Robert}, title={An inductive construction for Hamilton cycles in Kneser graphs}, journal={Electron. J. Combin.}, volume={18}, date={2011}, number={1}, pages={Paper 189, 12}, review={\MR {2836824}}, doi={10.37236/676}, }
[KT88]
Henry A. Kierstead and William T. Trotter, Explicit matchings in the middle levels of the Boolean lattice, Order 5 (1988), no. 2, 163–171, DOI 10.1007/BF00337621. MR962224,
Show rawAMSref \bib{MR962224}{article}{ label={KT88}, author={Kierstead, Henry A.}, author={Trotter, William T.}, title={Explicit matchings in the middle levels of the Boolean lattice}, journal={Order}, volume={5}, date={1988}, number={2}, pages={163--171}, issn={0167-8094}, review={\MR {962224}}, doi={10.1007/BF00337621}, }
[ML73]
Guy H. J. Meredith and E. Keith Lloyd, The footballers of Croam, J. Combinatorial Theory Ser. B 15 (1973), 161–166, DOI 10.1016/0095-8956(73)90016-6. MR321782,
Show rawAMSref \bib{MR0321782}{article}{ label={ML73}, author={Meredith, Guy H. J.}, author={Lloyd, E. Keith}, title={The footballers of Croam}, journal={J. Combinatorial Theory Ser. B}, volume={15}, date={1973}, pages={161--166}, issn={0095-8956}, review={\MR {321782}}, doi={10.1016/0095-8956(73)90016-6}, }
[MMN22]
Arturo Merino, Torsten Mütze, and Namrata, Kneser graphs are Hamiltonian, STOC’23—Proceedings of the 55th Annual ACM Symposium on Theory of Computing, ACM, New York, [2023] ©2023, pp. 963–970, DOI 10.1145/3564246.3585137. MR4617441,
Show rawAMSref \bib{merino-muetze-namrata:22}{article}{ label={MMN22}, author={Merino, Arturo}, author={M\"{u}tze, Torsten}, author={Namrata}, title={Kneser graphs are Hamiltonian}, conference={ title={STOC'23---Proceedings of the 55th Annual ACM Symposium on Theory of Computing}, }, book={ publisher={ACM, New York}, }, date={[2023] \copyright 2023}, pages={963--970}, review={\MR {4617441}}, doi={10.1145/3564246.3585137}, }
[MNW21]
Torsten Mütze, Jerri Nummenpalo, and Bartosz Walczak, Sparse Kneser graphs are Hamiltonian, J. Lond. Math. Soc. (2) 103 (2021), no. 4, 1253–1275, DOI 10.1112/jlms.12406. MR4273468,
Show rawAMSref \bib{MR4273468}{article}{ label={MNW21}, author={M\"{u}tze, Torsten}, author={Nummenpalo, Jerri}, author={Walczak, Bartosz}, title={Sparse Kneser graphs are Hamiltonian}, journal={J. Lond. Math. Soc. (2)}, volume={103}, date={2021}, number={4}, pages={1253--1275}, issn={0024-6107}, review={\MR {4273468}}, doi={10.1112/jlms.12406}, }
[MS17]
Torsten Mütze and Pascal Su, Bipartite Kneser graphs are Hamiltonian, Combinatorica 37 (2017), no. 6, 1207–1219, DOI 10.1007/s00493-016-3434-6. MR3759914,
Show rawAMSref \bib{MR3759914}{article}{ label={MS17}, author={M\"{u}tze, Torsten}, author={Su, Pascal}, title={Bipartite Kneser graphs are Hamiltonian}, journal={Combinatorica}, volume={37}, date={2017}, number={6}, pages={1207--1219}, issn={0209-9683}, review={\MR {3759914}}, doi={10.1007/s00493-016-3434-6}, }
[Müt16]
Torsten Mütze, Proof of the middle levels conjecture, Proc. Lond. Math. Soc. (3) 112 (2016), no. 4, 677–713, DOI 10.1112/plms/pdw004. MR3483129,
Show rawAMSref \bib{MR3483129}{article}{ label={M{\"u}t16}, author={M\"{u}tze, Torsten}, title={Proof of the middle levels conjecture}, journal={Proc. Lond. Math. Soc. (3)}, volume={112}, date={2016}, number={4}, pages={677--713}, issn={0024-6115}, review={\MR {3483129}}, doi={10.1112/plms/pdw004}, }
[Müt23a]
Torsten Mütze. A book proof of the middle levels theorem. arXiv:2306.13019. To appear in Combinatorica, 2023.
[Müt23b]
Torsten Mütze. Gliders in Kneser graphs, 2023. http://tmuetze.de/gliders.html.
[Sim91]
James E. Simpson, Hamiltonian bipartite graphs, Proceedings of the Twenty-second Southeastern Conference on Combinatorics, Graph Theory, and Computing (Baton Rouge, LA, 1991), Congr. Numer. 85 (1991), 97–110. MR1152123,
Show rawAMSref \bib{MR1152123}{article}{ label={Sim91}, author={Simpson, James E.}, title={Hamiltonian bipartite graphs}, booktitle={Proceedings of the Twenty-second Southeastern Conference on Combinatorics, Graph Theory, and Computing (Baton Rouge, LA, 1991)}, journal={Congr. Numer.}, volume={85}, date={1991}, pages={97--110}, issn={0384-9864}, review={\MR {1152123}}, }
[SW95]
Carla D. Savage and Peter Winkler, Monotone Gray codes and the middle levels problem, J. Combin. Theory Ser. A 70 (1995), no. 2, 230–248, DOI 10.1016/0097-3165(95)90091-8. MR1329390,
Show rawAMSref \bib{MR1329390}{article}{ label={SW95}, author={Savage, Carla D.}, author={Winkler, Peter}, title={Monotone Gray codes and the middle levels problem}, journal={J. Combin. Theory Ser. A}, volume={70}, date={1995}, number={2}, pages={230--248}, issn={0097-3165}, review={\MR {1329390}}, doi={10.1016/0097-3165(95)90091-8}, }

Credits

Figure 1 is courtesy of The Puzzle Museum.

Figures 2–14 are courtesy of Torsten Mütze.

Photo of Torsten Mütze is courtesy of Fanny Mütze.