Can one place the numbers 1−64 in the squares of a chessboard so that every two squares that share an edge have a difference of at most seven?
Answer
Answer:
No, this is not possible.
Argument: Suppose for the sake of contradiction that such a placement would exist. We number the rows 1 to 8, and we number the columns 1 to 8.
- Denote by S the set of squares that contain the small numbers 1,…,32.
- For 1≤i≤8, let ri denote the number of squares in S that belong to the ith row.
- A row i with ri=0 is called empty, and a row with ri=8 is called full.
- For 1≤i≤8, let ci denote the number of squares in S that belong to the ith column.
- Denote by T the set of squares in S, that have at least one neighbor outside S.
Our goal is to show that T contains at least eight elements: then the smallest number of a square in T is at most 25, and its neighbor outside S has number at least 33. Done.
We may assume without loss of generality that S contains the first ri squares from every row i and the first j squares from every column j.
Case 1: There are no full and no empty rows.
Then every row contains at least one square from T, and |T|≥8.
Case 2: There exists some full row, and there exists some empty row.
Rotate the chessboard by 90 degrees, and you are in Case 1.
Case 3: There exists some empty row, but there are no full rows.
Then r1≤7 and r8=0. Then there exists a square (i,j)∈S with i+j≥9; otherwise S could not have 32 elements. Then the squares (k,ck) with 1≤k≤i and the squares (am,m) with 1≤m≤j all are in T. These are at least i+j−1≥8 distinct squares (as the square (i,j) itself may be counted twice).
Case 4: There exists some full row, but there are no empty rows.
Use a symmetric argument that is centered around the large numbers 33,…,64.
No comments:
Post a Comment