In an assembly of $30$ persons, $300$ groups are formed. Each group contains $10$ persons each. Prove that one can find two groups having at least $4$ common members.
My approach is that first I'll take any three disjoint sets of persons and then I'll form the $4th$ set and I'll show that we need at least $4$ persons from any one of the previous groups to form the $4th$ set. Since the statement is true in the worst case, it must be true in all other cases.
Suppose the names of persons are $S_1,\cdots,S_{30}$ and WLOG assume that the disjoint groups we form are $S_1\to S_{10}$ and $S_{11}\to S_{20}$ and $S_{21}\to S_{30}$
Now to form the $4th$ set, select any worst case (least number of common people that are possible). One such is $S_1,S_{11},S_{21},S_2,S_{12},S_{22},S_3,S_{13},S_{23},S_4$ We see that this group and the $1st$ group have at least $4$ common members. Hence proved.
Is my approach and proof correct$?$ If not please tell the correct method. Basically I just proved the statement in the case where there were least number of common people (like in first three groups none and then in $4th$ one only $4$ people, no extra).
This is how the hint given in bof's comment leads to a solution.
Imagine that there are $\binom{30}4$ urns. Each urn is labeled with a subset of four people, such that each possible subset appears on exactly one urn.
Number the groups from $1$ to $300$. For each group numbered $i$, we place a token labeled with $i$ in every urn whose label is a subset of group number $i$. Since the group has $10$ people, there are $\binom{10}4$ labels which are subsets of group number $i$, so each group causes $\binom{10}4$ tokens to be placed.
There are $300\cdot \binom{10}4$ tokens placed into $\binom{30}4$ urns. Since $300\cdot \binom{10}4>\binom{30}4$, there must be some urn which has two or more tokens in it. These two tokens must have different labels, say $i$ and $j$, which implies that groups numbered $i$ and $j$ have four people in common.