Proof of Property B Bound via Lovász Local Lemma
A hypergraph has Property B (is 2-colorable) if its vertices can be colored with two colors such that no edge is monochromatic. We prove a sharp sufficient condition using the Lovász Local Lemma.
Statement
Let be a -uniform hypergraph where every edge intersects at most other edges. If , then has Property B.
Proof
Color each vertex independently and uniformly at random with red or blue. For each edge , let be the bad event that is monochromatic. Then:
Dependency graph: Two events and are dependent only if . Since each edge intersects at most other edges, the dependency graph has maximum degree .
Applying the symmetric LLL: We need , i.e.,
This is equivalent to , which holds by assumption.
By the Lovász Local Lemma:
Therefore a proper 2-coloring exists, and has Property B.
Discussion and Improvements
The bound is essentially tight. There exist -uniform hypergraphs with that are not 2-colorable. For instance, Erdos showed using the probabilistic method that random -uniform hypergraphs on vertices with edges are not 2-colorable with high probability.
The Moser-Tardos algorithm makes this proof constructive: given the hypergraph satisfying the condition, one can efficiently find a proper 2-coloring. The algorithm randomly colors vertices, then iteratively resamples the colors of vertices in monochromatic edges. The expected number of resampling steps is at most .
A related application: Let be a graph with vertex partition where and each vertex has at most neighbors in each other part. Then has an independent transversal (a set choosing one vertex from each part with no edges between chosen vertices). This follows from the LLL with events for each edge between parts.
The entropy compression method (Esperet-Parreau 2013) can sometimes beat the LLL bound. By analyzing the information content of the algorithm's execution, one obtains bounds of the form , removing the factor of in the denominator for large .