In a $2^n \times 2^n$ square with $n$ positive integer is covered with at least two non-overlapping rectangle pieces with integer dimensions and a power of two as surface. Prove that two rectangles of the covering have the same dimensions (Two rectangles have the same dimensions as they have the same width and the same height, wherein they, not allowed to be rotated.)
Problem
Source: Netherlands Team Selection Test 2016 Day 1-Problem 2
Tags: combinatorics, geometry, rectangle
23.09.2016 22:19
P.S. I'm not sure that it's correct, plz check it.
Attachments:

25.09.2016 08:06
14.08.2019 17:52
Let $R$ be one of the rectangles used in the tiling s.t. $R$ has the (possible joint) minimum area $A$ of these rectangles, with width $2^a$ and height $2^b$. Of the rectangles with area $A$, let $R$ be the one with maximal width and we assume, for contradiction, that the dimensions of $R$ are unique amongst those used in the tiling. Label the rows and columns of the square $1, 2, ..., 2^n$, going from bottom to top and left to right, respectively. Consider the colouring where a unit square with coordinates $(x, y)$ is shaded iff $2^a \mid x$, giving columns of shaded squares $2^a$ apart. Clearly $R$ is on exactly 1 of the shaded columns so covers exactly $2^b$ shaded squares. Claim: the number of shaded squares covered by a rectangle of area at least $2A$ is divisible by $2^{b+1}$ Proof: Let $Q$ be such a rectangle have width $2^c$ and height $2^d$, where $c + d > a + b$ as $2^{c+d} > 2^{a+b}$ Case 1, $c > a$: then $Q$ covers exactly $2^{c-a}$ shaded columns, and covers exactly $2^d$ squares in each, giving a total of $2^{c+d-a}$ shaded squares which is divisible by $2^{b+1}$ as their ratio is $2^{c+d-a-b-1}$, where the exponent is a non-negative integer. Case 2, $d > b$: then if $Q$ is on any shaded columns the number of shaded squares will be $2^d$, clearly divisible by $2^{b+1}$ and if not then it covers 0 shaded squares, also divisible by $2^{b+1}$. This finishes the proof of the claim. We now consider the number of shaded squares that a rectangle $T$ of area $A$, width $2^e$ and height $2^f$ can cover. Note $a+b=e+f$ and $e < a$ as $R$ has unique maximal width of rectangles with area $A$. Consequently $f > b$. $T$ is either in 0 or 1 shaded columns. If it is in 0 then the number of shaded squares 0 and if it is in 1 then the number of shaded squares is $2^f$. Note that either way, the number of shaded squares is divisible by $2^{b+1}$. We deduce that all rectangles used in the tiling that are not $R$ cover a number of shaded squares divisible by $2^{b+1}$, where $R$ uses $2^b$. The total number of shaded squares is $2^{2n-a}$. The only way this is not divisible by $2^{b+1}$ is if $a=b=n$, which is impossible as then there is only one rectangle in the square, hence $2^{b+1}$ divides the total number of shaded squares. However, $0 \equiv$ total number of shaded squares$\mod2^{b+1}$ = sum over the rectangles of the number of shaded squares in each $\equiv 2^b + 0 + 0 + 0... + 0\mod2^{b+1} = 2^b$, a contradiction, so our assumption that $R$ had unique dimensions compared to others used in the tiling was false.