Convexly independent subsets of Minkowski sums of convex polygons
We show that there exist convex $n$-gons $P$ and $Q$ such that the largest convex polygon in the Minkowski sum $P+Q$ has size $\Theta(n\log n)$. This matches an upper bound of Tiwary.
đĄ Research Summary
The paper investigates the maximal size of a convexly independent subset (denoted ci(X)) inside the Minkowski sum of two convex polygons. For a finite planar point set X, ci(X) is the cardinality of the largest subset that forms a convex polygon. Classical results such as the Happy Ending theorem guarantee that ci(X) grows without bound as |X| increases, with a logarithmic lower bound in the worst case. When X is a Minkowski sum P+Q of two point sets of size n, previous work by Eisenbrand et al. showed an upper bound O(n^{4/3}) on ci(P+Q), and a matching construction was later given by BĂlka et al. However, those constructions allowed one of the summands to be nonâconvex. The natural open question is: what is the largest possible ci(P+Q) when both P and Q are convex nâgons?
Tiwary (2014) proved an upper bound ci(P+Q)=O((n+m)¡log(n+m)) for a convex nâgon P and a convex mâgon Q, but left open whether this bound is tight. The present work resolves this by constructing explicit families of convex polygons that achieve Î(nâŻlogâŻn), thereby showing Tiwaryâs bound is optimal.
The core of the construction relies on a geometric object called a âsouthâeast chainâ. A southâeast chain is a sequence of points (a^{(1)},âŚ,a^{(n)}) in the plane such that both coordinates are strictly increasing and the slopes of consecutive segments form a strictly increasing sequence. LemmaâŻ2.2 establishes that any southâeast chain is convexly independent: its convex hull has exactly n vertices.
The authors then introduce three elementary transformations that preserve the southâeastâchain property while dramatically altering slopes:
- Flattening: L_ξ(x,y) = (ξx, ξ²y) with ξ>0 makes the chain arbitrarily flat (slopes tend to 0) while preserving the order.
- Rotation: R is the counterâclockwise rotation by 60° about the origin. When applied to a sufficiently flat chain, the rotated chain remains a southâeast chain, but its slopes become close to â3.
- Midpoint combination: Given a chain A and its rotated copy Aâ˛, the sequence (a_i + aâ˛_i)/2 forms another southâeast chain whose slopes converge to 1/â3.
LemmaâŻ2.3 provides the trigonometric justification: if a segment has slope tanâŻÎ¸ with θ<Ď/6, then after rotation its slope becomes tan(Ď/3+θ), and the slope of the midpoint segment becomes tan(Ď/6+θ). LemmaâŻ2.4 formalizes that for sufficiently small Îľ, the three transformed sequences (A_Îľ, Aâ˛_Îľ, Aâ˛â˛_Îľ) are all southâeast chains with limiting slopes 0, â3, and 1/â3 respectively.
Using these tools, the authors construct three chains A, B, C with |A|=|B|=n and Câ(A+B)/2. After flattening and rotating A and B, they translate the rotated copies by fixed vectors (0,2) and (1,1) respectively, and concatenate the original and translated chains to obtain new chains AĚ and BĚ. LemmaâŻ2.5 shows that AĚ and BĚ are still southâeast chains and that (AĚ+BĚ)/2 contains a southâeast chain of length at least 2|C|+|A|. In other words, the length of the middle chain roughly doubles while the outer chains double in size.
Iterating this construction k times yields convex point sets P_k and Q_k with |P_k|=|Q_k|=2^k and a convexly independent subset of P_k+Q_k of size (k+2)¡2^kâ1. Substituting n=2^k gives ci(P_k+Q_k)=Î(nâŻlogâŻn). Thus the authors exhibit convex nâgons whose Minkowski sum contains a convex polygon with Î(nâŻlogâŻn) vertices, matching Tiwaryâs upper bound.
The paper also interprets the construction in graphâtheoretic terms. Consider a bipartite graph G=(UâŞV,E) where U and V correspond to the two chains and an edge (u,v) exists iff the midpoint (u+v)/2 belongs to the middle chain. The construction yields graphs with |U|=|V|=n and |E|ânâŻlogâŻn, while all vertices and all midpoints lie in convex position. This contrasts with the notion of a strong convex embedding, where the edge count is linear; the present ârelaxedâ embedding permits a logarithmic factor.
Finally, the authors discuss connections to the classic unitâdistance problem of ErdĹs and Moser. Since ci(P+(âP)) bounds the number of unitâdistance pairs in a convex nâgon, one might hope to improve the known O(nâŻlogâŻn) bound using their construction. However, they observe that their graphs do not directly yield unitâdistance configurations, leaving the problem open.
In summary, the paper provides a clean geometric construction that proves the Î(nâŻlogâŻn) lower bound for convexly independent subsets of Minkowski sums of convex polygons, thereby confirming the optimality of the previously known upper bound. The work blends elementary linear transformations, careful slope analysis, and iterative concatenation to achieve the result, and it also sheds light on related topics such as convex embeddings of graphs and the unitâdistance problem.
Comments & Academic Discussion
Loading comments...
Leave a Comment