Odd Cycle Transversal Number
- Odd Cycle Transversal Number is a graph parameter defined as the minimum vertex set needed to intersect every odd cycle, ensuring the remaining graph is bipartite.
- It is central to the study of the Erdős–Pósa property for odd cycles, linking the concepts of packing and covering in graph theory.
- In planar graphs, structural techniques yield constant-factor bounds between 2 and 4, leading to efficient approximation algorithms.
The odd cycle transversal number of a finite undirected graph , denoted , is the minimum cardinality of a vertex subset such that every odd cycle has —that is, deleting from produces a bipartite graph. This parameter lies at the intersection of packing and covering theory and is a central object in the study of the Erdős–Pósa property for families of cycles, particularly odd cycles.
1. Formal Definition and Parameters
Given a graph :
- The odd cycle transversal number is defined as
- The odd cycle packing number is the largest such that contains vertex-disjoint odd cycles:
- The Erdős–Pósa ratio for odd cycles is
with the convention if (Puhlmann et al., 28 Dec 2025).
2. Erdős–Pósa Property and Known Results
The classic Erdős–Pósa property for a family of subgraphs relates the maximum number of pairwise vertex-disjoint subgraphs from to the minimum size of a vertex set intersecting all such subgraphs:
for some bounding function (Raymond et al., 2016). For all cycles, the optimal bounds are ; however, for odd cycles, the property fails in general graphs. There exist graphs where but is arbitrarily large (e.g., high-girth bipartite blow-ups) (Raymond et al., 2016).
Notably, for the subclass of planar graphs, the odd cycle family does exhibit the Erdős–Pósa property. Král', Sereni, and Stacho established for planar ; this was improved to (Puhlmann et al., 28 Dec 2025):
3. Structural and Topological Techniques for Planar Graphs
The improvement to proceeds via the facial structure of planar embeddings:
- Construct the vertex–face incidence graph whose vertex set is (the set of faces), and with edge iff lies on .
- Hitting all odd cycles in is equivalent to hitting all odd faces in under a -join–type condition.
- Odd faces are partitioned into clouds (maximal sets of odd faces connected in ), each handled separately.
- For clouds with odd-face packing number 1, any even subset can be hit by 2 vertices. For packing number , structural lemmata show that every even subset of certain subcollections can be hit by 4 vertices.
- Inductive merging and charging arguments, using planarity constraints in a reduced conflict graph, recursively bound the growth of the transversal during the process (Puhlmann et al., 28 Dec 2025).
4. Tightness, Lower Bounds, and Examples
Tightness in the planar case remains open. The only known example achieving is (one odd cycle, two vertices needed to hit). No graph is known with , so the gap is open. For cycles in general (not restricted to odd), the best possible is (Raymond et al., 2016, Puhlmann et al., 28 Dec 2025).
For general graphs (without planarity), the odd cycle transversal number can be unbounded with respect to the packing number—there is no Erdős–Pósa property for odd cycles (Raymond et al., 2016).
5. Generalizations and Related Structures
Extensions and variants include:
- Higher genus surfaces: For fixed genus , the odd-cycle Erdős–Pósa property holds with ratio ; improving the proportionality constant remains open.
- Edge transversals: The edge version of the odd-cycle transversal has ratio exactly 2 in planar graphs.
- Uncrossable families: The methodology applies to uncrossable cycle families, yielding constant-factor ratios (best known is $3$ for cycles, $8.38$ for general uncrossable families).
- Directed odd cycles: In planar digraphs, directed odd-cycle transversals meet a constant-factor Erdős–Pósa ratio, but the constant is not known explicitly (Puhlmann et al., 28 Dec 2025).
6. Algorithmic Implications and Open Problems
The constructive proof for in planar graphs yields a polynomial-time $4$-approximation for finding a minimum odd cycle transversal; the best-known ratio achieved by combinatorial algorithms is $2.4$. Whether a factor-2 approximation, matching the packing lower bound, can be achieved is open (Puhlmann et al., 28 Dec 2025).
Other open problems include:
- Determining the exact supremum of for planar graphs ().
- Extension and sharpness for higher genus and other graph classes.
- The behavior of related transversals in the edge-setting and in more general host-classes.
7. Summary Table: Odd Cycle Transversal Bounds in Planar Graphs
| Parameter | Lower Bound | Upper Bound | Reference |
|---|---|---|---|
| (planar) | 2 () | 4 | (Puhlmann et al., 28 Dec 2025) |
8. Context Within the Erdős–Pósa Framework
The odd cycle transversal number is a canonical instantiation of the minimum hitting set for a guest-class of subgraphs (the odd cycles). It is exclusively for planar graphs that the odd cycle family enjoys the Erdős–Pósa property with a constant-ratio gap. This stands in marked contrast to other cyclic containment relations: all cycles (), induced cycles (), long cycles (), and odd cycles (constant only for planar graphs) (Raymond et al., 2016, Puhlmann et al., 28 Dec 2025, Kim et al., 2017). This dichotomy is sharp and topologically rooted. The determination of the precise constants and efficient algorithms for odd cycle transversals in planar and higher-genus graphs remains an active frontier.