Papers
Topics
Authors
Recent
Search
2000 character limit reached

Connected Queen Domination Analysis

Updated 7 February 2026
  • 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 N×NN \times N chessboard under the induced visibility graph. Specifically, the problem requires selecting the smallest possible set QQ 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 BB denote the N×NN \times N chessboard with squares (x,y)(x, y), 1x,yN1 \leq x, y \leq N. A subset QQ of squares is a dominating set if every square is either occupied by a queen in QQ or is attacked (in the queen-move sense) by at least one queen in QQ. Introducing connectivity, the visibility graph G(Q)G(Q) is defined on vertex set QQ0 with an edge joining two queens if they see each other directly (same row, column, or diagonal with no other queen in between). If QQ1 is connected, QQ2 is called a connected dominating set. The central metric is the connected domination number QQ3, the minimum cardinality of such sets.

2. Lower and Upper Bounds for QQ4

The work of Venkatesan & Venkatesan establishes a tight lower bound for the connected domination number: QQ5 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 QQ6 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

QQ7

For this construction, the board is divided into a QQ8 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 QQ9. 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) BB0 Basic coverage
Slack-corrected (for corners) BB1 Correction term
Blocking outside annulus BB2 Enforce blockages
Connectivity via edge counting Replace LHS by subtracting BB3 edges Imposes conn.

Summing and combining these, together with the bound BB4, produces the minimum connected dominating set size.

4. BB5-Colored Connected Domination: Generalization and Bounds

The BB6-colored connected queen domination problem extends the definition by partitioning queens into BB7 color classes, requiring connectivity of the visibility graph only within each class. The critical bound becomes

BB8

As the number of colors BB9 increases, the constraint is relaxed. For sufficiently large N×NN \times N0, the lower bound descends to the classical domination bound of N×NN \times N1. The methodology follows the same algebraic sequence as the uncolored case but replaces the minimum connectivity edge requirement with N×NN \times N2, reflecting the sum over N×NN \times N3 connected components.

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 N×NN \times N4 for N×NN \times N5 collinear queens).
  • Extension to higher-dimensional boards (e.g., three- and N×NN \times N6-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 N×NN \times N7.

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).

Definition Search Book Streamline Icon: https://streamlinehq.com
References (1)

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Connected Queen Domination.