Papers
Topics
Authors
Recent
AI Research Assistant
AI Research Assistant
Well-researched responses based on relevant abstracts and paper content.
Custom Instructions Pro
Preferences or requirements that you'd like Emergent Mind to consider when generating responses.
Gemini 2.5 Flash
Gemini 2.5 Flash 78 tok/s
Gemini 2.5 Pro 46 tok/s Pro
GPT-5 Medium 12 tok/s Pro
GPT-5 High 14 tok/s Pro
GPT-4o 89 tok/s Pro
Kimi K2 212 tok/s Pro
GPT OSS 120B 472 tok/s Pro
Claude Sonnet 4 39 tok/s Pro
2000 character limit reached

2-Distance Coloring of Planar Graphs

Updated 21 September 2025
  • 2-distance coloring of planar graphs is a vertex assignment ensuring distinct colors for vertices within two hops, equivalent to properly coloring the square of the graph.
  • Recent research employs discharging methods and combinatorial arguments to tighten chromatic bounds under conditions like high girth, bounded degree, and sparsity.
  • Developed techniques such as list coloring and recoloring support practical applications in frequency assignment and network scheduling.

A 2-distance coloring of a planar graph is an assignment of colors to the vertices such that every pair of vertices either adjacent or having a common neighbor receive distinct colors; equivalently, it is a proper coloring of the square of the graph, G2G^2, where vertices at distance at most two in GG become adjacent in G2G^2. The paper of 2-distance coloring examines the minimum number of colors necessary, often focusing on additional constraints such as list colorability, bounds on maximum degree Δ\Delta, bounds on maximum average degree mad(G)\operatorname{mad}(G), and girth conditions (the length of the shortest cycle). A central theme in the area is determining quantitative bounds for the 2-distance chromatic number on various classes of planar graphs and understanding the combinatorial structure that enables optimal or near-optimal colorings.

1. Fundamental Definitions and Equivalences

Let G=(V,E)G = (V,E) be a planar graph. A 2-distance kk-coloring is a vertex coloring f:V{1,,k}f : V \to \{1,\ldots,k\} such that f(u)f(v)f(u) \ne f(v) whenever uu and vv are at distance at most $2$ in GG.

  • Square of a Graph: G2G^2 is defined on V(G)V(G) so that uvE(G2)uv \in E(G^2) if and only if dG(u,v)2d_G(u,v) \leq 2.
  • List Coloring: Each vertex vv is assigned a list L(v)L(v) of allowed colors and a coloring is valid if each vertex receives a color from its list and the 2-distance condition is satisfied.

The minimal number kk for which G2G^2 is (list-)colorable is called the (list) 2-distance chromatic number, denoted χ2(G)\chi_2(G) or χ2(G)\chi^2_\ell(G).

The natural lower bound is Δ+1\Delta + 1, as every vertex and its Δ\Delta neighbors must all receive distinct colors. The paper aims to establish whether Δ+1\Delta+1 colors suffice and to determine the minimum possible additive constant for broader classes of planar graphs.

2. Key Theorems and Historical Progress

Recent advances have improved upper bounds on χ2(G)\chi_2(G), often under degree and sparsity constraints:

Paper/Authors Conditions Bound arXiv id
Borodin & Ivanova (2009), Zhu & Bu Δ18\Delta \geq 18, girth 6\geq 6 χ2(G)Δ+2\chi_2(G) \leq \Delta+2 -
(Bonamy et al., 2013) Δ17\Delta \geq 17, mad(G)<3\operatorname{mad}(G)<3 List χ2(G)Δ+2\chi_2(G) \leq \Delta+2 (Bonamy et al., 2013)
(Deniz, 2022) Δ6\Delta\geq 6, girth 6\geq 6 χ2(G)Δ+4\chi_2(G)\leq \Delta+4 (Deniz, 2022)
(La et al., 2021) Δ7\Delta\geq 7, mad(G)<18/7\operatorname{mad}(G)<18/7 χ2(G)Δ+1\chi_2(G)\leq \Delta+1 (La et al., 2021)
(La et al., 2021) Δ6\Delta\geq 6, mad(G)<8/3\operatorname{mad}(G)<8/3 χ2(G)Δ+2\chi_2(G)\leq \Delta+2 (La et al., 2021)
(Deniz, 2023, Aoki, 2023, Aoki, 25 Jun 2024) Planar, Δ5\Delta\leq5, Δ6\Delta\leq6 χ2(G)16,17,20\chi_2(G)\leq 16,17,20 (Deniz, 2023, Aoki, 2023, Aoki, 25 Jun 2024)
(Deniz, 18 Mar 2024, Bousquet et al., 2021) Planar, arbitrary Δ\Delta χ2(G)2Δ+7\chi_2(G)\leq 2\Delta+7 (Deniz, 18 Mar 2024)

These bounds have typically been achieved via intricate combinatorial arguments using minimal counterexamples, structural lemmas, and the discharging method.

3. Discharging Methodology and Structural Lemmas

The discharging method is central to almost all recent results. The process involves:

  • Assigning "charge" to each vertex (d(v)cd(v)-c, with cc an appropriate constant) and face (l(f)cl(f)-c) based on the degree and face length.
  • Global conservation of total charge (negative due to Euler's formula for planar graphs).
  • Defining local transfer rules (discharging rules) based on degrees, face sizes, and configurations of vertices ("weak," "semiweak," "strong," "support," etc).
  • Proving that after redistributing charge, every element has nonnegative final charge, contradicting the initial total.

For example, in (Bonamy et al., 2013), the initial weight is d(v)d(v); the rules propagate fractions to control small degree vertices and forbidden local structures which are then shown to be reducible if present. The proof relies on a minimal counterexample approach, forbidding configurations (C₁–C₁₁), and finishing with a discharging argument that ensures mad(G)3\operatorname{mad}(G)\geq3, contradicting hypotheses for planar graphs of girth at least $6$.

Additional techniques include recoloring arguments, using the potential method (as in (La et al., 2021)), or auxiliary constructions such as support vertex graphs.

4. Implications for Planar Graphs and Sparsity

The strongest results apply to planar graphs with high girth or bounded maximum average degree, which implies greater sparsity.

  • Girth Constraints: Planar graphs with girth gg satisfy (mad(G)2)(g2)<4(\operatorname{mad}(G)-2)(g-2)<4 by Euler's formula. Girth g6g\geq6 enforces mad(G)<3\operatorname{mad}(G)<3, enabling sharper coloring bounds.
  • Large Maximum Degree Regime: List 2-distance (Δ+2)(\Delta+2)-colorability is proven for planar graphs of girth 6 with Δ17\Delta\geq17 (Bonamy et al., 2013) and further improvements are made for larger girth in more recent work.
  • Smaller Degree and Girth Regimes: For planar graphs with Δ6\Delta\leq6, g6g\geq6, bounds of $20$ or better are achieved (Aoki, 25 Jun 2024). For g10g\geq10, results refine to list 2-distance (Δ+2)(\Delta+2) (La et al., 2021).

These bounds approach optimality in light of lower bounds from vertex neighborhoods and known extremal constructions.

5. Connections to Other Coloring Variants

  • Injective Coloring: Requires only that colors differ between vertices sharing a neighbor. The list injective (Δ+1)(\Delta+1)-coloring bound is closely related to 2-distance coloring, often proven via similar methods (Bonamy et al., 2013).
  • Exact Square Coloring: Distinct colors between vertices at distance exactly $2$. For triangle-free graphs, this coincides with injective coloring (Foucaud et al., 2020).
  • Strong Edge Coloring: Coloring edges so that edges at distance 2\leq2 differ; equivalent to coloring the square of the line graph, with strong results for cubic and high-girth planar graphs (Hudák et al., 2013).

6. Open Problems and Future Directions

Important directions posed in (Bonamy et al., 2013) and subsequent literature include:

  • Determining the largest possible Δ\Delta for which there exists a graph with mad(G)<3\operatorname{mad}(G)<3 not admitting a 2-distance (Δ+2)(\Delta+2)-coloring. The paper shows Δ16\Delta\leq16 must be the limit if not tight.
  • Lowering the minimum degree constraints, refining bounds for lower girth or different host surfaces.
  • Extending proof techniques to additional coloring paradigms (list coloring, strong coloring) or broader graph classes.
  • Development of automated discharging and LP-based frameworks, as pioneered in recent work, for pushing bounds further (Bousquet et al., 2022).

7. Practical Applications

2-distance coloring models interference constraints in frequency assignment problems, register allocation, and channel assignment in wireless networks. Improving bounds leads to more efficient allocations under the constraint that "nearby" elements must differ, directly influencing theoretical limits in such applications. In computer science, advances inform coloring and scheduling algorithms for sparse networks or systems modeled by planar graphs.


This topic remains an active area of graph coloring research, with recent progress moving toward linear or nearly optimal colorings for broader regimes of planar graphs, and with significant interplay between structural combinatorics and algorithmic techniques.

Forward Email Streamline Icon: https://streamlinehq.com

Follow Topic

Get notified by email when new papers are published related to 2-Distance Coloring of Planar Graphs.

Don't miss out on important new AI/ML research

See which papers are being discussed right now on X, Reddit, and more:

“Emergent Mind helps me see which AI papers have caught fire online.”

Philip

Philip

Creator, AI Explained on YouTube