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.

Editorial Desk·July 28, 2026·4 min readtheoretical

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.

arXiv:2607.12136Submitted: Jul 15, 2026v1

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 kk, dd, and 3\ell \geq 3, every graph GG has one of two outcomes. Either GG contains kk cycles of length at least \ell that are pairwise at distance greater than dd, or there is a vertex set XX of controlled size such that deleting a ball of radius g(d)g(d) around XX leaves no cycle of length at least \ell.

Quantitatively, the paper proves f(k,)O(klogk)f(k,\ell) \in O(\ell k\log k) and g(d)O(d)g(d) \in O(d). This extends the earlier far-apart theorem for ordinary cycles, the case =3\ell=3, to long cycles. It also improves the known bound for that case from O(k18polylogk)O(k^{18}\operatorname{polylog} k) to the optimal O(klogk)O(k\log k) order in kk.

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 \ell.

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

f(k,)=(51s(k)+104k155)(2/2+1)+k1,g(d)=21d.f(k,\ell)=(51s(k)+104k-155)(2\lceil \ell/2\rceil+1)+k-1,\qquad g(d)=21d.

Here s(k)s(k) is the earlier packing-covering bound used by the argument, giving the final O(klogk)O(\ell k\log k) estimate. The proof starts from maximal families of long cycles: one family Z\mathcal{Z} of cycles with lengths between \ell and 6d+26d+2, and another family C\mathcal{C} with controlled span inside dd-balls. Claim 19 shows that every long cycle must meet BG(C,4d)BG(Z,4d)B_G(\bigcup\mathcal{C},4d)\cup B_G(\bigcup\mathcal{Z},4d); 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 dd-packing of kk cycles of length at least \ell, or deleting BG(X,21d)B_G(X,21d) for a set XX of size at most f(k,)f(k,\ell) kills all cycles of length at least \ell. The constant 2121 is not presented as the best constant, but the linear dependence on dd is claimed to be optimal in order.

For the size of XX, the bound O(klogk)O(\ell k\log k) matches the best possible dependence on kk for every fixed \ell. That is the main improvement over prior far-apart work: when =3\ell=3, the previous bound was O(k18polylogk)O(k^{18}\operatorname{polylog} k), so the new theorem moves the dependence in kk 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

theoretical

Key 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

Related Articles

Readers are encouraged to consult the original arXiv paper for complete details. SOTA Papers does not make claims beyond what is supported by the authors' reported evidence.