PUZZLE 0186
Conway's Soldiers
John Horton Conway
Cover every square on or below a horizontal line of an infinite square grid with a peg. A legal move is the usual peg-solitaire jump: one peg jumps over an adjacent peg into an empty square, and the jumped peg is removed.
The army wants to advance upward. It is possible to place a peg on the first, second, third, and fourth rows above the initial line.
Can any sequence of legal jumps reach the fifth row?
Hints
Open one at a timeTry assigning a weight to every square.
Choose the weight so that a legal jump never increases the total.
Solution
Best opened after a real attemptA pagoda function
Let
The identity
means that, for a jump aimed toward the target, the weight of the landing square equals the combined weight of the two consumed positions. Other jump directions do not increase the total weight.
Now sum the weights of all initially occupied squares. For a target on the fifth row, that total is strictly less than the target square's weight. Since legal moves never increase the total, no sequence can ever place a peg there.
The fourth row is reachable, but the fifth is not. The key is a monovariant: a carefully chosen quantity that can only stay the same or decrease.