Core Concepts
For any fixed integers d and ℓ, the ℓ-vertex-ranking number of n-vertex d-degenerate graphs is bounded by O(n^(1-2/(ℓ+1)) log n) for even ℓ and O(n^(1-2/ℓ) log n) for odd ℓ.
Abstract
The paper studies the ℓ-vertex-ranking number, χℓ-vr(G), of a graph G, which is the minimum number of colors needed to color the vertices of G such that in any connected subgraph H of G with diameter at most ℓ, there is a vertex in H whose color is larger than that of every other vertex in H.
The main results are:
For any fixed integers d and ℓ, the authors prove that every n-vertex d-degenerate graph G satisfies:
χℓ-vr(G) = O(n^(1-2/(ℓ+1)) log n) if ℓ is even
χℓ-vr(G) = O(n^(1-2/ℓ) log n) if ℓ is odd
This resolves (up to a logarithmic factor) an open problem posed by Karpas, Neiman, and Smorodinsky for the case ℓ = 2. The bounds are also asymptotically optimal (up to the log n factor) for ℓ ∈ {2, 3}.
The proofs rely on a theorem about graphs that are both d-degenerate and have maximum degree ∆. For such graphs, the authors show that χℓ-vr(G) = O(∆^(⌊ℓ/2⌋-1/2) log^(5/4) n), and if ∆^(⌊ℓ/2⌋-1) ≥ log n, then χℓ-vr(G) = O(∆^(⌊ℓ/2⌋-1/2) log n).
The key technical tools used in the proofs include an upper bound on the number of length-ℓ paths in a d-degenerate graph with maximum degree ∆, and a careful probabilistic analysis to bound the number of "problematic" paths that could lead to ℓ-violations in the vertex ranking.
Stats
The sum of vertex degrees in a d-degenerate n-vertex graph G is at most 2dn.
The number of vertices v in G with degree at least ∆ is at most 2dn/∆.
Quotes
"For any fixed d and ℓ, every n-vertex d-degenerate graph G satisfies χℓ-vr(G) = O(n^(1-2/(ℓ+1)) log n) if ℓ is even and χℓ-vr(G) = O(n^(1-2/ℓ) log n) if ℓ is odd."
"Theorem 2 exhibits a parity phenomenon one encounters when counting the number of paths of length ℓ in a d-degenerate graph of maximum-degree ∆."