C1: Lower Bounds for Set Disjointness (for product distribution)
Attention: there is a mistake in the reference.
Input
Consider such a product distribution on inputs: we sample independently and uniformly at random from the set of all subsets of that have cardinality .
Theorem 1
Given the above , we obtain the deterministic communication complexity .
Proof of Theorem 1
Most of the proof is based on corruption bound.
The above theorem shown in [1] is wrong. Do not believe in the second-hand knowledge.. Let be a function, and let be some parameters. Given that is a probability distribution on such that every rectangle has Then, for all ,
For ease to understand,
Why we call it corruption method?
Intuitively speaking, you can see that in every rectangle there are some noises such that they are almost monochromatic not pure monochromatic (When we try to find a rectangle with monochromatic 1, there are always 0 entries.). Finally, we find that the proportion of these corrupted areas are important, which indicate the communication complexity of solving a given function .
Formally, we have the following statement. Theorem 2 is by Yao, and it means that given the entry of zeros make up at least fraction of any rectangle except some small rectangles with size of . As a result, we have the communication cost at least (approximately).
Now, let us apply the corruption bound method to prove Theorem 1.
Assume that Alice and Bob have inputs of size exactly . Let denote the uniform probability distribution over all such inputs. Then, we have
(It says that the proportion of 1-mass is some constant).
Next, we first forget the proof and believe the following claim is true.
For , we have some constants and such that
Or,
For , we have some constants and , such that
Or,
. For , we have some constants . Let be a rectangle of size . Then, we have where .
Plugging the above the condition into the corruption bound method, we prove Theorem 1.
Reference
[1]. Sherstov, A.A., 2014. Communication complexity theory: Thirty-five years of set disjointness. In Mathematical Foundations of Computer Science 2014: 39th International Symposium, MFCS 2014, Budapest, Hungary, August 25-29, 2014. Proceedings, Part I 39 (pp. 24-43). Springer Berlin Heidelberg.