In the café, 4 people are having lunch, whose names are $v_1$, $v_2$, $v_3$, and $v_4$. Some of them know each other. The number of acquaintances of person $v_i$ (who are in the café) is denoted by $d(v_i)$. Prove that among the numbers $d(v_1)$, $d(v_2)$, $d(v_3)$, and $d(v_4)$, there are equal ones.
I guess I have to apply pigeonhole principle here. The possible values for $d(v_i) \in {0, 1, 2, 3}$ (it is a possibility some have zero acquitances and you can't be acquitances with yourself). Therefore, there are 4 possible values and 4 people. And to apply pigeonhole principle we must have $n$ items put into $m$ containers, with $n > m$. How do I work it out?
Clearly, $d(v_i) \in {0,1,2,3}$.
Now, number of $d(v_i)$ = $o$ is $0$ or $1$ or $2$.
Case 1 : number of $d(v_i) = o$ is $0$.
$\implies d(v_1),d(v_2),d(v_3),d(v_4)$ $\in$ {1,2,3}.
Thus, we are done.
Case 2 : number of $d(v_i) = o$ is $1$.
without loss of generality, assume $d(v_4) = 0.$
$\implies d(v_1),d(v_2),d(v_3)$ $\in$ {1,2}.
Thus, we are done.
Case 3 : number of $d(v_i) = o$ is $2$.
without loss of generality, assume $d(v_3),d(v_4) = 0.$
$\implies d(v_1),d(v_2)$ $\in$ {1}.
Thus, we are done.