The Angel Problem
Oddvar Kloster
|
|||||||||||||||||||||
ContentsThe problem |
The solution by Oddvar KlosterThis solution demonstrates an explicit strategy that lets an Angel of power 2 win. The full details can be found in my paper. The strategyThe Angel's winning strategy works as follows1:
The effect of these rules is that whenever the Devil has placed a sufficient number of eaten squares sufficiently close to the Angel's path to constitute a threat, the angel will declare the area forbidden and walk around instead. Below are a few examples of updates to the forbidden area and the path (with eaten squares shown dark gray):
In some special cases, the path is allowed to become slightly degenerate. If the Angel is standing at an inner corner and the Devil eats the Angel's current square, the path will aquire a 180 degree turn, and the Angel will temporarily be standing in the forbidden area. In the rightmost figure below, the path is highlighted in green:
The following example also shows an update that leads to a degenerate path, though this situation can never occur in practice:
Why does it work?To prove that the strategy wins, we must verify that it can never cause the Angel to land on an eaten square. Firstly, it is straightforward to see that this is true for eaten squares outside the forbidden area. The Angel always stays next to the path, and any eaten square that is next to the path must immediately be made forbidden. This can lengthen the path by at most two units.
Secondly, we must show that the Angel can never step on an eaten square inside the forbidden area. In fact, the Angel will never enter the forbidden area at all. In order to get the Angel to step on a forbidden square, the Devil must make some part of the path have forbidden squares on both sides. That is, the path must be degenerate and the Angel stranded on an island inside the forbidden area. We can imagine such an island being created inside a barrier of forbidden squares that grows clockwise around the Angel until it meets another part of the forbidden area behind the Angel. But this cannot be done. In order to create an island with a given perimeter length, the Devil must eat a certain number of squares in a nearby region (due to the last condition of rule 3). Considering the limited speed with which the Devil can eat squares, we can go back in time to when the Angel is about to enter this region, and find that already now, there are so many eaten squares in the region that the Angel must make it forbidden and will instead walk around the whole trap-to-be. The figure above illustrates how this barrier-building fails. Suppose that the Devil wants to create a barrier by eating the squares marked in blue. It is clear that he can't start before the Angel has advanced from the position shown, as otherwise, the Angel is forced to make the area forbidden and walk around. But during the 9 turns that the Devil requires to eat these squares, the Angel has advanced 18 units along the path, which means that he escapes the trap before it is finished. The actual move sequence may look as in the figure on the right, where both the Angel's and the Devil's moves are numbered, with the Angel going first. You can try the demo of the strategy to verify that the above sequence is correct and cannot be improved upon. Of course, this is just one example, but any attempt to trap the Angel is doomed to fail in a similar way. 1 The strategy is formulated slightly differently in the paper. There are a few additional technicalities, but the description given here is essentially equivalent. |
||||||||||||||||||||