Let $S_1, \ldots, S_k$ be subsets of $\{1, \ldots, n\}$ with $k \leq 1.99 \frac{n}{\log_2(n)}$, prove that there are two distinct subsets $X,Y$ of $\{1, \ldots, n\}$, such that for all $1 \leq i \leq k$ we have $|X \cap S_i | = | Y \cap S_i | $.
I am sure this is supposed to be done with some concentration argument, but I have no idea what the right probability space to look at is. I've so far tried to pick X and Y independently with the same distribution by including every number in the set (independently) with some probability $p_j$. This would then mean that the random variable $|X \cap S_i | - | Y \cap S_i | $ has mean zero and that I could use some concentration inequality to then get a union bound. To make sure that the sets $X$ and $Y$ also are distinct, I need to pick the parameters $p_j$ close enough to $1/2$. The parameters $p_j$ should also somehow depend on the size of the smallest set covering the element $j$. But the analysis got too messy and I doubt that this approach is even feasible? Does anybody know what the right space to look at is?
Edit: $n$ is supposed to be taken sufficiently large as Mike earnest pointed out.