Questions: Lovász Local Lemma

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

You have 500 bad events, each with probability 1/50, and each sharing randomness with at most 4 other events. Does the Lovász Local Lemma guarantee that all bad events can simultaneously be avoided?

ANo — with 500 events each at probability 1/50, the expected number of bad events is 10, so some must occur
BYes — the LLL condition ep(d+1) ≤ 1 becomes e·(1/50)·5 ≈ 0.272 ≤ 1, so P(none occur) > 0
CNo — the LLL only applies when bad events are fully independent, not merely locally dependent
DYes — with probability 1/50 per event, each event is unlikely enough to guarantee avoidability regardless of dependency structure
Question 2 Multiple Choice

In the LLL's condition ep(d+1) ≤ 1, what does 'd' represent?

AThe total number of bad events in the combinatorial problem
BThe maximum number of bad events that share randomness with a given bad event — its degree in the dependency graph
CThe probability that any particular bad event occurs
DThe number of independent random choices underlying the probability space
Question 3 True / False

The LLL is more powerful than a simple union bound because it can guarantee P(no bad event) > 0 even when the union bound ΣP(Aᵢ) exceeds 1.

TTrue
FFalse
Question 4 True / False

The LLL condition ep(d+1) ≤ 1 is both necessary and sufficient: if this condition fails, it is very difficult to simultaneously avoid most bad events.

TTrue
FFalse
Question 5 Short Answer

Why can't a simple union bound prove the existence results that the LLL proves, and what key property does the LLL exploit instead?

Think about your answer, then reveal below.