T1: Fooling Sets
Today is Fool’s day! Let us talk about fooling sets.
We can use fooling sets to prove lower bounds.
Lemma 1
. Let . If has a fooling set of size , then the deterministic communication complexity .
Now, let us see what is a fooling set.
. A set is called a fooling set (for ) if there exists a value such that
- For every , .
- For two distinct pairs and in , either or .
Example 1.
Alice and Bob each hold a subset . Let . Then, a fooling set of size is
Proof of Lemma 1
.
Definition (Rectangle). A combinatorial rectangle in is a subset such that for some and .
Definition (Partition). Let be the set of inputs that reach node , then is a partition of .
Also, we can see that is a rectangle.
. If any partition of into -monochromatic rectangles requires at least rectangles, then .
. Notice that the number of leaves in a protocol is the number of -monochromatic rectangles caused by the partition of induced by . Therefore, there are at least leaves. In the branch tree, each time, we have 2 choices, so the depth is at least .
Now, let us prove Lemma 1. By the definition of fooling sets, no monochromatic rectangle contains more than element in , so there are at least rectangles to cover . By Lemma 2, it is proved.
Lemma 1 Plus
Now, we improve Lemma 1 as follows.
. Let be a probability distribution of . If any -monochromatic rectangle has measure , then .
To prove the above lemma, it is enough to show that there are at least rectangles in any -monochromatic partition of and it is true since and .
. Prove that the deterministic communication complexity of DISJ is .
. Let be a fooling set. We can see that . By Lemma 1, it is proved.
. Consider two randomly-selected strings and each with -bit. For each bit of , there is a probability that the two strings do not have a value of one in this bit.
Let be a uniform distribution over , with support of points (). Let be a 1-monochromatic rectangle of where . Let denote the union of all sets in . We know that and are disjoint, so we can construct a rectangle to be 1-monochromatic rectangle. So, . Then, . By Lemma 3, it is proved.
Reference
[1]. Kushilevitz, E. and Nisan, N. (1996). Communication Complexity. Cambridge.
[2] Lecture 2. Lower Bounds for Deterministic Communication. Alexander Sherstov. CS 289A Communication Complexity.