Maths Olympiad Prep

Library / /19 of 20

Combinatorics Difficulty 8.9 Shortlist Prove it Germany

Problem:

We consider an m×nm \times n rectangle made up of mnm n unit squares. Two of its unit squares are called adjacent if they have a common edge, and a path is a sequence of unit squares in which any two consecutive elements are adjacent.
Each unit square of the rectangle can be colored either white or black. If all squares are colored, we have a coloring of the rectangle.
Let NN be the number of all such colorings for which there exists at least one black path from the left edge to the right edge of the rectangle. Furthermore, let MM be the number of colorings for which there exist at least two black paths from the left edge to the right edge of the rectangle that do not contain a common square.
Prove that N2M2mnN^{2} \geq M \cdot 2^{m n}.

Solution

Solution:

We will generalize the claim. To do this, we allow the m×nm \times n rectangle to be colored on both sides, and allow some of the unit squares to be transparent. Such fields need only be colored on one side and then look the same on both sides. A non-transparent unit square, on the other hand, must be colored on both sides, though not necessarily with the same color.

Now let AA be the number of all such colorings of the top side for which there exists at least one black path from the left edge to the right edge of the rectangle. Correspondingly, let BB be defined for the bottom side. Furthermore, let CC be the number of all colorings for which there exist two black paths from the left edge to the right edge of the rectangle, namely one on the top side and one on the bottom side, which do not contain a common transparent square. Finally, let DD be the number of all colorings of this rectangle. We will prove (I) ABCDA \cdot B \geq C \cdot D and thereby have shown the original claim as the special case in which all fields are transparent. In that case, we have A=B=N,C=M,D=2mnA=B=N, C=M, D=2^{m n}.

We carry out the proof of (I) by induction on the number kk of transparent fields. For k=0k=0 we have A=B=N2mn,C=N2A=B=N \cdot 2^{m n}, C=N^{2} and D=(2mn)2D=\left(2^{m n}\right)^{2}, so that equality holds in (I). Now assume that the claim holds for kk, and consider a rectangle with k+1k+1 transparent fields. The numbers A,B,C,DA, B, C, D now refer to this rectangle. We choose a transparent unit square tt and make it opaque. For the rectangle thus obtained, let the respective numbers be denoted by A,B,C,DA^{\prime}, B^{\prime}, C^{\prime}, D^{\prime}, and by the induction hypothesis we have ABCDA^{\prime} \cdot B^{\prime} \geq C^{\prime \prime} \cdot D^{\prime}.

Now obviously D=2DD^{\prime}=2 \cdot D. For every coloring counted in AA, there exist exactly two colorings counted in AA^{\prime}, namely distinguished by whether tt is colored black or white on its underside. Conversely, to two colorings counted in AA^{\prime} that differ only in the color of the underside of a square, one can assign a single coloring counted in AA. Hence A=2AA^{\prime}=2 \cdot A and likewise B=2BB^{\prime}=2 \cdot B. To prove (I) for k+1k+1, it therefore suffices to show C2CC^{\prime} \geq 2 \cdot C.

For this, let tt again be transparent. Since CC only counts those colorings that contain at least one black path on top and one on the bottom, where these do not intersect in a transparent square, tt can lie on at most one of these paths, say without loss of generality on the top one. So if we make tt opaque and keep its color on top, we can color its underside black or white, and both colorings are counted in CC^{\prime}. In doing so, different colorings counted in CC always yield different pairs of colorings counted in CC^{\prime}. This proves everything.

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: MathNet, licensed CC-BY-4.0. Statement translated into English from de; metadata (topic, difficulty) added by this project.