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.