Given natural numbers $a$ and $b$, such that $a<b<2a$. Some cells on a graph are colored such that in every rectangle with dimensions $A \times B$ or $B \times A$, at least one cell is colored. For which greatest $\alpha$ can you say that for every natural number $N$ you can find a square $N \times N$ in which at least $\alpha \cdot N^2$ cells are colored?
Problem
Source: All Russian Olympiad 2015 11.8
Tags: combinatorics
11.12.2015 22:55
utkarshgupta wrote: Some cells on a graph are colored such that in every rectangle with dimensions $A \times B$ or $B \times A$, at least one cell is colored.For which greatest $\alpha$ can you say that for every natural number $N$ you can find a square $N \times N$ in which at least $\alpha \cdot N^2$ cells are colored? Doesn't this mean that $\alpha=1$? You can just color every square. Do you mean For which greatest $\alpha$ can you say that for every natural number $N$ you can find a square $N \times N$ in which at most $\alpha \cdot N^2$ cells are colored?
11.12.2015 23:21
MathPanda1 wrote: utkarshgupta wrote: Some cells on a graph are colored such that in every rectangle with dimensions $A \times B$ or $B \times A$, at least one cell is colored.For which greatest $\alpha$ can you say that for every natural number $N$ you can find a square $N \times N$ in which at least $\alpha \cdot N^2$ cells are colored? Doesn't this mean that $\alpha=1$? You can just color every square. Do you mean For which greatest $\alpha$ can you say that for every natural number $N$ you can find a square $N \times N$ in which at most $\alpha \cdot N^2$ cells are colored? You're not finding a coloring; you're finding $\alpha$. You need to find the largest $\alpha$ that works for all valid colorings.
16.04.2016 23:14
I have the answer. Will post full solution later.
24.05.2016 06:57
utkarshgupta wrote: Given natural numbers $a$ and $b$, such that $a<b<2a$. Some cells on a graph are colored such that in every rectangle with dimensions $A \times B$ or $B \times A$, at least one cell is colored. For which greatest $\alpha$ can you say that for every natural number $N$ you can find a square $N \times N$ in which at least $\alpha \cdot N^2$ cells are colored? What do $A$ and $B$ stands for. Or they are equivalent to $a$ and $b$. Btw, anyone has the original problem statementin Russian
24.05.2016 16:10
rterte wrote: utkarshgupta wrote: Given natural numbers $a$ and $b$, such that $a<b<2a$. Some cells on a graph are colored such that in every rectangle with dimensions $A \times B$ or $B \times A$, at least one cell is colored. For which greatest $\alpha$ can you say that for every natural number $N$ you can find a square $N \times N$ in which at least $\alpha \cdot N^2$ cells are colored? What do $A$ and $B$ stands for. Or they are equivalent to $a$ and $b$. Btw, anyone has the original problem statementin Russian $A=a,B=b$ Official solution on russian here
17.07.2016 20:02
Can you describe me in English? Please
19.01.2017 03:44
03.07.2019 23:33
Here is a different way to finish, after finding the answer of $\frac{1}{a^2+(b-a)^2}$. For the construction, use the same one as mathcool2009 used above. Now, let's situate our grid in the Cartesian plane such that the bottom-left corner of every one of the cells is a lattice point. Now, let's concentrate on a $b \times b$ region $R$, with sides situated on lines of the grid. Let's call the central $(2a - b) \times (2a-b)$ the core of the $b \times b$. Lemma. Either the core of $R$ contains at least one colored cell or the rest of $R$ contains at least two colored cells. Proof. This is straightforward, just apply the condition on the topmost and bottommost $a \times b$ sub-grids of $R$, and the leftmost and rightmost $b \times a$ sub-grids of $R$. Simple casework finishes from here. $\blacksquare$ Note that $R$ and the core of $R$ together contain $b^2 + (2a-b)^2 = 4a^2 - 4ab + 2b^2 = 2(a^2+(b-a)^2)$. Furthermore, the lemma above implies that they collectively contain at least $2$ cells. From here, an easy density argument can be used to finish. $\square$