Subsets which overlap in one element

66 Views Asked by At

consider the set $\{1,...,n\}$, we want to decompose it into sets $S_1,....,S_t$ such that $\vert S_i\vert \geq k$ for all i and $\vert S_i \cap S_j \vert \leq 1$ for all $i\neq j$.

Is there an upper bound on $t$? Obviously depending on n and k.

Clearly for $k=1$ we get no bound. And for $k=n$ we have $t=1$.

This problem comes from Lemma 2.1 in "On the lattice property of the plane and some problems of Dirac, Motzkin and Erdős in combinatorial geometry" by Jozsef Beck, 1983. There for $\sqrt{2n}<k \leq n$ it is claimed that $t < \frac{2n}{k}$, but I dont see it. The proof seems to use that $t \leq \frac{2n}{k}$ holds, if I assume that this is correct I can follow that claim.

Thanks in advance!

Edit: My idee is to show that $2n \geq \sum_{i=1}^t \vert S_i\vert \geq t \cdot k$. The right inequality is clear, but I miss an argument for the left one.

1

There are 1 best solutions below

0
On BEST ANSWER

If you prove $t=\lceil 2n/k\rceil$ is impossible, that automatically implies $t$ is impossible whenever $t > \lceil 2n/k\rceil$. This is because if there existed $S_1,\dots,S_t$ satisfying the constaints, then you could just ignore some of the sets to get $S_1,\dots,S_{\lceil 2n/k\rceil}$ satisfying the constraints, so the latter being impossible implies the former is as well.