Square Packing with Asymptotically Smallest Waste Only Needs Good Squares
Hong Duc Bui
TL;DR
The paper addresses the asymptotic wasted area $W(x)$ when packing unit squares into a large square by showing $W(x)=\Theta(W^*(x))$, where $W^*(x)$ restricts to good squares with tilt $\theta \le 10^{-10}$. It combines a max-flow min-cut construction with a path-based geometric waste bound to remove bad squares with only $O(f)$ additional waste, where $f$ counts disjoint bad-cell paths, thus proving that good-square packings suffice for the asymptotic analysis. This reduces the complexity of lower-bound proofs like Roth and Vaughan's by enabling them to operate within the good-square regime and provides a framework that generalizes to nearly-right-angled quadrilateral packings. The work also discusses algorithmic implementations and potential refinements to tilt bounds, offering a concrete method to translate combinatorial bounds into packing guarantees with practical implications for related geometric packing problems.
Abstract
We consider the problem of packing a large square with nonoverlapping unit squares. Let $W(x)$ be the minimum wasted area when a large square of side length $x$ is packed with unit squares. In Roth and Vaughan's paper that proves the lower bound $W(x) \notin o(x^{1/2})$, a good square is defined to be a square with inclination at most $10^{-10}$ with respect to the large square. In this article, we prove that in calculating the asymptotic growth of the wasted space, it suffices to only consider packings with only good squares. This allows the lower bound proof in Roth and Vaughan's paper to be simplified by not having to handle bad squares.
