Table of Contents
Fetching ...

An upper bound for the number of chess diagrams without promotion

Daniel Gourion

TL;DR

This work bounds the number of legal chess diagrams without promotion by introducing a graph-based, quadruplet representation $\mathcal{P}=(P_w,P_b,p_w,p_b)$ with root $\mathcal{P}_0=(8,8,8,8)$ and edges that correspond to captures. It then defines pawn-arrangement classes—8 files with ordered pawn stacks—so that the combinatorics of pawn placements can be bounded via $\prod_{i=1}^{8}\binom{6}{k_i}$ per class, allowing recursive propagation of bounds from predecessors. After bounding pawns, piece placements are counted with parity constraints for bishops and standard combinatorics, yielding a total bound $n_\mathcal{P}\times m_\mathcal{P}$; a specialized refinement handles diagrams with $2$–$23$ pieces. The result is a substantial tightening of prior estimates, giving an overall upper bound of $<4\times 10^{37}$ diagrams without promotion, with the best-case bound for $24$–$32$ pieces expressed as $3.7422\ldots\times 10^{37}$. The authors also provide verifiability via publicly available code and data and propose extensions to include promotions and additional game features.

Abstract

In 2015, Steinerberger showed that the number of legal chess diagrams without promotion is bounded from above by $2\times 10^{40}$. This number was obtained by restricting both bishops and pawns position and by a precise bound when no chessman has been captured. We improve this estimate and show that the number of legal diagrams is less than $4\times 10^{37}$. To achieve this, we define a graph on the set of diagrams and a notion of class of pawn arrangements, leading to a method for bounding pawn positions with any number of men on the board.

An upper bound for the number of chess diagrams without promotion

TL;DR

This work bounds the number of legal chess diagrams without promotion by introducing a graph-based, quadruplet representation with root and edges that correspond to captures. It then defines pawn-arrangement classes—8 files with ordered pawn stacks—so that the combinatorics of pawn placements can be bounded via per class, allowing recursive propagation of bounds from predecessors. After bounding pawns, piece placements are counted with parity constraints for bishops and standard combinatorics, yielding a total bound ; a specialized refinement handles diagrams with pieces. The result is a substantial tightening of prior estimates, giving an overall upper bound of diagrams without promotion, with the best-case bound for pieces expressed as . The authors also provide verifiability via publicly available code and data and propose extensions to include promotions and additional game features.

Abstract

In 2015, Steinerberger showed that the number of legal chess diagrams without promotion is bounded from above by . This number was obtained by restricting both bishops and pawns position and by a precise bound when no chessman has been captured. We improve this estimate and show that the number of legal diagrams is less than . To achieve this, we define a graph on the set of diagrams and a notion of class of pawn arrangements, leading to a method for bounding pawn positions with any number of men on the board.
Paper Structure (14 sections, 4 equations, 3 figures, 5 tables)

This paper contains 14 sections, 4 equations, 3 figures, 5 tables.

Figures (3)

  • Figure 1: Left. A legal diagram. Middle. A legal position: white is to move, white may castle kingside or queenside, black may castle queenside, axb6 en passant is allowed. This information is indicated respectively by w, K, Q, q and b6, using Forsyth–Edwards Notation. Right. An illegal diagram: where does the h3 pawn come from?
  • Figure 2: Subgraph for 32, 31 and 30 chessmen.
  • Figure 3: Five legal diagrams, in a game beginning with the moves: 1. e4 e5 2. Nf3 Nc6 3. d4 (top left) exd4 (middle top) 4. Nxd4 (top right) Nc6 5. Nxc6 (bottom left) bxc6 (bottom right).