Co-Gem-Free Graphs
- Co-gem-free graphs are defined by excluding the induced co-gem (P4+P1), ensuring that every induced P4 is a dominating set.
- They lie strictly between P4-free cographs and P5-free graphs, allowing for clear structural decompositions and tractable algorithmic approaches.
- Their bounded twin-width and clique-width support efficient algorithms in coloring, decomposition, and various graph problems.
A co-gem-free graph is a graph containing no induced subgraph isomorphic to the "co-gem," which is the five-vertex graph formed by the disjoint union of an induced four-vertex path () and an isolated vertex (), that is, . This hereditary graph class sits strictly between cographs (the -free graphs) and -free graphs, enjoying structural and algorithmic properties that make it a tractable yet nontrivial object of study in finite and parameterized graph theory.
1. Definitions and Basic Properties
Let denote a simple graph. The co-gem is the graph on vertices with the edge set ; equivalently, it is . A graph is co-gem-free if no subset of five vertices induces a subgraph isomorphic to .
Key closure properties:
- Co-gem-free graphs are closed under taking induced subgraphs.
- Every cograph (i.e., -free graph) is co-gem-free, but the converse is false; some co-gem-free graphs contain induced s, provided every such dominates the entire vertex set (see below).
A central structural observation is:
- Every induced in a co-gem-free graph is a dominating set. That is, for --- forming an induced , every vertex must be adjacent to at least one of ; otherwise, would induce a co-gem (Rosenke et al., 31 Jan 2026).
2. Structural Characterizations and Decomposition
Cographs are exactly the -free graphs. Co-gem-free graphs generalize cographs by allowing as an induced subgraph, but never a plus an isolated vertex. The following simple structural decomposition holds:
- If a connected co-gem-free graph is not a cograph (i.e., contains a ), every such is a dominating set.
This property enables straightforward decompositions:
- If the graph admits no , apply cograph methods.
- Otherwise, select a dominating as a "small hub" for algorithmic processing (Rosenke et al., 31 Jan 2026).
More generally, co-gem-free graphs are a proper subclass of -free graphs (since a contains a as an induced subgraph), and they do not admit an induced complement of the gem (the gem being with a universal vertex).
3. Recognition and Algorithmic Properties
Recognition Algorithms
- The naive recognition algorithm runs in time, testing all five-vertex subsets for co-gem subgraphs (Rosenke et al., 31 Jan 2026).
- For the broader class -free graphs (where is the 5-cycle and the "bull" is a triangle plus two pending edges), efficient bi-join decomposition algorithms allow recognition in near-linear time by detecting only "complete" nodes in a decomposition tree (Chang et al., 2023).
Table: Containment Relations
| Graph class | Forbidden induced subgraph(s) | Properly contains? |
|---|---|---|
| Cographs | Co-gem-free | |
| Co-gem-free | (co-gem) | -free |
| -free | All graphs |
Width Parameters and Decomposition
- Every co-gem-free graph has twin-width at most 2, as twin-width is at most the radius- flip-width and the latter is bounded by 2 for this class (Chang et al., 2023).
- From known relations, the clique-width and rank-width are -bounded in this class.
Notable Structural Characterization
- The absence of a co-gem is crucial for total decomposability by bi-joins; the presence of a co-gem subgraph marks a "prime" obstruction that halts the bi-join decomposition, so co-gem-free graphs are totally decomposable in the sense of Cunningham and de Montgolfier–Rao (Chang et al., 2023).
4. Chromatic and Vertex-Critical Graph Structure
Vertex-critical graphs play a central role in testing -colorability: a -vertex-critical graph has chromatic number , but deleting any vertex lowers the chromatic number below .
Dichotomy for Vertex-Critical (Gem, Co-gem)-free Graphs
For the subclass forbidding both the gem and the co-gem, every -vertex-critical graph is:
- Either a complete graph
- Or a "clique-expansion" of the 5-cycle , where each vertex of a is replaced by a clique and adjacent in the cycle structure (Abuadas et al., 2022).
Enumeration of -vertex-critical (gem, co-gem)-free graphs is possible for all (e.g., there are 1, 1, 2, 2, 4, 6, 11, ..., 253 such graphs for ). For each fixed the list is finite and computable. The only infinite/finiteness cases remaining open for general -free vertex-critical graphs are when for (Abuadas et al., 2022).
Finiteness for -Free Vertex-Critical Graphs
For any graph on four vertices, there are only finitely many -vertex-critical -free graphs for all . The proofs use combinatorial arguments, including Sperner's Theorem to bound antichains, and computational enumeration in the hardest cases (e.g., -free implies 4-colorability) (Beaton et al., 2024).
5. Algorithmic Applications and Complexity
The structure of co-gem-free graphs enables polynomial-time algorithms for several problems traditionally hard on general graphs.
- Coloring: For every and of order 4, -colorability is polynomial-time solvable and certifying in -free graphs by finding a -coloring or checking for a finite list of vertex-critical forbidden subgraphs (Beaton et al., 2024).
- Free Flood-It / Miniature Painting: The equivalence between the Miniature Painting problem and Free Flood-It allows polynomial-time algorithms for these problems on co-gem-free graphs. The algorithm leverages the existence of a dominating and enumerates canonical painting plans using the structural properties outlined above. It operates in polynomial time, with a high but constant exponent (Rosenke et al., 31 Jan 2026).
- Width Parameter Algorithms: The bounded twin-width and total decomposability by bi-joins enable tractable model checking for first-order logic and polynomial-kernel algorithms for Ramsey-type regularity properties (Chang et al., 2023).
6. Open Problems and Research Directions
Key open problems and avenues for future research include:
- Improving the -time recognition of co-gem-free graphs to sub- complexity (Rosenke et al., 31 Jan 2026).
- Extending polynomial-time certifying coloring algorithms to the purely co-gem-free case for , where only computational evidence up to 12 vertices is presently known (Beaton et al., 2024).
- Characterizing which graphs of higher order (e.g., ) force finiteness of -vertex-critical -free graphs.
- Determining if other small hub subgraphs beyond yield new tractable subclasses for coloring or reconfiguration problems.
- Reducing the exponent in the polynomial-time algorithms for Free Flood-It and related problems.
7. Connections to Broader Structural Graph Theory
Co-gem-free graphs are distinguished by their dominance properties of and their position within cograph extensions. They are not only relevant in chromatic theory (as minimal obstructions in coloring) but also as a structural backbone in decomposition-based width parameterizations, including flip-width, clique-width, and twin-width. In particular, the precise forbidden subgraph criteria and their impact on tractability place co-gem-free graphs at a vital intersection of structural theory and algorithmic application (Abuadas et al., 2022, Chang et al., 2023, Beaton et al., 2024, Rosenke et al., 31 Jan 2026).