Queen's graph

From HandWiki
Short description: Mathematical graph relating to chess
Queen's graph
Script error: No such module "Chessboard".
In an [math]\displaystyle{ 8\times 8 }[/math] queen's graph, each square of the chessboard above is a vertex. There is an edge between any two vertices that a queen could move between; as an example, the vertices adjacent to d4 are marked with a white dot (i.e. there is an edge from d4 to each marked vertex).
Vertices[math]\displaystyle{ mn }[/math]
Chromatic numbern if [math]\displaystyle{ m=n\equiv 1,5 \pmod 6 }[/math]
PropertiesBiconnected, Hamiltonian
Table of graphs and parameters

In mathematics, a queen's graph is an undirected graph that represents all legal moves of the queen—a chess piece—on a chessboard. In the graph, each vertex represents a square on a chessboard, and each edge is a legal move the queen can make, that is, a horizontal, vertical or diagonal move by any number of squares. If the chessboard has dimensions [math]\displaystyle{ m\times n }[/math], then the induced graph is called the [math]\displaystyle{ m\times n }[/math] queen's graph.

Independent sets of the graphs correspond to placements of multiple queens where no two queens are attacking each other. They are studied in the eight queens puzzle, where eight non-attacking queens are placed on a standard [math]\displaystyle{ 8\times 8 }[/math] chessboard. Dominating sets represent arrangements of queens where every square is attacked or occupied by a queen; five queens, but no fewer, can dominate the [math]\displaystyle{ 8\times 8 }[/math] chessboard.

Colourings of the graphs represent ways to colour each square so that a queen cannot move between any two squares of the same colour; at least n colours are needed for an [math]\displaystyle{ n\times n }[/math] chessboard, but 9 colours are needed for the [math]\displaystyle{ 8\times 8 }[/math] board.

Properties

There is a Hamiltonian cycle for each queen's graph, and the graphs are biconnected (they remain connected if any single vertex is removed). The special cases of the [math]\displaystyle{ 1\times n }[/math] and [math]\displaystyle{ 2\times 2 }[/math] queen's graphs are complete.[1]

Independence

Script error: No such module "Chessboard".

Main page: Eight queens puzzle

An independent set of the graph corresponds to a placement of several queens on a chessboard such that no two queens are attacking each other. In an [math]\displaystyle{ n\times n }[/math] chessboard, the largest independent set contains at most n vertices, as no two queens can be in the same row or column.[2] This upper bound can be achieved for all n except n=2 and n=3.[3] In the case of n=8, this is the traditional eight queens puzzle.[2]

Domination

A dominating set of the queen's graph corresponds to a placement of queens such that every square on the chessboard is either attacked or occupied by a queen. On an [math]\displaystyle{ 8\times 8 }[/math] chessboard, five queens can dominate, and this is the minimum number possible[4]:113–114 (four queens leave at least two squares unattacked). There are 4,860 such placements of five queens, including ones where the queens control also all occupied squares, i.e. they attack respectively protect each other. In this subgroup, there are also positions where the queens occupy squares on the main diagonal only[4]:113–114 (e.g. from a1 to h8), or all on a subdiagonal (e.g. from a2 to g8).[5][6]

Script error: No such module "Chessboard". Script error: No such module "Chessboard". Script error: No such module "Chessboard".

Modifying the graph by replacing the non-looping rectangular [math]\displaystyle{ 8\times 8 }[/math] chessboard with a torus or cylinder reduces the minimum dominating set size to four.[4]:139

Template:Chess diagram 5x5 The [math]\displaystyle{ 3\times 3 }[/math] queen's graph is dominated by the single vertex at the centre of the board. The centre vertex of the [math]\displaystyle{ 5\times 5 }[/math] queen's graph is adjacent to all but 8 vertices: those vertices that are adjacent to the centre vertex of the [math]\displaystyle{ 5\times 5 }[/math] knight's graph.[4]:117

Domination numbers

Define the domination number d(n) of an [math]\displaystyle{ n\times n }[/math] queen's graph to be the size of the smallest dominating set, and the diagonal domination number dd(n) to be the size of the smallest dominating set that is a subset of the long diagonal. Note that [math]\displaystyle{ d(n)\le dd(n) }[/math] for all n. The bound is attained for [math]\displaystyle{ d(8)=dd(8)=5 }[/math], but not for [math]\displaystyle{ d(11)=5,dd(11)=7 }[/math].[4]:119

The domination number is linear in n, with bounds given by:[4]:119, 121

[math]\displaystyle{ \frac{n-1}{2} \le d(n)\le n-\left \lfloor \frac{n}{3}\right \rfloor. }[/math]

Initial values of d(n), for [math]\displaystyle{ n=1,2,3,\dots }[/math], are 1, 1, 1, 2, 3, 3, 4, 5, 5, 5, 5 (sequence A075458 in the OEIS).

Let Kn be the maximum size of a subset of [math]\displaystyle{ \{1,2,3,\dots,n\} }[/math] such that every number has the same parity and no three numbers form an arithmetic progression (the set is "midpoint-free"). The diagonal domination number of an [math]\displaystyle{ n\times n }[/math] queen's graph is [math]\displaystyle{ n-K_n }[/math].[4]:116

Define the independent domination number ID(n) to be the size of the smallest independent, dominant set in an [math]\displaystyle{ n\times n }[/math] queen's graph. It is known that [math]\displaystyle{ ID(n)\lt 0.705n+0.895 }[/math].[7]

Colouring

Refer to caption
A 9-colouring of the [math]\displaystyle{ 8\times 8 }[/math] queen's graph.[8] Notice that each pair of squares with the same colour are not on the same rank, file or diagonal, so a queen could not move directly between the squares.

A colouring of the queen's graph is an assignment of colours to each vertex such that no two adjacent vertices are given the same colour. For instance, if a8 is coloured red then no other square on the a-file, eighth rank or long diagonal can be coloured red, as a queen can move from a8 to any of these squares. The chromatic number of the graph is the smallest number of colours that can be used to colour it.

In the case of an [math]\displaystyle{ n\times n }[/math] queen's graph, at least n colours are required, as each square in a rank or file needs a different colour (i.e. the rows and columns are cliques).[1] The chromatic number is exactly n if [math]\displaystyle{ n\equiv 1,5 \pmod 6 }[/math] (i.e. n is one more or one less than a multiple of 6).[9]

The chromatic number of an [math]\displaystyle{ 8\times 8 }[/math] queen's graph is 9.[10]

Irredundance

A set of vertices is irredundant if removing any vertex from the set changes the neighbourhood of the set i.e. for each vertex, there is an adjacent vertex that is not adjacent to any other vertex in the set. This corresponds to a set of queens which each uniquely control at least one square. The maximum size IR(n) of an irredundant set on the [math]\displaystyle{ n\times n }[/math] queen's graph is difficult to characterise; known values include [math]\displaystyle{ IR(5)=5,IR(6)=7,IR(7)=9,IR(8)=11. }[/math][4]:206–207

Pursuit–evasion game

Consider the pursuit–evasion game on an [math]\displaystyle{ 8\times 8 }[/math] queen's graph played according to the following rules: a white queen starts in one corner and a black queen in the opposite corner. Players alternate moves, which consist of moving the queen to an adjacent vertex that can be reached without passing over (horizontally, vertically or diagonally) or landing on a vertex that is adjacent to the opposite queen. This game can be won by white with a pairing strategy.[11]

See also

References

  1. 1.0 1.1 Weisstein, Eric W.. "Queen Graph". http://mathworld.wolfram.com/QueenGraph.html. 
  2. 2.0 2.1 Averbach, Bonnie; Chein, Orin (2000). Problem Solving Through Recreational Mathematics. Dover Publications. pp. 211–212. ISBN 9780486131740. 
  3. Bernhardsson, Bo (1991). "Explicit Solutions to the N-Queens Problem for All N". ACM Sigart 2 (2): 7. doi:10.1145/122319.122322. 
  4. 4.0 4.1 4.2 4.3 4.4 4.5 4.6 4.7 Watkins, John J. (2012). Across the Board: The Mathematics of Chessboard Problems. Princeton University Press. 
  5. Dominating queens - in researchgate.net
  6. 5 Queens on a Chessboard
  7. Cockayne, E. J. (1990). "Chessboard domination problems". Discrete Mathematics 86 (1–3): 13–20. doi:10.1016/0012-365X(90)90344-H. 
  8. Iyer, M. R.; Menon, V. V. (1966). "On Coloring the [math]\displaystyle{ n\times n }[/math] Chessboard". The American Mathematical Monthly 72 (7): 723. 
  9. Chvátal, Václav. "Colouring the queen graphs". http://users.encs.concordia.ca/~chvatal/queengraphs.html. Retrieved 14 February 2022. 
  10. Bell, Jordan; Stevens, Brett (2009). "A survey of known results and research areas for n-queens". Discrete Mathematics 309 (1): 1–31. doi:10.1016/j.disc.2007.12.043. 
  11. Averbach & Chein 2000, pp. 257–258, 443.