Intuitive/direct proof that a rectangle partitioned into rectangles each with at least one integer side must itself have an integer side

3.6k Views Asked by At

A challenge problem asked to show that if rectangle $R$ with axis-parallel sides is partitioned into finitely many subrectangles $R_1,R_2,\ldots,R_n$ (also with axis-parallel sides), such that each $R_i$ has at least one integer side length, then $R$ must also have at least one integer side length. The only proof I've seen, although simple, is quite unintuitive. Namely you look at the integral $$ \int_R e^{2 \pi i (x+y)} dx dy $$ and note that the integral is $0$ if and only if $R$ has an integer side length, and then note that by assumption the integral is $0$ over all the $R_i$, hence summing the integral over all $R_i$ gives that the integral is also $0$ over $R$. Can someone give a more direct/intuitive argument that doesn't use voodoo like a complex-valued integral?

3

There are 3 best solutions below

4
On

First let's assume an additional constraint: that we may only partition rectangles by splitting them in two, recursively.

Note that when we split the largest rectangle into two, we may only achieve the integer constraint on the two sub-rectangles if at least one of the sides of the parent rectangle has an integer side also.

Now, let's relax the additional splitting in two constraint by noting that any configuration of rectangles can be achieved by recursively splitting and then merging adjacent rectangles - noting that the original large rectangle still has an integer side.

This sounds right in my head - please pick holes in it :)

2
On

I can prove it assuming that all side lengths of subrectangles are rationals of the form $q/p$ where $p$ is a fixed prime. In that case, if we scale the rectangle and subrectangles by a factor of $p$ then we get that all side lengths are integers, and all subrectangles have a side length divisible by $p$, and we want to show that the overall rectangle also has a side length divisible by $p$. But this is trivial: every subrectangle has area divisible by $p$, so the total area of the overall rectangle is also divisible by $p$, and hence at least one side of the total rectangle must have length divisible by $p$.

0
On

I believe I have completed the proof, unless someone can find a gap. Per the original argument I posted, we know the result holds when all side lengths of subrectangles are rational of the form $q/p$ for fixed prime $p$. So assume we have a rectangle without integer sides, such that each subrectangle has an integer side. Let $r_x = |x - \lbrace{x \rbrace}|$ and $r_y = |y - \lbrace{y \rbrace}|$ be the distances of the overall side lengths of the original rectangle to the nearest integer. Choose prime $p$ so that $r_x,r_y$ are both greater than $2/p$. We can approximate the rectangle and subrectangles by replacing each vertex with the closest rational vertex coordinates of the form $q/p$. Then each approximated subrectangle has an integer side, and so the approximated overall rectangle must also have an integer side. But this means the original rectangle must have either $r_x$ or $r_y$ less than or equal to $2/p$, a contradiction.