The Affirmative Action Problem
The Affirmative Action problem has been posed by Donald Newman [Zeitz, p. 23]:
Consider a graph whose nodes are colored in one of two colors: black or white. The white node is called integrated if it has at least as many black as white neighbors, and similarly for the black node. A coloring of a graph is said to be integrated if each of the nodes is integrated. Prove that a graph without loops admits an integrated coloring.
The applet below starts with a configuration of 20 nodes. The nodes (and edges) can be removed one at a time (Remove last) or all at once (Clear). You can create new nodes by starting to drag anywhere in the applet. Clicking inside a node changes its color.
(Instead of the applet you can download and run locally an application that is performing exactly the same job.)
The proof is due to Jim Propp.
Call an edge balanced if it joins two differently colored nodes. The proof elaborates on the one-liner:
Maximize the number of balanced edges!
Since the number of nodes is finite, so is the number of possible color assignments. Hence, there are colorings with the maximal number of balanced edges. Any such coloring is bound to be integrated.
To see why this is so, consider a non integrated node. Without loss of generality, we may assume it colored white. The fact the the node is not integrated can be rephrased in terms of the incident edges. The edges joining the node to the black neighbors are balanced, those joining it to the white neighbors are not. We conclude, that, among the edges incident to the non integrated node, there are fewer balanced than unbalanced edges. Changing the color of such a node, makes its incident balanced edges unbalanced, and vice versa. The operation therefore increases the total number of balanced edges.
Now, we see that the existence of a non integrated node in a coloring with a maximal number of balanced edges leads to a contradiction. Thus we conclude that, in such colorings, all nodes are necessarily integrated.
References
- P. Zeitz, The Art and Craft of Problem Solving, John Wiley & Sons, 1999

- Graphs Fundamentals
- Crossing Number of a Graph
- Regular Polyhedra
- 3 Utilities Puzzle: Water, Gas, Electricity
- A Clique of Acquaintances
- Round Robin Tournament
- The Affirmative Action Problem
- The Two Men of Tibet Problem
- Euler Cycles in Digraph
- Fleury's Algorithm and Euler's Paths and Cycles: an Interactive Gizmo
- Graph with Nodes of Even Degree
- Graph without 3-Cycles

|Contact| |Front page| |Contents| |Algebra|
Copyright © 1996-2018 Alexander Bogomolny
70767661