Algorithmic Lovász local lemma

In theoretical computer science, the algorithmic Lovász local lemma gives an algorithmic way of constructing objects that obey a system of constraints with limited dependence.

Given a finite set of bad events \{ A_1, \ldots, A_n \} in a probability space with limited dependence amongst the  A_i 's and with specific bounds on their respective probabilities, the Lovász local lemma proves that with non-zero probability all of these events can be avoided. However, the lemma is non-constructive in that it does not provide any insight on how to avoid the bad events.

If the events \{ A_1, \ldots, A_n \} are determined by a finite collection of mutually independent random variables, a simple Las Vegas algorithm with expected polynomial runtime proposed by Robin Moser and Gábor Tardos[1] can compute an assignment to the random variables such that all events are avoided.

Contents

Review of Lovász local lemma

The Lovász Local Lemma is a powerful tool commonly used in the probabilistic method to prove the existence of certain complex mathematical objects with a set of prescribed features. A typical proof proceeds by operating on the complex object in a random manner and uses the Lovász Local Lemma to bound the probability that any of the features is missing. The absence of a feature is considered a bad event and if it can be shown that all such bad events can be avoided simultaneously with non-zero probability, the existence follows. The lemma itself reads as follows:

Let  \mathcal{A} = \{ A_1, \ldots, A_n \} be a finite set of events in the probability space  \Omega . For  A \in \mathcal{A} let  \Gamma(A) denote a subset of  \mathcal{A} such that  A is independent from the collection of events  \mathcal{A} \setminus (\{A \} \cup \Gamma(A)) . If there exists an assignment of reals  x�: \mathcal{A} \rightarrow (0,1) to the events such that

 \forall A \in \mathcal{A}�: \Pr[A] \leq x(A) \prod_{B \in \Gamma(A)} (1-x(B))

then the probability of avoiding all events in  \mathcal{A} is positive, in particular

 \Pr\left[\,\overline{A_1} \wedge \ldots \wedge \overline{A_n}\,\right] \geq \prod_{A \in \mathcal{A}} (1-x(A)).

Algorithmic version of the Lovász local lemma

The Lovász Local Lemma is non-constructive because it only allows us to conclude the existence of structural properties or complex objects but does not indicate how these can be found or constructed efficiently in practice. Note that random sampling from the probability space  \Omega is likely to be inefficient, since the probability of the event of interest  Pr\left[\overline{A_1} \wedge \ldots \wedge \overline{A_n}\right] is only bounded by a product of small numbers  \prod_{A \in \mathcal{A}} (1-x(A)) and therefore likely to be very small.

Under the assumption that all of the events in  \mathcal{A} are determined by a finite collection of mutually independent random variables  \mathcal{P} in  \Omega , Robin Moser and Gábor Tardos proposed an efficient randomized algorithm that computes an assignment to the random variables in  \mathcal{P} such that all events in  \mathcal{A} are avoided.

Hence, this algorithm can be used to efficiently construct witnesses of complex objects with prescribed features for most problems to which the Lovász Local Lemma applies.

History

Prior to the recent work of Moser and Tardos, earlier work had also made progress in developing algorithmic versions of the Lovász Local Lemma. József Beck in 1991 first gave proof that an algorithmic version was possible.[2] In this breakthrough result, a stricter requirement was imposed upon the problem formulation than in the original non-constructive definition. Beck's approach required that for each A \in \mathcal{A}, the number of dependencies of A was bounded above with |\Gamma(A)| < 2^{\frac{k}{48}} (approximately). The existential version of the Local Lemma permits a larger upper bound on dependencies:

|\Gamma(A)| < \frac{2^{k}}{e},

This bound is known to be tight. Since the initial algorithm, work has been done to push algorithmic versions of the Local Lemma closer to this tight value. Moser and Tardos's recent work are the most recent in this chain, and provide an algorithm that achieves this tight bound.

Algorithm

Let us first introduce some concepts that are used in the algorithm.

For any random variable  P \in \mathcal{P},\; v_P denotes the current assignment (evaluation) of  P . An assignment (evaluation) to all random variables is denoted  (v_P)_{\mathcal{P}}.
The unique minimal subset of random variables in  \mathcal{P} that determine the event  A is denoted by  \text{vbl}(A) .
If the event  A is true under an evaluation  (v_P)_{\mathcal{P}}, we say that  (v_P)_{\mathcal{P}} satisfies  A , otherwise it avoids  A .

Given a set of bad events  \mathcal{A} we wish to avoid that is determined by a collection of mutually independent random variables  \mathcal{P} , the algorithm proceeds as follows:

  1.  \forall P \in \mathcal{P} :  v_p \leftarrow a random evaluation of P
  2. while  \exists A \in \mathcal{A} such that A is satisfied by  (v_P)_{\mathcal{P}}
    • pick an arbitrary satisfied event  A \in \mathcal{A}
    •  \forall P \in \text{vbl}(A) :  v_p \leftarrow a new random evaluation of P
  3. return  (v_P)_{\mathcal{P}}

In the first step, the algorithm randomly initializes the current assignment  v_P for each random variable  P \in \mathcal{P}. This means that an assignment  v_P is sampled randomly and independently according to the distribution of the random variable  P .
The algorithm then enters the main loop which is executed until all events in  \mathcal{A} are avoided and which point the algorithm returns the current assignment. At each iteration of the main loop, the algorithm picks an arbitrary satisfied event  A (either randomly or deterministically) and resamples all the random variables that determine  A .

Main theorem

Let  \mathcal{P} be a finite set of mutually independent random variables in the probability space  \Omega . Let  \mathcal{A} be a finite set of events determined by these variables. If there exists an assignment of reals  x�: \mathcal{A} \rightarrow (0,1) to the events such that

 \forall A \in \mathcal{A}�: Pr[A] \leq x(A) \prod_{B \in \Gamma(A)} (1-x(B))

then there exists an assignment of values to the variables \mathcal{P} avoiding all of the events in  \mathcal{A} .
Moreover, the randomized algorithm described above resamples an event  A \in \mathcal{A} at most an expected  \frac{x(A)}{1-x(A)} times before it finds such an evaluation. Thus the expected total number of resampling steps and therefore the expected runtime of the algorithm is at most  \sum_{A \in \mathcal{A}} \frac{x(A)}{1-x(A)}.

The proof of this theorem can be found in the paper by Moser and Tardos [1]

Symmetric version

The requirement of an assignment function  x satisfying a set of inequalities in the theorem above is complex and not intuitive. But this requirement can be replaced by three simple conditions:

The version of the Lovász Local Lemma with these three conditions instead of the assignment function x is called the Symmetric Lovász Local Lemma. We can also state the Symmetric Algorithmic Lovász Local Lemma:

Let  \mathcal{P} be a finite set of mutually independent random variables and  \mathcal{A} be a finite set of events determined by these variables as before. If the above three conditions hold then there exists an assignment of values to the variables \mathcal{P} avoiding all of the events in  \mathcal{A} .

Moreover, the randomized algorithm described above resamples an event  A \in \mathcal{A} at most an expected  \frac{1}{D} times before it finds such an evaluation. Thus the expected total number of resampling steps and therefore the expected runtime of the algorithm is at most  \frac{n}{D}.

Example

The following example illustrates how the algorithmic version of the Lovász Local Lemma can be applied to a simple problem.

Let  \Phi be a CNF formula over variables  X_1, \ldots, X_n , containing  n clauses, and with at least  k literals in each clause, and with each variable  X_i appearing in at most  \frac{2^k}{ke} clauses. Then,  \Phi is satisfiable.

This statement can be proven easily using the symmetric version of the Algorithmic Lovász Local Lemma. Let  X_1, \ldots, X_n be the set of mutually independent random variables  \mathcal{P} which are sampled uniformly at random.
Firstly, we truncate each clause in  \Phi to contain exactly  k literals. Since each clause is a disjunction, this does not harm satisfiability, for if we can find a satisfying assignment for the truncated formula, it can easily be extended to a satisfying assignment for the original formula by reinserting the truncated literals.

Now, define a bad event  A_j for each clause in  \Phi , where  A_j is the event that clause  j in  \Phi is unsatisfied by the current assignment. Since each clause contains  k literals (and therefore  k variables) and since all variables are sampled uniformly at random, we can bound the probability of each bad event by  Pr[A_j] = p = 2^{-k} . Since each variable can appear in at most  \frac{2^k}{ke} clauses and there are  k variables in each clause, each bad event  A_j can depend on at most  D = k\left(\frac{2^k}{ke}-1\right) \leq \frac{2^k}{e} -1 other events.

Finally, since  D \leq \frac{2^k}{e} -1 \Rightarrow D%2B1 \leq \frac{2^k}{e} and therefore  ep(D%2B1) \leq e 2^{-k} \frac{2^k}{e} = 1 it follows by the symmetric Lovász Local Lemma that the probability of a random assignment to  X_1, \ldots, X_n satisfying all clauses in  \Phi is non-zero and hence such an assignment must exist.

Now, the Algorithmic Lovász Local Lemma actually allows us to efficiently compute such an assignment by applying the algorithm described above. The algorithm proceeds as follows:
It starts with a random truth value assignment to the variables  X_1, \ldots, X_n sampled uniformly at random. While there exists a clause in  \Phi that is unsatisfied, it randomly picks an unsatisfied clause  C in  \Phi and assigns a new truth value to all variables that appear in  C chosen uniformly at random. Once all clauses in  \Phi are satisfied, the algorithm returns the current assignment.

This algorithm is in fact identical to WalkSAT which is used to solve general boolean satisfiability problems. Hence, the Algorithmic Lovász Local Lemma proves that WalkSAT has an expected runtime of at most  \frac{n}{\frac{2^k}{e}-k} steps on CNF formulas that satisfy the two conditions above.

A stronger version of the above statement is proven by Moser.[3]

Applications

As mentioned before, the Algorithmic Version of the Lovász Local Lemma applies to most problems for which the general Lovász Local Lemma is used as a proof technique. Some of these problems are discussed in the following articles:

Parallel version

The algorithm described above lends itself well to parallelization, since resampling two independent events  A,B \in \mathcal{A}, i.e.  \text{vbl}(A) \cap \text{vbl}(B) = \emptyset , in parallel is equivalent to resampling  A,B sequentially. Hence, at each iteration of the main loop one can determine the maximal set of independent and satisfied events  S and resample all events in  S in parallel.

Under the assumption that the assignment function  x satisfies the slightly stronger conditions:

 \forall A \in \mathcal{A}�: \Pr[A] \leq (1 - \epsilon) x(A) \prod_{B \in \Gamma(A)} (1-x(B))

for some  \epsilon > 0 Moser and Tardos proved that the parallel algorithm achieves a better runtime complexity. In this case, the parallel version of the algorithm takes an expected

 O\left(\frac{1}{\epsilon} \log \sum_{A \in \mathcal{A}} \frac{x(A)}{1-x(A)}\right)

steps before it terminates. The parallel version of the algorithm can be seen as a special case of the sequential algorithm shown above, and so this result also holds for the sequential case.

References

  1. ^ a b Moser, Robin A.; Tardos, Gabor (2009). "A constructive proof of the general Lovász Local Lemma". arXiv:0903.0544. .
  2. ^ Beck, József (1991), "An algorithmic approach to the Lovász Local Lemma. I", Random Structures and Algorithms 2 (4): 343–366, doi:10.1002/rsa.3240020402 .
  3. ^ Moser, Robin A. (2008). "A constructive proof of the Lovász Local Lemma". arXiv:0810.4812. .