Connected Matchings
Oswin Aichholzer, Sergio Cabello, Viola Mészáros, Patrick Schnider, Jan Soukup
TL;DR
This work investigates the largest guaranteed connected straight-line matchings in planar point sets, introducing f(n) for uncolored sets and g(n,c) for balanced c-colorings. It develops a linear-time separatrix framework based on separating paths and triangle-splitting lemmas, enabling a constructive lower bound f(n) ≥ (5n+1)/27 computable in O(n log n), while establishing a general upper bound f(n) ≤ ⌈(n-1)/3⌉. For colored settings, it provides two polychromatic separating-path results yielding g(n,c) ≳ (c−3)n/(6c) for large c and g(n,2) ≥ n/18−1/3, with linear-time algorithms to realize these bounds. The paper also presents depth-based and “deep-point” arguments to tighten lower bounds and discusses extensions to stronger connectivity and related substructures. Overall, it advances the understanding of how many edges can form a connected crossing network on a given point set, and provides efficient algorithms to compute such matchings.
Abstract
We show that each set of $n\ge 2$ points in the plane in general position has a straight-line matching with at least $(5n+1)/27$ edges whose segments form a connected set, and such a matching can be computed in $O(n \log n)$ time. As an upper bound, we show that for some planar point sets in general position the largest matching whose segments form a connected set has $\lceil \frac{n-1}{3}\rceil$ edges. We also consider a colored version, where each edge of the matching should connect points with different colors.
