Suppose we have $x_3$ distinct $3$-element sets chosen arbitrarily among the $\binom{7}{3}=35 \ge x_3$ subsets of $U=\{1,2,3,4,5,6,7\}$. Consider the $x_4$ distinct $4$-element sets that can be obtained as a union of any two of the above $3$-element sets. I know the probability that a couple of $3$-element sets chosen at random in $U$ have $2$ elements in common and thus their union is a $4$-element set (as computed here). I would like to find a lower bound for $x_4$ as a function of $x_3$, in the worst case:
$$x_4 \ge f(x_3)$$
Ideally, I would like to later extend the result to any $j \lt k \le n$, i.e. find a lower bound:
$$x_k \ge g(x_j, j, k, n)$$
instead of the above case $j=3, k=4, n=7$.
Any hint?