First question - suppose we have a knight at the origin, and $k$ rooks positioned far away. How many rooks are needed to guarantee capture the knight on an infinite board? It should be straightforward to show that four rooks suffice, but can it be done with 3?
Note that there is a configuration with two rooks that covers all squares a knight can go to.
What if we have $n$ knights, (that can protect each other), what is the minimum number of rooks that is needed to capture all knights?
Say that knight player can decide rook starting positions, but must be outside some radius R away from all knights.
– Per Alexandersson Sep 18 '16 at 02:13