Stationary List Colorability
- Stationary list colorability is defined as the minimum list size (list chromatic number) ensuring a proper vertex coloring in graphs with clique restrictions.
- The approach leverages entropy-compression and local correction methods to derive nearly optimal bounds in triangle-free and Kₙ-free graphs.
- Probabilistic techniques and independent set estimations are used to keep flaw probabilities extremely low, ensuring efficient coloring even for large maximum degrees.
Stationary list colorability, commonly formalized as the list chromatic number of a graph , concerns the minimum integer such that for any assignment of color lists of size to each vertex , there exists a proper coloring with for all . For graphs with forbidden substructures—most notably constraints on the clique number—stationary list colorability exhibits strong asymptotic improvements compared to general graphs. Molloy (Molloy, 2017) establishes nearly optimal upper bounds for in graphs with small clique number, specifically triangle-free graphs and more generally -free graphs.
1. Definitions and Role of Clique Restrictions
The list chromatic number is the smallest such that for every assignment of color lists of size , the vertices of admit a proper coloring with . Clique restrictions, such as forbidding triangles (triangle-free) or more generally forbidding subgraphs, impose local sparsity constraints. In triangle-free graphs, each neighborhood forms an independent set; in -free graphs, the neighborhoods lack an -clique. These structural restrictions yield combinatorial advantages, particularly in bounding the list chromatic number by exploiting properties of independent sets and local coloring flexibility.
2. Main Bounds for List Chromatic Number
Triangle-Free Graphs
Molloy establishes the following bound: for every there is such that every triangle-free graph with maximum degree satisfies:
As , this sharpens to
-Free Graphs
If is -free, , and is the maximum degree, Molloy proves:
These results match or explicitly quantify the leading constants in previous asymptotic formulations.
3. Methodological Framework and Local Correction
The proof strategies revolve around a blend of entropy-compression (inspired by Moser–Tardos) and combinatorial sampling. The approach for both triangle-free and -free cases starts with an all-blank partial coloring. For each vertex , the list of usable colors is
Two bad events (“flaws”) are monitored:
- : , for an auxiliary parameter ,
- : .
Upon detecting a flaw, a local correction (FIX) recolors the neighborhood stochastically, with recursive calls to correct newly arising flaws within bounded distance. For triangle-free graphs this recursion is within distance 2 for flaws and distance 3 for flaws. In -free graphs, the roles are interchanged.
Probability bounds for flaws, established via Chernoff-type (negatively correlated) inequalities and independent-set counting, confirm that each flaw has occurrence probability . With these bounds, entropy-compression ensures that the correction process halts with high probability in steps, and the resultant coloring extends to a full solution via the Local Lemma.
4. Estimation of Independent Sets and Local Sampling
For -free graphs, key lemmas provide independent set counts. If is -free,
where is the number of independent sets. At least half of the independent sets in have size at least
These counts enable random recoloring procedures based on tuples of independent sets, with iterative sampling producing distributions equivalent to uniform partial assignments. Such largescale enumeration of independent sets is central for probabilistic bounds required in the correction arguments.
5. Asymptotic Behavior and Parameter Choices
In the triangle-free setting, may vanish as , with auxiliary parameters (e.g., ) scaling to ensure error terms in Chernoff bounds converge to , yielding the precise asymptotic
For -free graphs, the factor derives from constants in the independent-set and flaw probability lemmas, and the factor is enforced by selecting so that the flaw probabilities remain sufficiently low.
6. Historical Perspective and Comparison with Prior Work
Johansson previously established for triangle-free graphs with a constant approximately 4. Kim showed the same for graphs of girth at least 5. Molloy’s result improves this to the exact leading constant $1+o(1)$, and his argument streamlines the original methods through entropy-compression. For -free graphs, Johansson’s bound of is recovered and extended, though Molloy obtains an explicit constant and a shortened proof structure. These advances deliver the first simple, nearly optimal choice-number bounds for both triangle-free and -free graphs, unifying and refining the landscape of stationary list colorability in sparse settings (Molloy, 2017).