Let be a positive odd number. The set of lattice points on the plane forms a array, with a guinea pig sitting on each point, each facing one of the positive -axis direction, negative -axis direction, positive -axis direction, or negative -axis direction. Jeff wants to keep of these guinea pigs and remove the rest.
Then the guinea pigs make the following movement: in each round, every guinea pig that has been kept simultaneously moves forward one unit length in the direction it is facing, while maintaining its facing direction; but if a guinea pig is about to move to a point , then it instead moves to , where and (for example, if a guinea pig climbs from toward , then it instead climbs to .)
Jeff's goal is to ensure that among all the remaining guinea pigs, at no round will two guinea pigs have the same destination point, nor will two guinea pigs climb to each other's starting point for that round.
Prove that: regardless of how the initial guinea pigs' facing directions are distributed, Jeff can always achieve his goal.
, 2021
Solution
First represent the guinea pigs' facing directions with arrows, and color them black (B) or white (W) in the manner of a chessboard coloring. In this way we obtain eight kinds of arrows: , , , , , , , .
Note that if two guinea pigs are one black and one white, and are in the same or perpendicular directions, then they will never stop at the same point. Thus we obtain twelve combinations of guinea pigs that will not collide:
Since every arrow is counted three times among these twelve combinations, there must be some combination among these twelve non-colliding pairs whose count of pairs is no less than .
In fact, there must be some non-colliding pair combination with more than pairs. This is because, if not, then every combination would have exactly pairs. This would mean that the numbers of , , , and are all exactly equal. But this is impossible, because the total number of black arrows is , which is not divisible by 4. Hence there must be some non-colliding combination with at least pairs, and thus the original proposition is proved.