Every Planar Graph is 6-colorable

coloringgraph theoryplanar-graphs

Some proofs for the theorem that states that every planar graph is 6-colorable usually assume both the $G$ is simple and connected. The simple assumption is because coloring is not affected by loops or parallel edges, but what about connectivity?

I guess the reason behind connectivity is to connect each component separately because different components don't interact with each other with respect to coloring, but this justification for connectivity assumption is not clear for me, could you please rephrase or explain what does that mean?

Best Answer

If you can 6-color each connected component, then you can 6-color the whole graph, by taking the union of the 6-colorings. So you only need to prove the theorem for a connected graph, and then it extends to unconnected graphs as a trivial corollary.