Here on puzzlingSE is an interesting question about tiling a rectangle with smaller rectangles. I will restate the question:
For which $n \in \mathbb{N}$ can a rectangle $R$ be tiled with $n$ smaller rectangles, $r_1, r_2, r_3, \ldots, r_n$, such that the only rectangle formed by the union of two or more smaller rectangles is $R$ itself?
This has already been answered for all but $n = 6$:
$n = 1$ is trivially possible.
Examples given in the post show that $n = 2$ and $n = 5$ are possible.
The top answer shows that all $n \ge 7$ are possible.
It is not too hard to show that $n = 3$ and $n = 4$ are impossible.
So the question is, is it possible to do this when $\boldsymbol{n = 6}$?
I expect the answer is no. I'm looking for a solution which is as elegant as possible.
Partial results: for a tiling of $R$ with six rectangles, the following are true:
No vertical line or horizontal line can cut $R$ in half.
There can be no four rectangles meeting at a point in the interior of $R$.
Terminology: A compound is a proper subset of the smaller rectangles whose union is a rectangle. The problem is to prove there is no compound-free tiling by 6 rectangles.
First, we note that the four corners of R must be occupied by four separate rectangles:
After placing the rectangles at the corners:
how can we assign the remaining two rectangles to the edges 1, 2, 3 and 4 and the interior? We note that unless they are assigned to two opposite edges (the boxcar case), there are two adjacent edges with only three distinct rectangles on them, which can occur in two essentially different configurations:
In configuration (1), to prevent the formation of compounds, at least two rectangles each must sit on edges A and B. But that makes a minimum of seven rectangles – and we only have six.
The remaining space in configuration (2) is in the shape of an ell, which must be filled by three rectangles. It is quite easy to show that up to rotations/reflections the only compound-free tiling of an ell by three rectangles is
There are only two ways to place this ell tiling into configuration (2). In one of them, the rectangles marked X form a compound; in the other, the rectangles marked Y form a compound (try it).
Hence there is no compound-free 6-rectangle tiling of R with two adjacent edges sharing three distinct rectangles.
For the boxcar case, here are the two essentially different arrangements of the four corner squares:
In both configurations, the only time when the remaining space can be filled by two rectangles is when ABCD forms a straight line, but that causes AD to split R, which is again not allowed by the partial results.
We have covered all possible arrangements of the two remaining rectangles, and shown that none of them can give rise to a compound-free tiling. In conclusion, the tiling asked for in the original question cannot be done for n = 6.