Thursday, February 28, 2008

Solutions to Homework 2, #6

7a. Take any s sets in s,t,. By definition, each misses at most elements from [t+s]. Thus their intersection misses at most s elements from [t+s] and thus has size at least t.

7b. Extend the definition of Sij to sets in the natural way. It's obvious that if A is in s,t, then Sij(A) is too. Hence shifting has no effect on s,t,.

7c. This one definitely takes much more explanation, but I don't think it's actually tricky -- you just have to follow your nose all the way through. However, you do have to avoid the following two extremely common mistakes:

"Sij is given by taking Sij(A) for all A." -- Not true.

"For any AʹSij, there is an A such that Sij(A)=Aʹ." -- False false false! Consider i=1, j=2, n=2, ={{1},{2}}. Then S12=, and yet for {2}Sij, there is no set A such that S12(A)={2}!

Here is my two-part proof:

Part 1.
Suppose by way of contradiction that there are s sets B1,...,Bs in Sij whose intersection is of size less than t. Let A1,...,As be the sets they "came from". So for each k, either Bk=Sij(Ak) or Bk=Ak, the latter occurring when Sij(Ak) is also in . Clearly, the Ak's are all be distinct, and so the intersection of the Ak's has size at least t.

How could the Ak's have intersection at least t and yet the Bk's have intersection less than t? Certainly nothing changes on coordinates other than i or j. It's also clear Sij can't cause coordinate i to leave the intersection. This means that it must be the case that coordinate j left the intersection. In particular, j is in the intersection of the Ak's and not in the intersection of the Bk's.

Further, since we know that j is in the intersection of the Ak's, it follows that i is not in the intersection of the Ak's. Otherwise, we have both i and j in each Ak, which surely means that i and j are both in each Bk. But we've already established that j is not in the intersection of the Bk's.

Finally, since i is not in the intersection of the Ak's, and since shifting caused the intersection size to go down, i had better not be in the intersection of the Bk's.

To summarize, j but not i is in the intersection of the Ak's, and neither i nor j is in the intersection of the Bk's. Further, it must be the case that the Ak's have intersection size exactly t.

Part 2.
Focus on the coordinates i and j in the Ak's now. For each Ak with a 0 in the i coordinate and a 1 in the j coordinate (and there is at least one such Ak), how come all those 1's didn't shift over into the ith coordinate, causing all the Bk's to have 1's in their ith coordinate?

It must be because there is at least one Ak -- say A1 WOLOG -- such that Sij(A1) was already in . So let's look at the intersection of the following s distinct sets in : Sij(A1),A2,...,As. These s sets must also have intersection size at least t. Now the intersection of these is very similar to the intersection of A1,...,As; however, Sij(Aj) does not have a 0 in the jth coordinate. This means j is not in the intersection of Sij(A1),A2,...,As.

But this is a risky situation, because we concluded in Part 1 that A1,...,As had intersection size only t, and this included the fact that j was in the intersection. The only way Sij(A1),A2,...,As could still have intersection size t is if miraculously, putting in Sij(A1) causes i to be in the intersection, where it wasn't before.

But the only way for this to happen is if A1 was the only set among A1,...,As with the pattern 0,1 in coordinates i,j. In this case, every other Ak has the pattern 1,1, which certainly implies Bk=Ak. Further, we have B1=A1 by assumption (since Sij(A1) was already in ). So in fact all Bk's equal their Ak's. This is a contradiction because in Part 1 we concluded that j was in the intersection of the Ak's but not in the intersection of the Bk's.

No comments: