Lovász local lemmaIn probability theory, if a large number of events are all independent of one another and each has probability less than 1, then there is a positive (possibly small) probability that none of the events will occur. The Lovász local lemma allows a slight relaxation of the independence condition: As long as the events are "mostly" independent from one another and aren't individually too likely, then there will still be a positive probability that none of them occurs. This lemma is most commonly used in the probabilistic method, in particular to give existence proofs. There are several different versions of the lemma. The simplest and most frequently used is the symmetric version given below. A weaker version was proved in 1975 by László Lovász and Paul Erdős in the article Problems and results on 3-chromatic hypergraphs and some related questions. For other versions, see Alon & Spencer (2000). In 2020, Robin Moser and Gábor Tardos received the Gödel Prize for their algorithmic version of the Lovász Local Lemma, which uses entropy compression to provide an efficient randomized algorithm for finding an outcome in which none of the events occurs.[1][2] Statements of the lemma (symmetric version)Let be a sequence of events such that each event occurs with probability at most p and such that each event is independent of all the other events except for at most d of them.
Lemma II today is usually referred to as "Lovász local lemma".
The threshold in Lemma III is optimal and it implies that the bound is also sufficient. Asymmetric Lovász local lemmaA statement of the asymmetric version (which allows for events with different probability bounds) is as follows:
The symmetric version follows immediately from the asymmetric version by setting to get the sufficient condition since Constructive versus non-constructiveAs is often the case with probabilistic arguments, this theorem is nonconstructive and gives no method of determining an explicit element of the probability space in which no event occurs. However, algorithmic versions of the local lemma with stronger preconditions are also known (Beck 1991; Czumaj and Scheideler 2000). More recently, a constructive version of the local lemma was given by Robin Moser and Gábor Tardos requiring no stronger preconditions. Non-constructive proofWe prove the asymmetric version of the lemma, from which the symmetric version can be derived. By using the principle of mathematical induction we prove that for all in and all subsets of that do not include , . The induction here is applied on the size (cardinality) of the set . For base case the statement obviously holds since . We need to show that the inequality holds for any subset of of a certain cardinality given that it holds for all subsets of a lower cardinality. Let . We have from Bayes' theorem We bound the numerator and denominator of the above expression separately. For this, let . First, exploiting the fact that does not depend upon any event in . Expanding the denominator by using Bayes' theorem and then using the inductive assumption, we get The inductive assumption can be applied here since each event is conditioned on lesser number of other events, i.e. on a subset of cardinality less than . From (1) and (2), we get Since the value of x is always in . Note that we have essentially proved . To get the desired probability, we write it in terms of conditional probabilities applying Bayes' theorem repeatedly. Hence, which is what we had intended to prove. ExampleSuppose 11n points are placed around a circle and colored with n different colors in such a way that each color is applied to exactly 11 points. In any such coloring, there must be a set of n points containing one point of each color but not containing any pair of adjacent points. To see this, imagine picking a point of each color randomly, with all points equally likely (i.e., having probability 1/11) to be chosen. The 11n different events we want to avoid correspond to the 11n pairs of adjacent points on the circle. For each pair our chance of picking both points in that pair is at most 1/121 (exactly 1/121 if the two points are of different colors, otherwise 0), so we will take p = 1/121. Whether a given pair (a, b) of points is chosen depends only on what happens in the colors of a and b, and not at all on whether any other collection of points in the other n − 2 colors are chosen. This implies the event "a and b are both chosen" is dependent only on those pairs of adjacent points which share a color either with a or with b. There are 11 points on the circle sharing a color with a (including a itself), each of which is involved with 2 pairs. This means there are 21 pairs other than (a, b) which include the same color as a, and the same holds true for b. The worst that can happen is that these two sets are disjoint, so we can take d = 42 in the lemma. This gives By the local lemma, there is a positive probability that none of the bad events occur, meaning that our set contains no pair of adjacent points. This implies that a set satisfying our conditions must exist. See alsoNotes
References
|