20
$\begingroup$

There are many mathematical objects that are similar to groups and Cayley graphs of groups but lack homogeneity in some sense. Graphs of webpages with edges corresponding to links are one example. One long-studied example is chess. Some moves have inverses, and others do not. If we create a graph of all positions, it is certainly not homogeneous, and many methods developed for analyzing groups fail miserably (for instance, the graph is finite, so is delta-hyperbolic, but this gives no helpful information).

On the other hand, Morse theory is designed to help one study complex structures by picking out the points of greatest interest, ie the critical points. It has been used in several discrete settings such as video compression to help sort through mounds of intractable data.

My question is, has a version of discrete Morse theory been used to analyze chess? For instance, the critical points would perhaps correspond to positions with a local maximum or minimum number of moves; the absolute minima represent checkmates, the maxima represent positions with a lot of freedom.

Because chess is so well studied, I wonder if this hasn't been studied before. Does anyone know of a reference where Morse-like ideas were used to analyze chess?

$\endgroup$
2
  • 10
    $\begingroup$ Probably not what you want, but there is a paper by Morse on chess: Morse, Marston; Hedlund, Gustav A., Unending chess, symbolic dynamics and a problem in semigroups, Duke Math. J. 11 (1944) 1–7, MR0009788 (5,202e). $\endgroup$ Commented Jun 19, 2013 at 4:38
  • $\begingroup$ In what sense would critical points correspond to positions of interest? $\endgroup$ Commented Sep 16, 2014 at 16:34

1 Answer 1

15
$\begingroup$

The quick answer to your question is no, discrete Morse theory has not been used to study chess moves yet (unless this has been done in some very obscure journal). I would like to highlight a few likely reasons for this current state of affairs.

If I understand your question correctly, you are interested in the following scheme:

  1. build a directed graph $G$ whose vertices correspond to positions on the chessboard with an edge $a \to b$ if a valid move takes you from $a$ to $b$,

  2. construct a discrete Morse function on $G$ whose discrete vector field is only allowed to pair those $a$ and $b$ which are related by bidirectional (i.e., invertible) arrows $a \leftrightarrow b$.

The basic problem with such an approach, simply put, is that $G$ is huge and might contain positions which have not been reached in the entire recorded history of the game. As such, there is no complete "input space" $G$ on which you could impose your discrete Morse function, even if the process of imposing such a function could be performed in a distributed way. By contrast, even the example you have given regarding video compression assumes that the entire uncompressed video is accessible in the first place.

Note also that there is no known method for declaring that such-and-such cells will be critical when imposing a discrete Morse function. The discrete vector field must be acyclic, and depending on the topology of $G$ one might end up with many more critical cells than the "absolute maxima and minima" which were originally intended.

Finally, the following statement from your question is somewhat ambiguous:

Morse theory is designed to help one study complex structures by picking out the points of greatest interest, ie the critical points.

While it is certainly true that a discrete Morse function $f$ on a given cell complex $X$ allows one to construct a homotopy-equivalent Morse complex $M_f(X)$ built out of the critical cells of $f$, all the attaching map information is computed using the non-critical cells. Once you compute these attaching maps you can throw away those uncritical cells, but you must know all of them to begin with.

I think the idea is interesting, and may bear fruit if one restricts from the hopelessly unknown $G$ with "all possible positions" to the much more tractable $G' \subset G$ which is the subgraph spanned by all positions attained by grandmasters in recorded championship games.

$\endgroup$
3
  • $\begingroup$ @Vidit: I find it difficult to guess how many vertices there are in $G'$; do you know? $\endgroup$ Commented Jun 19, 2013 at 10:05
  • 1
    $\begingroup$ This data should be obtainable from redhotpawn.com/chess/grandmaster-games/index.php and maybe an email to the webmasters will do the trick. In case your comment was tongue-in-cheek, I would love to even know something about the very restricted $G''$ which consists only of moves attained in Kasparov-Karpov contests. $\endgroup$ Commented Jun 19, 2013 at 12:41
  • $\begingroup$ I'm only idly curious so I am not going to spend a lot of time on this. Wikipedia says that there are 1380 living grandmasters. redhotpawn.com seems to have around 2000 games each by people like Kasparov and Spassky, but typical numbers for other players are much lower, and of course each game is counted for two players. I'd guess that they have around 10^5 games in total. I'm not going to try to estimate how many individual positions that covers. $\endgroup$ Commented Jun 19, 2013 at 13:10

Not the answer you're looking for? Browse other questions tagged or ask your own question.