0:00
Ah, yes.
00:01
So understanding the problem here, we can let the party have n people, where n is greater than or equal to two.
00:09
This is going to represent each person as a vertex in a graph, and then we can draw an edge between two people if they know each other.
00:18
So knowing is mutual.
00:19
So if a person, let's say a knows person b, then b is also going to know a.
00:24
So this is going to be an undirected graph with no loops.
00:37
And then each person knows a certain number of others.
00:40
We can call this number the degree of the corresponding vertex.
00:44
We want to show that two people have the same degree.
00:48
In other words, they know the same number of others.
00:51
So the proof here is going to be, yes, via the pigeonhole principle.
00:54
So we can suppose, for a contradiction, that everyone knows a different number of people...