Papers
Topics
Authors
Recent
2000 character limit reached

Erdős-Pósa Ratio in Graph Theory

Updated 4 January 2026
  • The Erdős-Pósa ratio is a measure that quantifies the integrality gap between disjoint subgraph packings and their minimum covering sets in host graphs.
  • It establishes key bounds, such as Θ(klog k) for cycles, and guides the analysis of trade-offs in graph properties like minors and hypergraphs.
  • The concept has significant implications for algorithmic approximability and structural extremal limits, influencing research in graph decompositions and VC-dimension-based methods.

The Erdős-Pósa ratio quantifies the gap between packing and covering for specified subgraph patterns in host graphs. It is defined for a graph family F\mathcal{F} and an integer k1k\geq1 as the minimum value f(k)f(k) such that every graph GG either contains kk pairwise disjoint subgraphs from F\mathcal{F} (packing), or admits a hitting set of size at most f(k)f(k) meeting every member of F\mathcal{F} (covering). The ratio f(k)/kf(k)/k measures the maximal "integrality gap" between the packing and covering numbers, controlling both algorithmic approximability and structural extremal limits.

1. Definitions and Formal Framework

Let F\mathcal{F} be a family of subgraphs (cycles, minors, balls, etc.). For any graph GG, define:

  • Packing number νF(G)\nu_{\mathcal{F}}(G): the largest integer kk such that GG contains kk pairwise vertex-disjoint subgraphs each isomorphic to a member of F\mathcal{F}.
  • Covering number τF(G)\tau_{\mathcal{F}}(G): the minimum size of a vertex (or edge) set XX such that GXG-X contains no subgraph from F\mathcal{F}.

F\mathcal{F} has the Erdős-Pósa property if there exists a function fFf_{\mathcal{F}} (the "gap function") such that whenever νF(G)<k\nu_{\mathcal{F}}(G)<k, one has τF(G)fF(k)\tau_{\mathcal{F}}(G)\le f_{\mathcal{F}}(k) (Raymond et al., 2016). The Erdős-Pósa ratio is typically defined as fF(k)/kf_{\mathcal{F}}(k)/k.

2. Classical Results and Tight Bounds for Cycles

The original theorem of Erdős and Pósa states that for the family C\mathcal{C} of all cycles in undirected graphs,

fC(k)=Θ(klogk)f_{\mathcal{C}}(k) = \Theta(k\log k)

and both vertex and edge versions achieve this ratio asymptotically (Raymond et al., 2016). For long cycles (length \ge \ell), the optimal vertex-covering function is:

f(,k)=O(k+klogk)f(\ell, k) = O(k\ell + k\log k)

yielding a ratio

R(k,)=O(+logk)R(k, \ell) = O(\ell + \log k)

(Mousset et al., 2016, Fiorini et al., 2012, Bruhn et al., 2014). Lower bounds Ω(k+klogk)\Omega(k\ell + k\log k) are achieved via complete graphs and high-girth expanders.

Subgraph Family Packing-Covering Gap f(k)f(k) Erdős-Pósa Ratio f(k)/kf(k)/k
All cycles Θ(klogk)\Theta(k\log k) Θ(logk)\Theta(\log k)
Long cycles (vertex) O(k+klogk)O(k\ell + k\log k) O(+logk)O(\ell + \log k)
Long cycles (edge) O(k2logk+k)O(k^2\log k + k\ell) O(klogk+)O(k\log k + \ell)
Odd cycles in planar O(k)O(k) O(1)O(1)
Chordless cycles O(k2logk)O(k^2\log k) O(klogk)O(k\log k)

3. Tree Minors, Planar Minors, and Generalizations

For minors and special families:

  • For any tree TT with tt vertices, the tight bound is:

τT(G)t(k1)\tau_T(G)\le t(k-1)

so ratio tt/kt-t/k is achieved, with limit tt as kk\to\infty (Dujmović et al., 2024).

  • Forest minors (max component size tt'): τF(G)tkt\tau_F(G)\le t\,k - t'.
  • Planar minors (with cycle): best known bounds are O(klogk)O(k\log k), matching vertex cycles in lower order (Aboulker et al., 2017, Raymond et al., 2016). For the wheel WtW_t, fWt(k)=Θ(klogk)f_{W_t}(k) = \Theta(k\log k) holds.
  • For fixed planar HH, conjecture holds: fH(k)=Θ(klogk)f_H(k)=\Theta(k\log k) (Aboulker et al., 2017).

In these cases, the limiting Erdős-Pósa ratio for HH (with cycles) is Θ(logk)\Theta(\log k) except for tree minors, which achieve linear ratios tt.

4. Parity and Length Restrictions

  • Odd cycles in planar graphs: ratio at most 4; no planar graph achieves ratio above 2 (sharpness open) (Puhlmann et al., 28 Dec 2025).
  • Chordless cycles: ratio O(klogk)O(k\log k) for induced cycles of length 4 ("holes"); induced cycles of length \ge \ell for 5\ell\ge5 fail the property (Kim et al., 2017).
  • Even cycles, cycles modulo constraints, and induced odd cycles may lack any finite ratio (no property holds in general host graphs) (Raymond et al., 2016).

5. VC-Dimension, Balls, and Hypergraph Generalizations

Given a hypergraph H=(V,E)H=(V,E) (e.g., kk-neighborhood balls in graph GG), packing and hitting set transversality numbers correspond to ν(H)\nu(H) and τ(H)\tau(H). For graphs with bounded distance VC-dimension dd:

  • The bound is τ(G)Fd(ν(G))\tau_\ell(G)\le F_d(\nu_\ell(G)), where FdF_d is double-exponential in dd and quasi-polynomial in nn (the packing number) (Bousquet et al., 2014).
  • For planar graphs, explicit (though large) bounds exist (planar diameter 22\ell balls covered by O(104)O(10^4) balls of radius \ell).
  • For general classes, polynomial bounds hold only for bounded expansion (Bousquet et al., 2014); linear or near-linear ratio is conjectured for planar graphs but not yet proved.

6. Proof Techniques and Algorithmic Implications

  • Tree-like decompositions: central to achieving tight bounds, especially for minor-closed families (Raymond et al., 2016). Large treewidth or tree-partition width forces large packings; master theorems tie width to gap via superadditivity and divide-and-conquer, yielding logarithmic factors in kk.
  • Girth-minor method: large girth and minimum degree force large minors or cycles, establishing lower bounds via structural graph arguments and reduction steps.
  • VC-theory and Ramsey: for balls, Sauer-Shelah and Ramsey arguments govern asymptotic behavior; Matoušek's (p,q)-Erdős-Pósa theorems connect VC-dimension and covering number.

Algorithmically, most constructive proofs yield polynomial-time routines finding either packing or covering sets matching the theoretical bounds for fixed parameters. For parity, minor, and prescribed-vertex variants, approximation ratios are governed directly by the Erdős-Pósa ratio.

7. Current State, Open Problems, and Conjectures

  • Tightness: For most families, bounds are optimal up to constants in kk and auxiliary parameters (cycle length, tree size). Improvement is sought for edge-Erdős-Pósa for long cycles, where the smallest O(klogk+k)O(k\log k+k\ell) hitting set is conjectured (Batenburg et al., 2019).
  • Linear ratios: Only trees, forests, and certain planar subcubic immersions achieve strictly linear ratios; for graphs with cycles or more complex minors, logarithmic factors are necessary.
  • Parity and modular constraints: For cycles of fixed parity or modular length, property may fail without further graph structural assumptions.
  • Hypergraph generalization: For classes with bounded distance VC-dimension, ratio is governed by VC-dimension–dependent functions, drastically increasing in general classes. The possibility of linear ratio for balls in planar graphs is an outstanding conjecture (Bousquet et al., 2014).
  • Conjectures: Notably, for planar minors HH with cycles, fH(k)=Θ(klogk)f_H(k) = \Theta(k\log k) is widely conjectured (Aboulker et al., 2017); Tuza's conjecture for triangles seeks factor 2 in f(k)f_\triangle(k) (Raymond et al., 2016).

8. Summary Table: Bounds and Ratios

Family / Setting Packing Number Gap Function f(k)f(k) Ratio f(k)/kf(k)/k
Cycles (vertex/edge) kk Θ(klogk)\Theta(k\log k) Θ(logk)\Theta(\log k)
Long cycles (vertex) kk O(k+klogk)O(k\ell + k\log k) O(+logk)O(\ell + \log k)
Long cycles (edge, best known) kk O(klog(k))O(k\ell\log(k\ell)) O(log(k))O(\ell\log(k\ell))
Odd cycles (planar) kk 4k\leq 4k 4\leq 4
Tree minors (TT on tt vertices) kk t(k1)t(k-1) tt/kt-t/k
Planar minors (cycle HH) kk O(klogk)O(k\log k) O(logk)O(\log k)
Balls (distance VC-dim dd) nn exp(nO(1)2O(d))\exp(n^{O(1)}2^{O(d)}) double-exponential in dd
Chordless cycles kk O(k2logk)O(k^2\log k) O(klogk)O(k\log k)

The Erdős-Pósa ratio is central to quantitative graph theory, controlling the tradeoff between packings and coverings for critical graph substructures, with implications across structural, extremal, approximation, and algorithmic domains. The sharp characterization of this ratio remains an active area, especially in extensions to classes governed by combinatorial or parity constraints and hypergraph generalizations.

Whiteboard

Topic to Video (Beta)

Follow Topic

Get notified by email when new papers are published related to Erdős-Pósa Ratio.