Suppose there are $3000$ members in each of the clubs $X$, $Y$ and $Z$. Each member from each of these three clubs has at least $3001$ friends from the other two clubs altogether. Show that there are three members $A$, $B$ and $C$ from $X$, $Y$ and $Z$ respectively, that are pairwise friends.
This is a repost of a question that got deleted. I find it very interesting.
I think I got this after $3$ years, it seems to be extreme principle :)
Given a person $p$ let $f(p)$ be the minimum of the number of friends that $p$ has on eeach of the other two clubs.
Pick $p$ such that $f(p)$ is minimized and let $k=f(p)$.
So $p$ has $k$ friends on one club and at least $3001-k$ friends on the other club.
Pick a friend $q$ of $p$ on the side with $k$ friends. Notice that $q$ has at least $k$ friends on the third club (the one from which we have not selected a friend yet). Since $k+(3001-k)> 3000$ there must be a friend that is common to $p$ and $q$ in this club, so selecting such a person $r$ gives us the desired three people $p,q,r$.