Several blue and green rectangular napkins (perhaps of different sizes) with vertical and horizontal sides were placed on the plane. It turned out that any two napkins of different colors can be crossed by a vertical or horizontal line (perhaps along the border). Prove that it is possible to choose a color, two horizontal lines and one vertical line, so that each napkin of the chosen color is intersected by at least one of the chosen lines.
Problem
Source: IZHO 2023 P6
Tags: combinatorics
20.02.2023 18:37
Call a set of napkins good if it can be cut with a horizontal line. Take the rightmost vertical line $l$ so that the green napkins strictly to the left of $l$ are good, and the blue napkins strictly to the left of $l$ are good too. This means there are two same color napkins (not strictly) to the left of $l$ that have not intersecting projections onto the vertical axis (by Helly's theorem). If either the green napkins or the blue napkins strictly to the right of $l$ are good, we are done. Otherwise, we have two same color napkins $L_1, L_2$ (not strictly) to the left of $l$ that have not intersecting projections onto the vertical axis, AND two napkins $R_1, R_2$ of the opposite color strictly to the right of $l$ that have not intersecting projections onto the vertical axis. Suppose $L_1$ above $L_2,$ $R_1$ above $R_2.$ Let $l_1$ be bottom $y$ coordinate of $L_1,$ $l_2$ be upper $y$ coordinate of $L_2.$ Similarly define $r_1, r_2.$ So $l_1 > l_2, r_1 > r_2.$ Since $L_2$ and $R_1$ can be cut by a horizontal line, $l_2 \ge r_1$, similarly $r_2 \ge l_1.$ But now $l_2 \ge r_1 > r_2 \ge l_1,$ contradiction. $\blacksquare$
25.02.2023 14:56
I think this is different than the one above: