Go and mathematics


The game of Go is one of the most popular games in the world. As a result of its elegant and simple rules, the game has long been an inspiration for mathematical research. Shen Kuo, a Chinese scholar in 11th century, estimated that the number of possible board positions is around 10172 in The Dream Pool Essays. In more recent years, research of the game by John H. Conway led to the invention of the surreal numbers and contributed to development of combinatorial game theory.

Computational complexity

Generalized Go is played on n x n boards, and the computational complexity of determining the winner in a given position of generalized Go depends crucially on the ko rules.
Go is “almost” in PSPACE, since in normal play, moves are not reversible, and it is only through capture that there is the possibility of the repeating patterns necessary for a harder complexity.

Without Ko

Without ko, Go is PSPACE-hard. This is proved by reducing True Quantified Boolean Formula, which is known to be PSPACE-complete, to generalized geography, to planar generalized geography, to planar generalized geography with maximum degree 3, finally to Go positions.
Go with superko is not known to be in PSPACE. Though actual games seem never to last longer than moves, in general it is not known if there were a polynomial bound on the length of Go games. If there were, Go would be PSPACE-complete. As it currently stands, it might be PSPACE-complete, EXPTIME-complete, or even EXPSPACE-complete.

Japanese ko rule

Japanese ko rules state that only the basic ko, that is, a move that reverts the board to the situation one move previously, is forbidden. Longer repetitive situations are allowed, thus potentially allowing a game to loop forever, such as the triple ko, where there are three kos at the same time, allowing a cycle of 12 moves.
With Japanese ko rules, Go is EXPTIME-complete.

Superko rule

The superko rule states that a repetition of any board position that has previously occurred is forbidden. This is the ko rule used in most Chinese and US rulesets.
It is an open problem what the complexity class of Go is under superko rule. Though Go with Japanese ko rule is EXPTIME-complete, both the lower and the upper bounds of Robson’s EXPTIME-completeness proof break when the superko rule is added.
It is known that it is at least PSPACE-hard, since the proof in of the PSPACE-hardness of Go does not rely on the ko rule, or lack of the ko rule. It is also known that Go is in EXPSPACE.
Robson showed that if the superko rule, that is, “no previous position may ever be recreated”, is added to certain two-player games that are EXPTIME-complete, then the new games would be EXPSPACE-complete. Intuitively, this is because an exponential amount of space is required even to determine the legal moves from a position, because the game history leading up to a position could be exponentially long.
As a result, superko variants of generalized chess and checkers are EXPSPACE-complete, since generalized chess and checkers are EXPTIME-complete. However, this result does not apply to Go.

Complexity of certain Go configurations

A Go endgame begins when the board is divided into areas that are isolated from all other local areas by living stones, such that each local area has a polynomial size canonical game tree. In the language of combinatorial game theory, it happens when a Go game decomposes into a sum of subgames with polynomial size canonical game trees.
With that definition, Go endgames are PSPACE-hard.
This is proven by converting the Quantified Boolean Formula problem, which is PSPACE-complete, into a sum of small Go subgames. Note that the paper does not prove that Go endgames are in PSPACE, so they might not be PSPACE-complete.
Determining which side wins a capturing race is PSPACE-complete, whether Japanese ko rule or superko rule is in place. This is proven by simulating QBF, known to be PSPACE-complete, with ladders that bounce around the board like light beams.

Legal positions

Since each location on the board can be either empty, black, or white, there are a total of 3n2 possible board positions on a square board with length n; however only part of them are legal. Tromp and Farnebäck derived a recursive formula for legal positions of a rectangle board with length m and n. The exact number of was obtained in 2016. They also find an asymptotic formula, where, and. It has been estimated that the observable universe contains around 1080 atoms, far fewer than the number of possible legal positions of regular board size. As the board gets larger, the percentage of the positions that are legal decreases.
Board size n×n3n2Percent legal
1×1333.33%1
2×28170.37%57
3×319,68364.40%12,675
4×443,046,72156.49%24,318,165
5×5847,288,609,44348.90%414,295,148,741
9×94.43426488243×103823.44%1.03919148791×1038
13×134.30023359390×10808.66%3.72497923077×1079
19×191.74089650659×101721.20%2.08168199382×10170

Game tree complexity

The computer scientist Victor Allis notes that typical games between experts last about 150 moves, with an average of about 250 choices per move, suggesting a game-tree complexity of 10360. For the number of theoretically possible games, including games impossible to play in practice, Tromp and Farnebäck give lower and upper bounds of 101048 and 1010171 respectively.
The lower bound was improved to a Googolplex by Walraet and Tromp.
The most commonly quoted number for the number of possible games, 10700 is derived from a simple permutation of 361 moves or 361! = 10768. Another common derivation is to assume N intersections and L longest game for N^L total games. For example, 400 moves, as seen in some professional games, would be one out of 361400 or 1 × 101023 possible games.
The total number of possible games is a function both of the size of the board and the number of moves played. While most games last less than 400 or even 200 moves, many more are possible.
Game sizeBoard size N N!Average game length LNLMaximum game length Lower limit of gamesUpper limit of games
2×2424364386,356,909,593386,356,909,593
3×393.6×10555.9×104
4×4162.1×101396.9×1010
5×5251.6×1025159.3×1020
9×9815.8×10120457.6×1085
13×131694.3×10304903.2×10200
19×193611.0×107682003×1051110481010481010171
21×214412.5×109762501.3×10661

The total number of possible games can be estimated from the board size in a number of ways, some more rigorous than others. The simplest, a permutation of the board size, L, fails to include illegal captures and positions. Taking N as the board size and L as the longest game, NL forms an upper limit. A more accurate limit is presented in the Tromp/Farnebäck paper.
Longest game L LLower limit of gamesUpper limit of gamesNotes
1361361361White resigns after first move, 361 ignoring all symmetry including y=x else 10x10-10=90 90/2=45 +10 = 55.
2722721Black resigns after white's first move, 721 ignoring all symmetry including y=x else 19x19-19=342 342/2=171 +19 = 190 - 1= 189.
502.1×101267.5×10127
1001.4×102495.6×10255
1506.4×103674.2×10383
2001.9×104813.2×10511
2508.2×105872.4×10639
3002.8×106847.8×10766
3503.6×107601.3×10895
3611.4×107681.8×10923Longest game using 181 black and 180 white stones
411n/a1.3×101051Longest professional game
500n/a5.7×101278
1000n/a3.2×102557
47 millionn/a10108361^3 moves
1048n/a1010481010171Longest game

10700 is thus an overestimate of the number of possible games that can be played in 200 moves and an underestimate of the number of games that can be played in 361 moves. Since there are about 31 million seconds in a year, it would take about 2¼ years, playing 16 hours a day at one move per second, to play 47 million moves.