Problem:
Find the least positive integer with the following property: If all lattice points in are colored either black or white, then there exists a rectangular prism, whose faces are parallel to the , , and planes, and whose eight vertices are all colored in the same color.
Solution
Solution:
Answer:
First we claim that if the lattice points in are colored either black or white, then there exists a rectangle whose faces are parallel to the and axes, whose vertices are all the same color (a.k.a. monochromatic). Indeed, in every row , , there are two lattice points with the same color. Note there are combinations of columns to choose from (for the two similarly-colored lattice points to be in), and colors to choose from. By the Pigeonhole Principle, in the rows two rows must have a pair of similarly-colored lattice points in the same columns, i.e. there is a monochromatic rectangle.
This shows that in each cross section , there is a monochromatic rectangle. Next, note there are possibilities for this rectangle ( ways to choose the -coordinates and ways to choose the -coordinates), and possible colors. Thus if , then by the Pigeonhole Principle there are two values of such that the same-colored rectangle has the same and coordinates in the plane , i.e. there is a monochromatic rectangular prism.
For the assertion is not true. In each cross section , we can color so that there is exactly monochromatic rectangle, and in the cross sections, have all possible monochromatic rectangles represented. To do this, in each cross section we color so that each row has exactly lattice points of the same color, and such that of the rows give all possible combinations of points having the same color. This way, there will be exactly monochromatic rectangle in each cross section; we can obviously vary it for the different cross sections.