Papers
Topics
Authors
Recent
2000 character limit reached

Fair and Tolerant Vertex Coloring

Updated 20 November 2025
  • Fair and tolerant vertex coloring is defined by assigning colors to vertices so that a controlled fraction of same-colored neighbors is allowed, ensuring equitable color distribution.
  • The framework utilizes real parameters (α and β) to balance color assignments, leading to new structural and spectral bounds that extend classical chromatic concepts.
  • This approach bridges combinatorial topology and spectral graph theory, opening research directions in algorithmic complexity and invariant separations compared to proper vertex coloring.

A Fair and Tolerant (FAT) vertex coloring is a framework in graph theory that generalizes traditional coloring concepts by permitting a controlled fraction of neighbors of the same color for each vertex, under a fairness constraint on how all colors are seen in neighbor sets. The FAT chromatic number χFAT(G)\chi^{\mathrm{FAT}}(G) quantifies the largest number of colors for which a graph GG admits a FAT coloring. Unlike proper vertex coloring, where adjacency imposes strict color separation, FAT colorings interpolate between proper and imbalanced color assignments by encoding tolerance levels via real parameters. This notion has yielded new structural and spectral bounds, motivated separation results for classic invariants, and grounded new directions in combinatorial and algebraic graph theory (Shaebani, 18 Nov 2025, Beers et al., 21 Oct 2025).

1. Formal Definition and Principal Properties

Given a simple finite graph G=(V,E)G=(V,E) and an arbitrary vertex coloring c ⁣:V{1,,k}c\colon V\to \{1,\dots,k\} with resulting nonempty color classes Vi=c1(i)V_i = c^{-1}(i) (i=1,,k)(i=1,\dots,k), a FAT kk-coloring is a coloring for which there exist real parameters α,β[0,1]\alpha, \beta \in [0,1] such that for every vertex vVv\in V and every color class ViV_i,

$|V_i \cap N(v)| = \begin{cases} \alpha\,\deg(v), & \text{if $v \notin V_i$} \ \beta\,\deg(v), & \text{if $v \in V_i$} \end{cases}$

where N(v)N(v) denotes the open neighborhood of vv. The parameters must fulfill the balance equation β+(k1)α=1\beta + (k-1)\alpha = 1 to partition each neighbor set exactly. The FAT chromatic number is then

$\chi^{\mathrm{FAT}}(G) := \max\{k: G \text{ admits a FAT $k$-coloring}\}.$

This encoding recovers proper colorings for β=0\beta=0 and α=1/(k1)\alpha=1/(k-1), but admits much more flexible configurations. In regular graphs, FAT colorings enforce balanced color-class sizes (Shaebani, 18 Nov 2025, Beers et al., 21 Oct 2025).

2. Illustrative Examples and Behavioral Extremes

The theory is informed by explicit computations for graph families:

  • Complete graphs KnK_n: Each singleton class Vi={vi}V_i=\{v_i\} gives χFAT(Kn)=n\chi^{\rm FAT}(K_n) = n with (α,β)=(0,1)(\alpha,\beta) = (0,1).
  • Empty graphs Kn\overline{K_n}: The trivial partition yields χFAT(Kn)=nχ(Kn)=1\chi^{\mathrm{FAT}}(\overline{K_n})=n \gg \chi(\overline{K_n})=1, illustrating a maximal gap.
  • Bipartite graphs and trees: For Km,nK_{m,n} or trees, χFAT(G)min(δ)+1\chi^{FAT}(G) \leq \min(\delta)+1, often achieved with standard bipartition.
  • Cycles CnC_n: For even nn, a FAT-2-coloring exists; for odd nn, one can realize FAT-3-colorings, but not two, unless 3n3 \mid n (Beers et al., 21 Oct 2025, Shaebani, 18 Nov 2025).

The essential distinction from classic chromatic number emerges in these bounds and achievable gaps, as detailed in the following table:

Graph Class χ(G)\chi(G) χFAT(G)\chi^{\mathrm{FAT}}(G) Achievable (α,β)(\alpha,\beta)
KnK_n nn nn (0,1)(0,1)
Kn\overline{K_n} $1$ nn (0,1)(0,1)
K1,7K_{1,7} $2$ $2$ (1/7,6/7)(1/7,6/7)
C6C_6 (cycle) $2$ $2$ (1/2,0)(1/2,0)

No universal function bounds χFAT\chi^{\mathrm{FAT}} in terms of χ\chi or vice versa, as both absolute and relative gaps can be unbounded (Shaebani, 18 Nov 2025).

3. Structural and Spectral Bounds

FAT colorings admit nontrivial structural and spectral bounds:

  • Minimum-degree bound: χFAT(G)δ+1\chi^{\mathrm{FAT}}(G)\leq \delta+1, where δ\delta is the minimum degree. Each color beyond the own class must be represented in the neighborhood, forcing strict degree constraints.
  • Spectral (Laplacian) bound: If GG admits a FAT kk-coloring with parameter α\alpha, then λ=kα\lambda = k\alpha is an eigenvalue of the normalized Laplacian L=ID1AL=I-D^{-1}A of GG, with multiplicity at least k1k-1. Therefore, the FAT chromatic number is bounded above by the maximum eigenvalue multiplicity plus one: χFAT(G)μ+1\chi^{\mathrm{FAT}}(G) \leq \mu + 1.
  • Regular graphs: In any dd-regular connected graph, all color classes must be equal-sized; thus, kk divides V|V|.

A consequence is that FAT colorings are tightly connected to partitioning eigenstructures and to divisibility properties in regular graphs (Beers et al., 21 Oct 2025).

4. Separation from Classical Chromatic Theory

FAT colorings break several expected relations with the standard chromatic number:

  • There is no function ff such that χFAT(G)f(χ(G))\chi^{\mathrm{FAT}}(G) \leq f(\chi(G)) for all GG. Disconnected empty graphs or bipartite families with growing colorings (by Beers and Mulas) show χ(G)\chi(G) fixed while χFAT(G)\chi^{\mathrm{FAT}}(G) is unbounded.
  • Conversely, no function gg satisfies χ(G)g(χFAT(G))\chi(G) \leq g(\chi^{\mathrm{FAT}}(G)) universally; disjoint unions of cliques can force χ(G)\chi(G) arbitrarily larger than χFAT(G)\chi^{\mathrm{FAT}}(G).
  • Both differences χFAT(G)χ(G)\chi^{\mathrm{FAT}}(G)-\chi(G) and χ(G)χFAT(G)\chi(G)-\chi^{\mathrm{FAT}}(G) are unbounded, even for connected graphs (Shaebani, 18 Nov 2025).

These separations demarcate FAT coloring as a genuinely distinct invariant with non-monotonic relationships to existing parameters.

5. Algorithmic Aspects and Complexity

The primary existence proofs for FAT colorings rely on combinatorial-topological principles and are often non-constructive. Tucker's lemma, as used in the fair splitting of colored paths, forms a combinatorial analog of the Borsuk–Ulam theorem, applying to sign-vectors encoding color assignments and removals (Alishahi et al., 2017).

  • General algorithmic status: Determining χFAT(G)\chi^{\mathrm{FAT}}(G) remains an open complexity problem and may be computationally hard. The exponential size of the coloring configuration space (via kk and assignments) complicates direct search.
  • Special cases via flow/matching: For paths and special graphs, once removal sets are fixed (tolerant splitting), standard bipartite matching or network flow reduces the instance to polynomial time (Alishahi et al., 2017).
  • Random and structural colorings: Algorithmic behavior for variants (list-FAT, fractional-FAT) and for random graphs is largely unexplored (Beers et al., 21 Oct 2025).

FAT colorings generalize to partitioning tasks on colored paths:

  • Tolerant fair splitting: Every vertex-colored path can be split into two independent sets after removing at most one vertex per color, achieving nearly balanced counts for each color class. The proof applies the octahedral Tucker lemma to encode parity constraints and fair splitting conditions into sign-vectors mapped by symmetric labelings (Alishahi et al., 2017).
  • Algorithmic reduction: After a deletion set per color is fixed, finding the fair bipartition reduces to matching, making it tractable for certain path-like inputs.

Such tolerant variants demonstrate the flexibility of the FAT coloring paradigm and its compatibility with combinatorial topology and equitable partitioning results.

7. Open Problems and Research Directions

Current research directions in FAT coloring include:

  • Determining χFAT(G)\chi^{\mathrm{FAT}}(G) for additional graph families (e.g., hypercubes, chordal, planar, random graphs).
  • Investigating the algorithmic complexity for the existence of FAT kk-colorings and related decision problems.
  • Extending structural and spectral bounds, especially for non-regular graphs and via fractional or randomized colorings.
  • Completing the classification of irreducible FAT colorings and their coarsenings.
  • Clarifying under what containment conditions χFAT(H)χFAT(G)\chi^{\mathrm{FAT}}(H) \leq \chi^{\mathrm{FAT}}(G) when HGH \subseteq G (Beers et al., 21 Oct 2025, Shaebani, 18 Nov 2025).

The theory of fair and tolerant vertex coloring, positioned at the intersection of equitable graph partitioning, spectral theory, and combinatorial topology, continues to evolve with foundational and algorithmic advancements.

Definition Search Book Streamline Icon: https://streamlinehq.com
References (3)
Slide Deck Streamline Icon: https://streamlinehq.com

Whiteboard

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

Follow Topic

Get notified by email when new papers are published related to Fair And Tolerant Vertex Coloring.