Question: A certain college has 20 students and offers 6 courses. Each student can enroll in any or all of the 6 courses, or none at all. Prove or disprove: there must exist 5 students and 2 courses, such that either all 5 students are in both courses, or all 5 students are in neither course.
What I have tried so far: I noticed that $\binom{6}{3} = 20$ which means that each students can pick 3 of the 6 courses.
However, from here I don't know how to proceed. Any hints would be highly appreciated.
The assertion is false. There are, as you saw, $\binom63=20$ ways to choose a set of $3$ of the $6$ courses. Suppose that each student chooses a different set of $3$ courses. Consider any particular pair of courses, say $C_1$ and $C_2$: there are just $4$ other courses, so there are precisely $4$ sets of $3$ courses containing both $C_1$ and $C_2$. Thus, there are only $4$ students taking both $C_1$ and $C_2$. And there are only $\binom43=4$ students taking $3$ of the other $4$ courses, so there are only $4$ students who are taking neither of $C_1$ and $C_2$. In short, for any pair of courses, there are just $4$ students taking both and $4$ students taking neither.