Why does strategy-stealing not work for Go?

356 Views Asked by At

The related Wikipedia article states:

In Go passing is allowed. When the starting position is symmetrical (empty board, neither player has any points), this means that the first player could steal the second player's winning strategy simply by giving up the first move. Since the 1930s, however, the second player is typically awarded some compensation points, which makes the starting position asymmetrical, and the strategy-stealing argument will no longer work.

Which only states why it does not work for the first (black) player, as a symmetrical board would end in a tie and the second player (white) gets some more additional Komi-points (compensation). However, by passing the first move, the black player technically switches position with the white one to take advantage of strategy-stealing. Therefore, given the black player does not pass the first turn, white could use strategy-stealing, force a tie and then win with the additional compensation points. So why does strategy-stealing not work for Go in general (even if it would be the second instead of the first player)?

Edit: The strategy-stealing argument states that in a game, in which an extra move is never a disadvantage, the first player can always use the second players strategy. In Go a placed stone could be a disadvantage, but passing is an option. Therefore the strategy-stealing would work (as the extra move can be left out, and is therefore no disadvantage), if compensation points would not exist. As they do exist for the second player, it does not work for the first player (he could use it but would loose due to the compensation points). My question does not concern the strategy-stealing argument itself, but a similar inverted concept; The first player can not use the second ones strategy, but the second one could still use the first ones, forcing a tie (without compensation points) and win, considering his compensation points. I am thinking here of mimicking the opponents moves, which is less general than strategy-stealing (the way the term is used in the Wikipedia article), but, in a completely symmetrical game, one perfectly legitimate way of doing so.

Of course there is a trivial answer, as all used boards have an odd number of rows and columns. Therefore, there is at least one unique point (the middle if central inversion is used). The turn which takes this point can not be applied to the other player. Due to the nature of Go, this small difference can change the game dramatically. For example an adjacent stone could easily be captured by the moving player, whereas the same turn would capture no stone for the copying player. Therefore I restate the question: Is there any reason why the strategy-stealing argument would not work for a game of Go on a board with an even number of rows and columns?

1

There are 1 best solutions below

8
On BEST ANSWER

Not sure if I understand the question. There is a "joke" in go that says that the first player could play in the center point (at tengen) and then mirror everything that his oponent does (symmetric wrt. the center). Is this, what you mean? If yes, it doesn't work; your oponent could easily force you to play some stones around the middle of the goban so that, at some point, he would capture some of your stones and the symmetry would be erased. The same argument applies to a goban with even number of rows/columns.

However, the wikipedia-article is about something fundamentally different, about a theoretical concept which shows that without komi, the "optimal strategy" is either a tie or a win for the first player. This has nothing to do with repeating your partners moves or with the odd/even size of the board. Furthermore, nobody knows the optimal strategy and those conciderations have no practical relevance.