Erdős-Pósa Ratio in Graph Theory
- 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 and an integer as the minimum value such that every graph either contains pairwise disjoint subgraphs from (packing), or admits a hitting set of size at most meeting every member of (covering). The ratio 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 be a family of subgraphs (cycles, minors, balls, etc.). For any graph , define:
- Packing number : the largest integer such that contains pairwise vertex-disjoint subgraphs each isomorphic to a member of .
- Covering number : the minimum size of a vertex (or edge) set such that contains no subgraph from .
has the Erdős-Pósa property if there exists a function (the "gap function") such that whenever , one has (Raymond et al., 2016). The Erdős-Pósa ratio is typically defined as .
2. Classical Results and Tight Bounds for Cycles
The original theorem of Erdős and Pósa states that for the family of all cycles in undirected graphs,
and both vertex and edge versions achieve this ratio asymptotically (Raymond et al., 2016). For long cycles (length ), the optimal vertex-covering function is:
yielding a ratio
(Mousset et al., 2016, Fiorini et al., 2012, Bruhn et al., 2014). Lower bounds are achieved via complete graphs and high-girth expanders.
| Subgraph Family | Packing-Covering Gap | Erdős-Pósa Ratio |
|---|---|---|
| All cycles | ||
| Long cycles (vertex) | ||
| Long cycles (edge) | ||
| Odd cycles in planar | ||
| Chordless cycles |
3. Tree Minors, Planar Minors, and Generalizations
For minors and special families:
- For any tree with vertices, the tight bound is:
so ratio is achieved, with limit as (Dujmović et al., 2024).
- Forest minors (max component size ): .
- Planar minors (with cycle): best known bounds are , matching vertex cycles in lower order (Aboulker et al., 2017, Raymond et al., 2016). For the wheel , holds.
- For fixed planar , conjecture holds: (Aboulker et al., 2017).
In these cases, the limiting Erdős-Pósa ratio for (with cycles) is except for tree minors, which achieve linear ratios .
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 for induced cycles of length 4 ("holes"); induced cycles of length for 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 (e.g., -neighborhood balls in graph ), packing and hitting set transversality numbers correspond to and . For graphs with bounded distance VC-dimension :
- The bound is , where is double-exponential in and quasi-polynomial in (the packing number) (Bousquet et al., 2014).
- For planar graphs, explicit (though large) bounds exist (planar diameter balls covered by balls of radius ).
- 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 .
- 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 and auxiliary parameters (cycle length, tree size). Improvement is sought for edge-Erdős-Pósa for long cycles, where the smallest 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 with cycles, is widely conjectured (Aboulker et al., 2017); Tuza's conjecture for triangles seeks factor 2 in (Raymond et al., 2016).
8. Summary Table: Bounds and Ratios
| Family / Setting | Packing Number | Gap Function | Ratio |
|---|---|---|---|
| Cycles (vertex/edge) | |||
| Long cycles (vertex) | |||
| Long cycles (edge, best known) | |||
| Odd cycles (planar) | |||
| Tree minors ( on vertices) | |||
| Planar minors (cycle ) | |||
| Balls (distance VC-dim ) | double-exponential in | ||
| Chordless cycles |
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.