I was solving this question related to vertex colorings. In the solution part of the question it says that:
"The coloring is optimal because the graph contains the complete graph (clique) K4."
Also in another question, the same explanation goes:
"The coloring is optimal because the vertices 1 to 5 form a complete subgraph K5."
Why a vertex coloring (or edge coloring too? ) has to be optimal since it contains a complete graph? I have gone through all my lecture notes and slides but there is no such an information.
Thanks for your help, in advance!