Suppose there is a species of aliens called cyborgs. There is an infinite chessboard in their homeland. There is 1 cyborg on every square. If cyborgs can jump infinitely far, or jump and land on their same square, is it possible to get 2 cyborgs on the center of every square after 1 jump (a jump is when every cyborg on the chessboard jumps).
another question: What if the cyborg can only jump a finite amount of squares, say 10, or 100 squares?
Label the rows on half of the board $0,1,2,\ldots$. Let the cyborg in row $i$, column $j$ jump to row $\lfloor i/2\rfloor$, column $j$. Do something similar for the other half of the board.