11

On an infinite (perhaps only in one direction?) chessboard, what kind of configuration of (possibly a very large number of) knights could checkmate a lone king? I'm really thinking of an infinite-in-two-directions chessboard... And the salient point in my mind is that, although an individual knight can move faster than a king, a larger group of knights cannot. So, for example, it seems to me that an infinite line of knights could not checkmate a king that was (what number?) a few squares away from that line.

I'm quite curious as to whether there's a conceptual way to quantify this.

Rewan Demontay
  • 17,514
  • 4
  • 67
  • 113
paul garrett
  • 335
  • 3
  • 10
  • 1
    Did you look at the related question of how many knights aranged in a loose circle around the king it takes to mate the king? – quarague Mar 16 '24 at 08:15

2 Answers2

15

If the king is at least three squares away from the infinite east-west line of knights then imagine the king starts running away to the north. At some point, after making n moves the king must be prevented from moving north by having all three squares to the north blocked. This will require at least two knights which would have to have made about 2*n/2 = n moves.

But in this case, the king can capture one of the knights instead. So there must be three knights moving north instead, which would take about 3*n/2 > n moves, so the king can outrun them.

The sacrifice of the knight is never advantageous for the pursuers because it’s cost about n/2 moves for the sacrificial knight to move up but it only cost 2 moves for the king to eat it.

So the king cannot be captured even by an infinite line of knights.

Laska
  • 11,846
  • 4
  • 44
  • 76
  • 4
    Very good. Then, of course, one's mind wanders to "suitably curved" lines of knights, to approximately beat that advantage. :) But, yes, very good. – paul garrett Mar 15 '24 at 22:14
  • 2
    Excellent answer. (+1) – SecretAgentMan Mar 15 '24 at 23:32
  • 3
    What about a scenario where there are two infinite lines of knights a finite distance apart, and a king starts somewhere between them? How densely packed would the knights have to be? – supercat Mar 16 '24 at 20:26
  • 3
    @supercat if the king is trapped/enclosed, you're done (you have infinite time to finish the mate). So whichever way the king goes towards, you need to be able to assemble a shield to make a barrier - prevent the king from going through the line. I'm guessing the further the king is to the knights, the less densely packed they need to be, since you can predict the impact point more in advance and defend accordingly. – Nikana Reklawyks Mar 17 '24 at 07:26
  • 1
    @NikanaReklawyks: If horizontal east-west lines that are n units aparty to the north and south of the king had a knight on every space, one could build a line far enough to the west that it would be complete before the king could get there, and then build a line to the east, and then inch the lines toward each other. If, however, there was only a knight on every tenth space, then if the king started N spaces from the line, there would be 2N+1 squares at which the king could reach the line, and it's not obvious that line could be made solid at any position the king might reach. – supercat Mar 17 '24 at 18:37
  • 1
    I think your argument for why the king can escape the single infinite line of knights can be done simpler (at least I think it's simpler). The amount of movement north that the king has done is always at least as much as the second most advanced horse (more precisely the mean of the two most advanced horses). And each move you do with a third knight just increases this lead by one square. So there can only ever be at most a single knight that has come far enough to cover spaces north of the king. – Arthur Mar 18 '24 at 00:01
3

It's in theory possible if the king starts right next to the knights. I guess that means the "number" is 1.

[fen "8/8/8/3k4/2NNN3/3N1N2/3N4/4K3 w - - 0 1"]
  1. Nb4#

Allure
  • 26,534
  • 1
  • 68
  • 146