In the first example, you can see that if the first cell containing the number 5 was circled, the second cell containing the number 5 would need to be painted (set). The 3 in the cell above would need to be circled to prevent a 'corner close'.
If however the second cell containing the 5 were circled, the first number 5 would need to be painted (set), and hence as the number 3 in the cell above is adjacent to a painted cell, it would again need to be circled.
So from this we deduce that even though we don't know yet which of the 5's will be circled or painted, the number 3 in the cell above will always be circled. This allows us to progress the game. |