Connected Queen Domination Analysis
- Connected queen domination is a problem that seeks the smallest set of queens dominating every square while forming a connected visibility graph on an N×N chessboard.
- The paper establishes tight lower and upper bounds using annulus partitioning and double-counting techniques that precisely factor in connectivity constraints.
- Extensions include k-colored versions and higher-dimensional adaptations, offering novel research directions in combinatorial optimization and graph theory.
Connected queen domination concerns the minimization of a connected dominating set of queens on an chessboard under the induced visibility graph. Specifically, the problem requires selecting the smallest possible set of queens such that every square is attacked by at least one queen and, additionally, the visibility graph—joining queens that can see each other directly in a row, column, or diagonal (with no intervening queen)—is connected. This augments the classical domination problem for the queen graph by adding a visibility-based connectivity constraint, yielding new, nontrivial lower and upper bounds and motivating combinatorial techniques for tight analysis (Venkatesan et al., 2016).
1. Formal Setup: Connected Queen Domination
Let denote the chessboard with squares , . A subset of squares is a dominating set if every square is either occupied by a queen in or is attacked (in the queen-move sense) by at least one queen in . Introducing connectivity, the visibility graph is defined on vertex set 0 with an edge joining two queens if they see each other directly (same row, column, or diagonal with no other queen in between). If 1 is connected, 2 is called a connected dominating set. The central metric is the connected domination number 3, the minimum cardinality of such sets.
2. Lower and Upper Bounds for 4
The work of Venkatesan & Venkatesan establishes a tight lower bound for the connected domination number: 5 The proof employs an annulus-partition argument: the chessboard is partitioned into nine regions by minimal empty rows/columns (the “annulus”), bounding the coverage each queen supplies. Connectivity is enforced via a correction term counting “common” rows, columns, or diagonals—each pair of directly-seeing queens corresponds to an edge, with at least 6 edges required for connectedness. Adding these constraints to classical domination inequalities produces the above tight lower bound.
A constructive upper bound is achieved by explicitly exhibiting a connected dominating set with
7
For this construction, the board is divided into a 8 grid of blocks. Queens are placed along descending diagonals in two opposite corner blocks, covering all but the farthest column; a queen is then added in this column and one more is placed to ensure connectivity. The resulting gap between lower and upper bounds is at most 2 (Venkatesan et al., 2016).
3. Proof Methodologies and Canonical Partitioning
The derivation of the tight lower bound utilizes a double-counting method anchored on an annulus partitioning of the board. Sentinel empty rows and columns demarcate the central block and the surrounding annulus, forming nine regions denoted 9. Each region’s queens are counted for their contribution to annulus coverage. Slack terms are introduced to treat coverage on the corner diagonals systematically. Edge counting (“commonality”) quantifies reductions to coverage imposed by direct queen-queen visibility, directly linking the combinatorics of the board and the connectivity requirement.
The central inequalities governing these counts are:
| Inequality Type | Expression (summarized) | Role |
|---|---|---|
| Annulus Coverage (classical) | 0 | Basic coverage |
| Slack-corrected (for corners) | 1 | Correction term |
| Blocking outside annulus | 2 | Enforce blockages |
| Connectivity via edge counting | Replace LHS by subtracting 3 edges | Imposes conn. |
Summing and combining these, together with the bound 4, produces the minimum connected dominating set size.
4. 5-Colored Connected Domination: Generalization and Bounds
The 6-colored connected queen domination problem extends the definition by partitioning queens into 7 color classes, requiring connectivity of the visibility graph only within each class. The critical bound becomes
8
As the number of colors 9 increases, the constraint is relaxed. For sufficiently large 0, the lower bound descends to the classical domination bound of 1. The methodology follows the same algebraic sequence as the uncolored case but replaces the minimum connectivity edge requirement with 2, reflecting the sum over 3 connected components.
5. Extensions, Open Directions, and Related Problems
Several avenues generalize the connected queen domination framework:
- Allowing clique edges in the visibility graph by counting all pairwise queen attacks per shared line (using 4 for 5 collinear queens).
- Extension to higher-dimensional boards (e.g., three- and 6-dimensional hypercubes with queen-like pieces) introduces substantial combinatorial complexity.
- Study of connected domination for other chess piece graphs (bishop, rook, knight) or mixed-piece sets, presenting varied graph-theoretic and domination properties.
- Application of slack-augmented double counting to geometric covering/packing, orthogonal arrays, and more general graph classes is suggested as a transfer of technique.
- Algorithmic directions include designing approximation algorithms utilizing these tight bounds and finding exact values for small 7.
These results instantiate the first (additive-constant tight) bounds for connected queen domination and chart out multiple new areas in combinatorics and algorithmic graph theory (Venkatesan et al., 2016).