Warning: foreach() argument must be of type array|object, bool given in /var/www/html/web/app/themes/studypress-core-theme/template-parts/header/mobile-offcanvas.php on line 20

Show that every planar graph Gcan be colored using five or fewer colors. (Hint:Use the hint provided for Exercise 40.)

The famous Art Gallery Problem asks how many guards are needed to see all parts of an art gallery, where the gallery is the interior and boundary of a polygon with nsides. To state this problem more precisely, we need some terminology. A point x inside or on the boundary of a simple polygon Pcoversor seesa point yinside or on Pif all points on the line segment xy are in the interior or on the boundary of P. We say that a set of points is a guarding setof a simple polygon Pif for every point yinside Por on the boundary of Pthere is a point xin this guarding set that sees y. Denote by G(P)the minimum number of points needed to guard the simple polygon P. The art gallery problemasks for the function g(n), which is the maximum value of G(P)over all simple polygons with nvertices. That is, g(n)is the minimum positive integer for which it is guaranteed that a simple polygon with nvertices can be guarded with g(n)or fewer guards.

Short Answer

Expert verified

It is proved that every planar graph G can be colored using five or fewer colors.

Step by step solution

Achieve better grades quicker with Premium

  • Unlimited AI interaction
  • Study offline
  • Say goodbye to ads
  • Export flashcards

Over 22 million students worldwide already upgrade their learning with Vaia!

01

Given Information

Planar graph G

02

Concept used

Theorem 5.10. 6 (Five Color Theorem) states that Every planar graph can be colored with 5 colors. This theorem is a result from graph theory and tells that given a plane separated into regions, such as a political map of the counties of a state, the regions can be colored using no more than five colors in such a way that no two adjacent regions receive or can have the same color.

03

Proving that every planar graph G can be colored using five or fewer colors

We use Induction on the number of vertices of the graph. Every graph with five or fewer vertices can be colored with five or fewer colors, as each vertex can get a different color. That takes care of the basis case(s).

So, we assume that all graphs with k vertices can be 5-colored and consider a graph G with k+1 vertices.

By Corollary in Section 10.7, G has a vertex v with degree at most 5.

Remove v to form the graph G. Since, G has only k vertices, we 5-color it by the Inductive hypothesis.

If the neighbor of v does not use all five colors, then we can 5-color G by assigning to v a color not used by any of its neighbors.

The difficulty arises if v has five neighbors, each has a different color in 5-coloring of ‘G’.

Suppose that the neighbor of v, when considered in clockwise order around v are a, b, c, m and p (This order is determined by the clockwise order of the curves representing the edges incident to v).

Assume that the colors of the neighbor are azure, blue, chartreuse, magenta and Purple respectively. Consider the azure-chartreuse sub graph (i.e. the vertices in the G colored azure or chartreuse and all the edges between them).

If a and c are not in the same component of this graph, then in the component containing a we can interchange these two colors (makes the azure vertices chartreuse and vice-versa), and G will still be properly colored.

That makes the chartreuse, so we can now color v azure, and G has been properly colored. If a and c in the same component, then there is a path of vertices alternately colored azure and chartreuse joining a and c.

This path together with edges av and vc divides the plane into two regions, with b in one of them and m in the other.

If we now interchange blue and magenta on all the vertices in the same region as b, we will still have a proper coloring of ‘G’, but now blue is available for v. In this case too, we found a proper coloring of G.

This completes the Inductive step, and the theorem is proved.

Thus, every planar graph G can be colored using five or fewer colors.

One App. One Place for Learning.

All the tools & learning materials you need for study success - in one app.

Get started for free

Most popular questions from this chapter

Suppose that to generate a random simple graph with n vertices we first choose a real number p with\({\bf{0}} \le {\bf{p}} \le {\bf{1}}\). For each of the\({\bf{C}}\left( {{\bf{n,2}}} \right)\)pairs of distinct vertices we generate a random number x between 0 and 1.

If\({\bf{0}} \le {\bf{x}} \le {\bf{p}}\), we connect these two vertices with an edge; otherwise these vertices are not connected.```

a) What is the probability that a graph with m edges where\({\bf{0}} \le {\bf{m}} \le {\bf{C}}\left( {{\bf{n,2}}} \right)\)is generated?

b) What is the expected number of edges in a randomly generated graph with n vertices if each edge is included with probability p?

c) Show that if\({\bf{p = }}\frac{{\bf{1}}}{{\bf{2}}}\)then every simple graph with n vertices is equally likely to be generated.

A property retained whenever additional edges are added to a simple graph (without adding vertices) is called monotone increasing, and a property that is retained whenever edges are removed from a simple graph (without removing vertices) is called monotone decreasing.

Suppose that \({{\rm{G}}_1}\) and \({H_1}\) are isomorphic and that\({{\rm{G}}_2}\) and \({H_2}\) are isomorphic. Prove or disprove that \({{\rm{G}}_1} \cup {G_2}\) and \({H_1} \cup {H_2}\) are isomorphic.

A tournament is a simple directed graph such that if u and v are distinct vertices in the graph, exactly one of\(\left( {{\bf{u,}}\;{\bf{v}}} \right)\) and (v, u) is an edge of the graph.How many different tournaments are there with \({\rm{n}}\)vertices?

Suppose that\({\bf{G}}\)is a connected multi graph with\({\bf{2k}}\)vertices of odd degree. Show that there exist\({\bf{k}}\)sub graphs that have\({\bf{G}}\)as their union, where each of these subgraphs has an Euler path and where no two of these subgraphs have an edge in common. (Hint: Add\({\bf{k}}\)edges to the graph connecting pairs of vertices of odd degree and use an Euler circuit in this larger graph.)

\(\)

Show that g(3)=1 and g(4)=1 by showing that all triangles and quadrilaterals can be guarded using one point.

See all solutions

Recommended explanations on Math Textbooks

View all explanations

What do you think about this solution?

We value your feedback to improve our textbook solutions.

Study anywhere. Anytime. Across all devices.

Sign-up for free