, where is a prime plus one. Show that we can color some squares of an board black so that each row and column has exactly black squares, but there is no rectangle with sides parallel to the sides of the board which has its four corner squares black.
Problem 1836
Official solution
Solution:
We can regard the rows as lines and the columns as points. Black squares denote incidence. So line 3 contains point 4 iff square is black. The condition about rectangles then means that there is at most one line through two distinct points.
Suppose we take the points to be , where are residues , not all zero, and the coordinates are homogeneous, so that we regard , as the same point. That gives points, which is the correct number.
We can take lines to be , where the point is . In other words, the lines are also triples , with residues mod , not all zero and representing the same line.
One way of writing the points is of the form , of the form and lastly . Similarly for the lines. We must show that (1) each point is on lines (so each column has black squares), (2) each line has points (so each row has black squares), (3) two lines meet in just one point (so no rectangles).
(1): Consider the point with non-zero. Then for any , there is a unique such that , so there are lines of the form which contain . Similarly, there is a unique such that , so one line of the form contains . The line does not contain . So lies on just lines. Similarly for with nonzero. The point does not lie on any lines , but lies on and , so again it lies on lines.
Consider the point with non-zero. For any , there is a unique such that lies on . There is also a unique such that lies on . does not lie on , so it lies on just lines. Similarly, the point lies on the lines and on , but no others.
Finally, the point lies on the lines , the line and no others. Thus in all cases a point lies on just lines. The proof of (2) is identical.
(3). Suppose the lines are and . If and are non-zero, then we can take the lines as and . So any point on both satisfies and . Subtracting, . The coefficients cannot both be zero, since the lines are distinct. So the ratio is fixed. Then gives the ratio . So the point is uniquely determined. If just one of is non-zero, then we can take the lines as , . We cannot have both and zero, so the ratio is determined, then the other line determines the ratio . So again the point is uniquely determined. Finally, suppose and are both zero. Then since the lines are distinct and must both be zero. So the unique point on both lines is .