Is there a Ramsey’s theorem equivalent for vertex colorings

coloringgraph theoryramsey-theory

Ramsey's theorem states that any 2-color edge coloring of a sufficiently large graph contains a monochromatic complete subgraph. Does there exist something like Ramsey's theorem but for vertex colorings? Like, for any 2-color vertex coloring of a sufficiently large graph contains a monochromatic complete subgraph (but this time with the vertices colored and not the edges). Or is there someway to translate the vertex problem in an edge coloring problem such that we can use Ramsey's theorem?

Best Answer

For vertex colouring the theorem is called "The Pigeon Hole Principle". It says that no matter how you colour the vertices of the complete graph with $(n-1)r+1$ vertices with $r$ colours you can always find a mono-chromatic copy of $K_n$.

Moreover, there exists a colouring of the complete graph with $(n-1)r$ vertices with $r$ colours with no monochromatic $K_n$.

Nobody cares about this because the answer is trivial.

Related Question