Browse · MathNet
PrintEuropean Mathematical Cup
North Macedonia counting and probability
Problem
A group of mathematicians is attending a conference. We say that a mathematician is -content if he is in room with at least people he admires or if he is admired by at least other people in the room. It is known that when all participants are in the same room then they are all at least -content. Prove that you can assign everyone into one of 2 rooms in a way that everyone is at least -content in his room and neither room is empty. Admiration is not necessarily mutual and no one admires himself.
Solution
We will for simplicity and clarity of presentation use some basic graph theoretic terms, this is in no way essential. We represent the situation by a directed graph (abbr. digraph) where each vertex represents a mathematician and each edge represents an admiration relation. Given we define out-degree of denoted as the number of edges starting in (so the number of mathematicians admires) and in-degree as the number of edges ending in (so the number of mathematicians who admire ). Given by we denote the induced subgraph (a graph with vertex set and edges inherited from ). We say that a digraph is a -digraph if for every we have or . So the question can be reformulated as: Given is a -digraph we can split its vertices into 2 vertex disjoint classes such that each induced subgraph on class is a -digraph. We call a subset of vertices of -tight if for any we have a vertex such that and . A partition of , is feasible if is -tight and is -tight. We first assume there are no feasible partitions. In this case consider a minimal size subset subject to being a -digraph, we define . Given a subset , is not a -digraph so there is a vertex such that and which shows that any proper subset of satisfies the condition of -tightness. For the case of by removing any vertex the graph , by minimality assumption on , must contain a vertex such that and so as there is only one extra vertex in , namely , . In particular this shows is -tight. This implies is not -tight by our assumption so there exists an such that is a -digraph. Now applying the following proposition to extend the pair to a full partition which satisfies the condition of the problem. Given disjoint subsets we say is a solution pair if both and are -digraphs. Proposition. If a digraph admits a solution pair it admits a partition with both induced graphs of both classes being -digraphs. Proof. Take a maximal solution pair , the condition in the lemma guaranteeing it exists. Let , if is empty we are done so assume . By our assumption is not a solution pair so there is some such that so as is digraph or so either or so in particular is a solution pair contradicting maximality and completing our argument. Hence we are left with the case in which we have at least one feasible partition. We pick the feasible partition maximizing . The fact that is -tight implies there is an with , so needs to have at least edges in or out of so and by symmetry . We now prove that there exist an such that is a -digraph, by contradiction. Assuming the opposite we notice that for any , is still -tight while being -tight implies there is an such that , so for this we have is also -tight. Hence, for and , is a feasible partition. We considering the change in edges which moving causes we have as we know or so moving from to increases number of edges in by at least while the choice of in means we lose at most edges in . This is a contradiction to maximality of . Analogously we can find with a -digraph. Now applying the above proposition yet again we are done.
Techniques
Graph TheoryColoring schemes, extremal argumentsGames / greedy algorithms