Given a natural number $n\geqslant 2$, find the smallest possible number of edges in a graph that has the following property: for any coloring of the vertices of the graph in $n{}$ colors, there is a vertex that has at least two neighbors of the same color as itself.
Problem
Source: Russian TST 2021, Day 8 P3
Tags: combinatorics, graph theory
21.03.2023 23:01
Not responding to the problem... I'm just surprised that the Russian Team Selection Tests goes over 8 days!
22.03.2023 12:55
Any solutions?
22.03.2023 14:17
22.03.2023 14:52
chirita.andrei wrote:
Doesn't your proof of Case 1 also prove Case 2?
22.03.2023 15:06
Sure. Thanks for pointing out this simplification!
22.03.2023 15:53
Here is an alternative way to get $\Delta \ge 2n$ which is equivalent, but in my opinion a little more motivated: A graph that is not good can be partitioned into $n$ colors such that no vertex has more than 1 monochromatic edge. Our graph is just a not-good graph (namely the graph with no edges) with some edges added. Consider the moment we added an edge that made our graph good by giving vertex $v$ its second monochromatic edge. If $v$ had less than 2 neighbors of some color, we could move it to that color, meaning our graph is still not good. This means $v$ has at least 2 neighbors in each of the $n$ color groups. Adding more edges doesn't break this property.