---
title: 'Queen Graphs: Movement, Domination, and Spectral Theory'
url: https://www.emergentmind.com/topics/queen-graphs
type: topic
---

# Queen Graphs: Movement, Domination, and Spectral Theory

Queen graphs are graph-theoretic models of queen movement on chessboards and related lattice boards. In the basic two-dimensional case, the vertex set is the set of board squares, and two vertices are adjacent exactly when the corresponding squares lie in a common row, column, or diagonal, so that a queen can move between them in one move. This family extends naturally to rectangular boards, toroidal boards, higher-dimensional boards, and constrained lattice regions such as polyominoes; across these settings, queen graphs have been studied through domination, independence, edge-coloring, chip-firing, spectral analysis, and exact computation [1606.02060][2604.03842][1810.10961][2312.04686].

## 1. Definitions, variants, and geometric models

The ordinary queen graph on an \(n\times n\) board is the graph whose vertices are the board squares and whose edges encode legal queen moves. In coordinate form, adjacency between \((i,j)\) and \((i',j')\) is given by one of
\[
i=i',\qquad j=j',\qquad i-j=i'-j',\qquad i+j=i'+j'.
\]
This same definition appears in the rectangular queen’s graph \(Q_{m\times n}\), where the board need not be square, and in the notation \(Q_{m,n}\) used in edge-coloring work; in both cases the graph is the union of a rook graph and a bishop graph, with row/column edges supplied by rook moves and diagonal edges supplied by bishop moves [1606.02060][1606.07918].

Several nonclassical variants are now standard. In the toroidal two-dimensional setting, the board is \(\mathbb Z_n^2\), diagonal adjacency is interpreted modulo \(n\), and the resulting graph is the toroidal queen graph. In higher dimension, the three-dimensional queen graph \(Q_n^3\) has vertex set
\[
[n]^3=\{0,1,\dots,n-1\}^3,
\]
with adjacency determined by legal 3D queen moves along 13 undirected line families: 3 axis directions, 6 face diagonals, and 4 space diagonals. A toroidal 3D analogue replaces \([n]^3\) by \((\mathbb Z_n)^3\) and wraps those lines around the discrete torus [2604.03793][2604.03842].

A different generalization arises from restricted regions. For a polyomino \(P\), one may define a queen visibility graph \(Q(P)\) whose vertices are the tiles of \(P\), with adjacency whenever two tiles lie on a common row-, column-, or diagonal-line segment fully contained in \(P\). This is not the ordinary full-board queen graph, because holes, bottlenecks, and interrupted line of sight alter adjacency [1810.10961]. A further directed variant appears in Catalan queen-path models, where allowed moves are only east, north, and northeast by arbitrary positive distance, yielding a directed lattice graph rather than an undirected attack graph [1109.1806].

This diversity of definitions is not merely notational. Boundary effects, periodicity, and dimensionality change both local degree structure and global invariants. A plausible implication is that “queen graph” is best understood as a family of chess-move graphs rather than a single graph class.

## 2. Domination, coverage, and related extremal problems

Domination is one of the central themes in queen-graph theory. For a queen graph \(G\), a dominating set is a subset \(D\subseteq V(G)\) such that every vertex lies in \(D\) or is adjacent to a vertex of \(D\). On rectangular boards, the domination number \(\gamma(Q_{m\times n})\) has been computed for
\[
4\le m\le n\le 18,
\]
and the general lower bound
\[
\gamma(Q_{m\times n}) \ge \min\left\{m,\left\lceil \frac{m+n-2}{4} \right\rceil\right\}
\]
was established. The same work showed that monotonicity can fail: for example,
\[
\gamma(Q_{8\times 11}) = 6 > 5 = \gamma(Q_{9\times 11}) = \gamma(Q_{10\times 11}) = \gamma(Q_{11\times 11}),
\]
so enlarging the board can unlock more efficient geometric configurations rather than making domination harder [1606.02060].

The three-dimensional domination problem is substantially different. For the cubic board \(Q_n^3\), the domination number satisfies
\[
\gamma(Q_n^3)\ge \left\lceil \frac{n^3}{13n-12}\right\rceil
\]
from the maximum closed-neighborhood size, and also
\[
\gamma(Q_n^3)\le n\cdot \gamma(Q_n^2)\le \frac{69}{133}n^2+O(n),
\]
yielding
\[
\gamma(Q_n^3)=\Theta(n^2).
\]
The paper “On the Structure of 3D Queen Domination” identifies an inner core
\[
C=\{1,\dots,n-2\}^3
\]
and studies
\[
\kappa(q)=|N[q]\cap C|,
\]
the number of core vertices dominated by a queen at \(q\). It proves a strict hierarchy by position type:
\[
\kappa(q)=m \text{ (corner)},\qquad \kappa(q)=2m-1 \text{ (edge)},
\]
\[
\kappa(q)\le 5m-4-\varepsilon_m \text{ (face)},\qquad \kappa(q)\le 13m-12 \text{ (interior)},
\]
with \(m=n-2\) and \(\varepsilon_m=(m-1)\bmod 2\). In particular, no boundary queen matches the best inner-core coverage of an interior queen [2604.03793].

Coverage-maximization with a fixed number of queens is distinct from domination minimization. In “Thresholds of Queen covers,” a \(q\)-configuration \(\mathcal Q\) is evaluated by
\[
cover_n(\mathcal Q)=[\mathcal Q\cup A(\mathcal Q)]\cap {}_n,
\]
and for sufficiently large \(n\),
\[
cover_n(\mathcal Q)=(4n-3)q-loss(\mathcal Q),
\]
where
\[
loss(\mathcal Q)=inloss(\mathcal Q)+cenloss(\mathcal Q).
\]
Here \(inloss\) measures redundant attacks and \(cenloss\) measures boundary truncation from off-center placement. The paper proves that for every fixed \(q\), there is a threshold beyond which every optimal \(q\)-configuration is non-attacking, and a second threshold beyond which the set of optimal configurations stabilizes [2508.02545]. This sharply separates maximum-coverage problems from minimum-domination problems: attacking queens may be useful on small boards, but asymptotically they become inefficient.

For polyominoes and polycubes, queen guarding is again a domination problem, now in the induced visibility graph. Every \(n\)-tile \(d\)-polycube can be guarded by at most \(\lfloor n/3\rfloor\) queens, and this bound is sometimes necessary; moreover, deciding whether a polyomino can be guarded by at most \(m\) queens is NP-hard [1810.10961].

## 3. Independence, gonality, and nonattacking configurations

Independent sets in queen graphs are exactly nonattacking queen placements. On the ordinary square board, the classical \(n\)-queens problem asks whether \(\alpha(\mathcal Q(n))\ge n\), and the spectral survey of \(\mathcal Q(n)\) recalls the exact values
\[
\alpha(\mathcal Q(n))=
\begin{cases}
1, & n=2,\\
2, & n=3,\\
n, & n\ge 4.
\end{cases}
\]
For rectangular boards \(Q_{n,m}\), the gonality paper uses the corresponding independence numbers
\[
\alpha(Q_{2,2})=1,\qquad \alpha(Q_{3,3})=2,
\]
and for all other boards
\[
\alpha(Q_{n,m})=
\begin{cases}
n & \text{if } n=m\ge 4,\\
\min\{n,m\}=n & \text{if } n\ne m.
\end{cases}
\]
Thus, except for the two smallest square exceptions, the maximum size of a nonattacking set is the smaller board dimension [2012.01992][2312.04686].

A particularly strong connection between independence and chip-firing is the exact gonality formula
\[
\operatorname{gon}(Q_{n,m})=nm-\alpha(Q_{n,m}),
\]
with the explicit specialization
\[
\operatorname{gon}(Q_{n,m})=
\begin{cases}
3 & \text{if } n=m=2,\\
7 & \text{if } n=m=3,\\
n(m-1) & \text{otherwise.}
\end{cases}
\]
The same identity holds for toroidal queen’s graphs:
\[
\operatorname{gon}(TQ_{n,m})=nm-\alpha(TQ_{n,m}).
\]
Moreover, maximum independent sets \(S\) correspond bijectively to gonality-achieving divisor classes through
\[
S\mapsto [\mathbb 1_{S^c}],
\]
and distinct maximum independent sets give distinct divisor classes [2312.04686]. In this setting, nonattacking queen placements are not merely combinatorial witnesses; they classify all minimal positive-rank divisors.

Toroidal independence becomes subtler in higher dimension. On \(\mathbb Z_n^d\), queens attack along every toroidal line whose direction vector lies in \(\{-1,0,1\}^d\setminus\{0\}\). The trivial upper bound is
\[
\alpha(Q_{n,d}^{\mathrm{tor}})\le n^{d-1}.
\]
If \(n\) has no prime divisor less than \(2^d\), then this upper bound is attained:
\[
\alpha(Q_{n,d}^{\mathrm{tor}})=n^{d-1}.
\]
But in dimension \(3\), if \(n\) is coprime to \(2\cdot 3\), divisible by \(5\), and not by \(25\), then
\[
\alpha(Q_{n,3}^{\mathrm{tor}})<n^2.
\]
For general fixed \(d\),
\[
\alpha(Q_{n,d}^{\mathrm{tor}})\ge n^{d-1}-2^{2d+4}n^{d-2},
\]
so the trivial upper bound is asymptotically sharp up to order \(n^{d-2}\) [2404.18237].

A common misconception is that all large-board optimal configurations in fixed-\(q\) coverage problems should coincide with classical \(q\times q\) nonattacking patterns. The fixed-\(q\) cover analysis shows otherwise. For \(q=8\), only three of the twelve classical fundamental solutions remain asymptotically cover-optimal when centralized on large boards, while for \(q=6\) the single classical fundamental solution is never asymptotically cover-optimal [2508.02545]. This suggests that independence is necessary in the asymptotic regime, but not sufficient to characterize optimal coverage.

## 4. Spectral and algebraic theory

The ordinary \(n\)-Queens’ graph \(\mathcal Q(n)\) is nonregular, with degree determined by peripheral layers. If \(V_j\) denotes the \(j\)-th layer from the boundary, then every vertex \(v\in V_j\) has degree
\[
d_v = 3(n-1)+2(j-1).
\]
Hence
\[
\delta(\mathcal Q(n))=3(n-1),
\]
and
\[
\Delta(\mathcal Q(n))=
\begin{cases}
4n-5, & \text{if } n \text{ is even},\\
4n-4, & \text{if } n \text{ is odd}.
\end{cases}
\]
The number of edges is
\[
e(\mathcal Q(n))=\frac{n(n-1)(5n-1)}{3}.
\]
Despite this nonregularity, the least eigenvalue is uniformly bounded:
\[
\lambda_{\min}(\mathcal Q(n))\ge -4,
\]
and in fact \(-4\) is an eigenvalue of multiplicity \((n-3)^2\) for every \(n\ge 4\) [2012.01992].

The proof uses an edge clique partition by rows, columns, and both diagonal families. More generally, if \(P\) is an edge clique partition of a graph \(G\), and \(m_G(P)\) is the maximum number of cliques of \(P\) containing a single vertex, then every eigenvalue \(\mu\) of \(G\) satisfies
\[
\mu\ge -m_G(P).
\]
For \(\mathcal Q(n)\), the natural partition gives \(m_G(P)=4\), producing the bound \(-4\). Equality is characterized by linear conditions requiring all row, column, and diagonal sums of an eigenvector to vanish, together with zero entries at the corners [2012.01992]. This is one of the cleaner examples in which chessboard geometry directly controls a spectral extremum.

The same paper proves that \(n-4\) is also an eigenvalue of \(\mathcal Q(n)\), with multiplicity at least
\[
\frac{n-2}{2}\quad\text{if }n\text{ is even},\qquad
\frac{n+1}{2}\quad\text{if }n\text{ is odd}.
\]
It further gives an algorithm constructing an equitable partition of \(\mathcal Q(n)\) with
\[
\frac{(\lceil n/2\rceil+1)\lceil n/2\rceil}{2}
\]
cells, so that quotient-matrix eigenvalues supply main eigenvalues of \(\mathcal Q(n)\) [2012.01992].

A more recent decomposition writes the adjacency matrix of the \(n\)-Queens’ graph as
\[
A({\cal Q}(n)) = A(G_{1,2})+\left(A(G_3^1)+\left(A(G_{3,H}^2)+A(G_{3,V}^2)\right)\right),
\]
where \(G_{1,2}\) is the disjoint union of two triangular graphs \({\cal T}(n)\) and \({\cal T}(n-1)\), \(G_3^1\) is a disjoint union of cliques corresponding to one diagonal family, and \(G_{3,H}^2,G_{3,V}^2\) are disjoint unions of complete bipartite graphs corresponding to cross-triangle row and column interactions [2508.01088]. The triangular graphs satisfy
\[
|V({\cal T}(n))|=\frac{n(n+1)}2,\qquad d(v)=2n-2,\qquad |E({\cal T}(n))|=\frac{n^3-n}{2},
\]
and are integral graphs. Their least eigenvalue is \(-3\) with multiplicity
\[
T(n-3)=\frac{(n-3)(n-2)}{2}
\]
for \(n\ge 4\), while their full adjacency spectrum follows a consistent integer pattern with top eigenvalue \(2n-2\) [2508.01088]. Weyl’s inequalities are then used to derive lower and upper bounds on eigenvalues of \({\cal Q}(n)\).

The toroidal 3D case is spectrally more rigid because the graph is an abelian Cayley graph. For the toroidal three-dimensional queen graph \(G_n\) on \((\mathbb Z_n)^3\), with \(n\) odd and \(3\nmid n\), Fourier characters diagonalize the adjacency matrix and each frequency \(a\in(\mathbb Z_n)^3\) has eigenvalue
\[
\lambda(a)=n\mu(a)-13,
\]
where \(\mu(a)\) counts queen directions orthogonal to \(a\) modulo \(n\). The only possible values are
\[
\mu(a)\in\{0,1,2,3,4,13\},
\]
with multiplicities
\[
M_{13}(n)=1,\qquad M_4(n)=9(n-1),\qquad M_3(n)=4(n-1),\qquad M_2(n)=12(n-1),
\]
\[
M_1(n)=13n^2-72n+59,\qquad M_0(n)=n^3-13n^2+47n-35.
\]
Equivalently, the adjacency eigenvalues are
\[
kn-13,\qquad k\in\{0,1,2,3,4,13\},
\]
with the corresponding multiplicities above [2604.03842]. This toroidal spectrum is computed exactly, whereas the ordinary bounded 3D queen graph is dominated by boundary effects and does not admit such a translation-invariant analysis.

## 5. Edge-coloring and structural decomposition

The edge-chromatic number of the rectangular queen graph \(Q_{m,n}\) is governed by the interplay between rook and bishop edges. Since
\[
Q_{m,n}=R_{m,n}\cup B_{m,n},
\]
with disjoint edge sets, one has
\[
\Delta(Q_{m,n})=
\begin{cases}
3m+n-5, & \text{if } m=n \text{ and } n \text{ is even},\\
3m+n-4, & \text{otherwise.}
\end{cases}
\]
The number of edges is
\[
n_e(Q_{m,n})=\frac{m}{6}\,\bigl(2-2m^2-12n+9mn+3n^2\bigr).
\]
Using Vizing’s dichotomy, the central question is whether \(Q_{m,n}\) is Class 1 or Class 2 [1606.07918].

The proved classification is extensive. The graph \(Q_{m,n}\) is Class 1 if at least one of \(m,n\) is even, or if \(m=n\) and both are odd. It is also Class 1 for all odd \(m\le n\le \frac12(m^2-3m+2)\). On the other hand, if \(m,n\) are odd and
\[
n\ge \frac13(2m^2-11m+18),
\]
then \(Q_{m,n}\) is overfull and therefore Class 2 [1606.07918]. The guiding conjecture is that this overfullness obstruction is the only one:
\[
Q_{m,n}\text{ is Class 2 iff it is overfull.}
\]
Extensive computation reported there supports this statement.

The methods are structurally specific to queen graphs. They combine optimal edge-colorings of rook graphs and bishop graphs, extremal bishop colorings, a “ladder coloring” of the rook graph, and a derived multicycle built from the canonical bishop coloring. The key transfer statement is that if the derived multicycle \(\hat B_{m,n}\) can be edge-colored with \(n-1\) colors, then \(Q_{m,n}\) is Class 1 [1606.07918]. This is a highly queen-specific reduction: the difficulty lies precisely in coordinating the diagonal part with the row-column part so that one bishop color can be absorbed into the rook palette.

A plausible implication is that queen graphs sit in an intermediate regime between product-like graphs and line-incidence graphs. They inherit enough decomposability from rook-plus-bishop structure to permit specialized arguments, but not enough regularity for those arguments to collapse to general theorems.

## 6. Exact computation, certified search, and open directions

Exact queen-graph computation has shifted toward proof-producing methods. In the classical 2D case, queen domination can be encoded as SAT with one Boolean variable per square and one domination clause per square,
\[
\bigvee_{j\in N(i)} Q(j),
\]
together with an at-most-\(\gamma\) cardinality constraint
\[
Q(1)+Q(2)+\cdots+Q(n^2)\le \gamma.
\]
Using modulo totalizer encodings, static \(D_4\)-symmetry breaking through lex constraints, Cube-and-Conquer, and LRAT proof generation, “Queen Domination by SAT Solving” corrected a published discrepancy for \(n=16\) and resolved the previously open \(n=19\) case [2508.11945]. The number of non-isomorphic minimum dominating sets for \(3\le n\le 19\) was completely certified, with
\[
371
\]
non-isomorphic optimal solutions for \(n=16\) rather than the previously reported \(43\), and
\[
11
\]
for \(n=19\) [2508.11945]. This episode is significant because it established verifiability as a methodological standard in queen-graph computation.

In the 3D domination setting, exact small-\(n\) values have been certified by integer linear programming:
\[
\gamma(Q_1^3)=1,\qquad \gamma(Q_2^3)=1,\qquad \gamma(Q_3^3)=1,
\]
\[
\gamma(Q_4^3)=4,\qquad \gamma(Q_5^3)=6,\qquad \gamma(Q_6^3)=8.
\]
For \(n=7\), the reported bounds are
\[
10\le \gamma(Q_7^3)\le 12.
\]
The same work exploits the full octahedral symmetry group
\[
O_h
\]
of order \(48\) and a fundamental domain
\[
F(n)=\{(x,y,z): 0\le x\le y\le z\le (n-1)/2\},
\]
showing that every dominating set has an \(O_h\)-equivalent representative whose first queen lies in \(F(n)\) [2604.03793]. This reduction is lossless and illustrates how structural theorems can feed directly into exact optimization.

Several open problems remain central. For ordinary rectangular domination, monotonicity is unresolved beyond the known failures, and the lower bound
\[
\gamma(Q_{m\times n}) \ge \min\left\{m,\left\lceil \frac{m+n-2}{4}\right\rceil\right\}
\]
is not believed to be the final word [1606.02060]. For 3D domination, no exact formula for \(\gamma(Q_n^3)\) is known, the asymptotic constant in
\[
\gamma(Q_n^3)\sim c n^2
\]
is unknown, and even \(n=7\) remains open [2604.03793]. For edge-coloring, the overfullness conjecture remains unresolved in the remaining odd-by-odd region [1606.07918]. For higher-dimensional toroidal independence, the exact criterion for attaining \(n^{d-1}\) nonattacking queens is unknown outside the currently proved cases [2404.18237]. And in the fixed-\(q\) coverage problem, the sharp asymptotics of the non-attacking and stabilizing thresholds are not determined [2508.02545].

Taken together, these results portray queen graphs as a technically diverse family in which geometry, symmetry, arithmetic, and exact certification all matter. Their study links classical chessboard questions to domination theory, spectral graph theory, edge-coloring, chip-firing, SAT and ILP certification, Cayley-graph Fourier analysis, and incidence-geometric optimization.

Source: https://www.emergentmind.com/topics/queen-graphs