202311151411
Tags : Advanced Algorithms
Lovasz Local Lemma
bad events: , each can occur with probability . So we know that we can avoid each event individually, we want to show that we can avoid all of them simultaneously. If the events are independent, then .
LLL: If are events s.t. and each depends on at most s, and then .
k-SAT
variables Let be an assignment Clause is not satisfied by
Lemma: Any formula where each variable appears in at most clauses is always satisfiable. Proof: , (each clause can share a variable with clauses) By LLL, . So there exists an assignment that satisfies all clauses.