Long Cycles Get Sharp Far-Apart Erdős–Pósa Bounds
The proof uses BFS spans and metric balls to obtain O(ℓ k log k) hitting sets with O(d) deletion radius.
Underlying Paper
Far-apart Erd\H{o}s--P\'osa property of long cycles
We prove that there exist functions $f:\mathbb N^2\to\mathbb N$ and $g:\mathbb N\to\mathbb N$ such that for all positive integers $k$, $d$, and $\ell\ge3$, every graph $G$ either contains $k$ cycles of length at least $\ell$ that are pairwise at distance greater than $d$, or admits a subset of vertices $X$ with $|X|\le f(k,\ell)$ such that $G-B_G(X,g(d))$ contains no cycle of length at least $\ell$, where $B_G(X,r)$ denotes the ball of radius $r$ around $X$. This generalizes a theorem of Dujmovi\'c, Joret, Micek, and Morin (2024), which established the $\ell=3$ case. Moreover, we prove that the theorem holds with $f(k,\ell)\in\mathcal{O}(\ell k\log k)$ and $g(d)\in\mathcal{O}(d)$. The linear bound on $g$ is best possible, while the bound on $f$ is optimal as a function of $k$ for every fixed $\ell$. In particular, for $\ell=3$ our result improves the previous bound of $\mathcal{O}(k^{18}\mathsf{polylog} k)$ by Dujmovi\'c et al.
Classical Erdős–Pósa theory asks whether a graph either contains many disjoint copies of a structure or has a small vertex set hitting all of them. This paper studies a stricter metric version for long cycles: the packed cycles must be far apart, and the covering set is allowed to remove a bounded-radius neighborhood rather than just individual vertices. The authors prove that long cycles satisfy this far-apart version with asymptotically tight dependence on the number of cycles and a best-possible linear dependence on distance.
Core Contribution
The main theorem says that for all positive integers , , and , every graph has one of two outcomes. Either contains cycles of length at least that are pairwise at distance greater than , or there is a vertex set of controlled size such that deleting a ball of radius around leaves no cycle of length at least .
Quantitatively, the paper proves and . This extends the earlier far-apart theorem for ordinary cycles, the case , to long cycles. It also improves the known bound for that case from to the optimal order in .
The result is purely structural. Its value is not in an algorithm or experiment, but in showing that the metric strengthening of Erdős–Pósa survives the additional length constraint without paying more than a linear factor in .
Technical Approach
The proof works by replacing direct cycle hitting with a controlled decomposition around a maximal collection of long cycles. A central device is a notion of span measured through BFS-spanning subgraphs supported on an existing family of cycles. Edges whose span is too large are treated as sources of new long cycles; otherwise, bounded-span structure lets the authors push any remaining long cycle close to a small set of cycle vertices.
Theorem 18 then assembles these local controls into the advertised global bound. The displayed functions are
Here is the earlier packing-covering bound used by the argument, giving the final estimate. The proof starts from maximal families of long cycles: one family of cycles with lengths between and , and another family with controlled span inside -balls. Claim 19 shows that every long cycle must meet ; otherwise Lemma 7 would produce an additional cycle contradicting maximality. Claims 20 and the following estimates then convert this proximity statement into an explicit hitting set.
Results and Analysis
The strongest quantitative statement is Theorem 18: either a graph contains a -packing of cycles of length at least , or deleting for a set of size at most kills all cycles of length at least . The constant is not presented as the best constant, but the linear dependence on is claimed to be optimal in order.
For the size of , the bound matches the best possible dependence on for every fixed . That is the main improvement over prior far-apart work: when , the previous bound was , so the new theorem moves the dependence in from a large polynomial to the known optimal order.
The evidence is a formal proof, not empirical validation. The proof is detailed and quantitative, with explicit constants in the final theorem and intermediate claims controlling where long cycles can remain after bounded-radius deletions. The trade-off is that the result is existential and structural: it does not by itself give a practical graph algorithm, and the constants in the displayed bound are large enough that the theorem is more informative asymptotically than computationally.
Evidence Box
theoreticalKey Claims
- •Long cycles satisfy the far-apart Erdős–Pósa property
- •Hitting neighborhoods need only linear radius in d
- •The k-dependence is optimal for every fixed ℓ
- •The ℓ=3 case improves the previous far-apart bound
Key Results
- •f(k,ℓ) ∈ O(ℓ k log k) for cycles of length at least ℓ
- •g(d) ∈ O(d), instantiated in Theorem 18 as g(d)=21d
- •Theorem 18 uses f(k,ℓ)=(51s(k)+104k−155)(2⌈ℓ/2⌉+1)+k−1
- •For ℓ=3, the bound improves over O(k¹⁸ polylog k)
Limitations & Caveats
- •No experimental or algorithmic evaluation
- •Existential structural theorem rather than an implemented packing-covering algorithm
- •Large explicit constants in the final hitting-set bound
- •Applies to cycles of length at least ℓ, not arbitrary graph minors or broader subgraph families