Papers
Topics
Authors
Recent
Search
2000 character limit reached

Stationary List Colorability

Updated 15 December 2025
  • 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 χ(G)\chi_\ell(G) of a graph GG, concerns the minimum integer qq such that for any assignment of color lists L(v)L(v) of size qq to each vertex vv, there exists a proper coloring cc with c(v)L(v)c(v)\in L(v) for all vv. 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 χ(G)\chi_\ell(G) in graphs with small clique number, specifically triangle-free graphs and more generally KrK_r-free graphs.

1. Definitions and Role of Clique Restrictions

The list chromatic number χ(G)\chi_\ell(G) is the smallest qq such that for every assignment of color lists L(v)L(v) of size qq, the vertices of GG admit a proper coloring cc with c(v)L(v)c(v)\in L(v). Clique restrictions, such as forbidding triangles (triangle-free) or more generally forbidding KrK_r subgraphs, impose local sparsity constraints. In triangle-free graphs, each neighborhood forms an independent set; in KrK_r-free graphs, the neighborhoods lack an (r1)(r-1)-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 ϵ>0\epsilon>0 there is Δ0(ϵ)\Delta_0(\epsilon) such that every triangle-free graph GG with maximum degree ΔΔ0\Delta \ge \Delta_0 satisfies:

χ(G)(1+ϵ)ΔlnΔ.\chi_\ell(G) \le (1+\epsilon) \frac{\Delta}{\ln \Delta}.

As Δ\Delta\to\infty, this sharpens to

χ(G)=(1+o(1))ΔlnΔ.\chi_\ell(G) = (1+o(1)) \frac{\Delta}{\ln \Delta}.

KrK_r-Free Graphs

If GG is KrK_r-free, r4r\ge 4, and Δ\Delta is the maximum degree, Molloy proves:

χ(G)200rΔlnlnΔlnΔ.\chi_\ell(G) \le 200\,r\,\Delta\,\frac{\ln\ln\Delta}{\ln\Delta}.

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 KrK_r-free cases starts with an all-blank partial coloring. For each vertex vv, the list of usable colors is

Lv={colors in L(v) not used on N(v)}{Blank}.L_v = \{\text{colors in}\ L(v)\ \text{not used on}\ N(v)\}\cup\{\mathsf{Blank}\}.

Two bad events (“flaws”) are monitored:

  • BvB_v: Lv<L|L_v|<L, for an auxiliary parameter LqL\ll q,
  • ZvZ_v: {uN(v)u is Blank}<L|\{u\in N(v)\mid u \text{ is Blank}\}|<L.

Upon detecting a flaw, a local correction (FIX) recolors the neighborhood N(v)N(v) stochastically, with recursive calls to correct newly arising flaws within bounded distance. For triangle-free graphs this recursion is within distance 2 for BB flaws and distance 3 for ZZ flaws. In KrK_r-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 <Δ4<\Delta^{-4}. With these bounds, entropy-compression ensures that the correction process halts with high probability in O(n)O(n) steps, and the resultant coloring extends to a full solution via the Local Lemma.

4. Estimation of Independent Sets and Local Sampling

For KrK_r-free graphs, key lemmas provide independent set counts. If HH is KrK_r-free,

2V(H)/(r1)I(H)2V(H),2^{|V(H)|/(r-1)} \le I(H) \le 2^{|V(H)|},

where I(H)I(H) is the number of independent sets. At least half of the independent sets in HH have size at least

log2I(H)log2log2I(H).\frac{\log_2 I(H)}{\log_2\log_2 I(H)}.

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, ϵ\epsilon may vanish as Δ\Delta\to\infty, with auxiliary parameters (e.g., L=Δϵ/2L=\Delta^{\epsilon/2}) scaling to ensure error terms in Chernoff bounds converge to o(1)(Δ/lnΔ)o(1)\cdot(\Delta/\ln\Delta), yielding the precise asymptotic

χ(G)(1+o(1))Δ/lnΔ.\chi_\ell(G)\le (1+o(1))\,\Delta/\ln\Delta.

For KrK_r-free graphs, the factor 200r200\,r derives from constants in the independent-set and flaw probability lemmas, and the (lnlnΔ)/(lnΔ)(\ln\ln\Delta)/(\ln\Delta) factor is enforced by selecting qconstΔ(lnlnΔ)/lnΔq\sim \text{const}\cdot\Delta(\ln\ln\Delta)/\ln\Delta so that the flaw probabilities remain sufficiently low.

6. Historical Perspective and Comparison with Prior Work

Johansson previously established χ(G)=O(Δ/lnΔ)\chi_\ell(G)=O(\Delta/\ln\Delta) 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 KrK_r-free graphs, Johansson’s bound of O(ΔlnlnΔ/lnΔ)O(\Delta\ln\ln\Delta/\ln\Delta) is recovered and extended, though Molloy obtains an explicit constant 200r200\,r and a shortened proof structure. These advances deliver the first simple, nearly optimal choice-number bounds for both triangle-free and KrK_r-free graphs, unifying and refining the landscape of stationary list colorability in sparse settings (Molloy, 2017).

Definition Search Book Streamline Icon: https://streamlinehq.com
References (1)

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Stationary List Colorability.