![]() | ||
Conway's Soldiers or the checker-jumping problem is a one-person mathematical game or puzzle devised and analyzed by mathematician John Horton Conway in 1961. A variant of peg solitaire, it takes place on an infinite checkerboard. The board is divided by a horizontal line that extends indefinitely. Above the line are empty cells and below the line are an arbitrary number of game pieces, or "soldiers". As in peg solitaire, a move consists of one soldier jumping over an adjacent soldier into an empty cell, vertically or horizontally (but not diagonally), and removing the soldier which was jumped over. The goal of the puzzle is to place a soldier as far above the horizontal line as possible.
Contents
Conway proved that, regardless of the strategy used, there is no finite series of moves that will allow a soldier to advance more than four rows above the horizontal line. His argument uses a carefully chosen weighting of cells (involving the golden ratio), and he proved that the total weight can only decrease or remain constant. This argument has been reproduced in a number of popular math books.
Simon Tatham and Gareth Taylor have shown that the fifth row can be reached via an infinite series of moves [1]; this result is also in a paper by Pieter Blue and Stephen Hartke [2]. If diagonal jumps are allowed, the 8th row can be reached but not the 9th row. It has also been shown that, in the n-dimensional version of the game, the highest row that can be reached is 3n-2. Conway's weighting argument demonstrates that the row 3n-1 cannot be reached. It is considerably harder to show that row 3n-2 can be reached (see the paper by Eriksson and Lindstrom).
Notation and definitions
Let the target square be labeled
- A Positive jump: this is when a soldier jumps towards the target square over another soldier. Let the value of the soldier's square be
x n x n − 2 − x n − 1 − x n = x n − 2 ( 1 − x − x 2 ) . - A Neutral jump; this is when a soldier jumps over another soldier but remains an equal distance from the target square after his jump (should this be necessary). In this case the change in score is
− x n − 1 - A Negative jump: this is when a soldiers jumps over another into an empty square away from the target square. Here the change in score is
x n + 2 − x n + 1 − x n = x n ( x 2 − x − 1 ) .
Choosing a value of x {displaystyle x}
Let us choose a value of
etc...
Summing this to infinity causes all terms on the right hand side to cancel apart from the 1, i.e.,
This can also be shown with the common ratio, where:
When r =
Solutions
Let us take the first example, where the target square is in the first row above the red line. We now consider the maximum possible initial score, that is when every square has a soldier on it. The sum of the squares on the first row below the red line, is
Therefore, the total value of all the squares below the line is equal to:
At this stage we observe that
Therefore the sum of all the squares below the line when the target square is immediately above the line is
The next case we consider is when the target square is in the second row above the red line. In this case each square under the red line is one square further away from the target square than in the previous example, so the total score now is found by multiplying the total score we obtained by
Similarly:
Thus, we have shown that when the target square is five rows above the red line, the maximum possible original total score of all the soldiers is 1. With a finite number of soldiers the total will be less than one. Therefore, since any type of jump does not increase the total score, and the final score on all the soldiers must be at least 1 (
This completes the proof.