

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Material Type: Notes; Professor: Martin; Class: Top Hist Mathmt Scnd&Mid Tchrs; Subject: Mathematics; University: University of Kansas; Term: Spring 2009;
Typology: Study notes
1 / 2
This page cannot be seen from the preview
Don't miss anything!


Given a map (of the continental USA, or the counties of England, or the school districts of Kansas, or... ), you want to color each of the regions so that adjacent regions never receive the same color. For example, the map on the left is colored correctly. The map on the right is not correct, because Nevada and Idaho, which share a little bit of border, are both colored green.
CO
NV
OR
CA
UT
AZ NM
CO
NV
OR
WA
CA
UT
AZ NM
ID
WA
ID
How many colors are necessary?
Of course, the answer to this question depends on the particular map. So what the problem is really asking is this: Is there some number of colors that is always enough, no matter what the map looks like? We have to be a little more precise. First, by “adjacent” we mean “sharing a common piece of border”, not just “meeting at a point”. (For example, in the maps above, it is okay that Utah and New Mexico are both colored blue.) Otherwise, it would be possible to construct maps that required arbitrarily high numbers of colors, so the problem would make no sense. Second, we have to assume that each region is contiguous — for example, the Lower and Upper Peninsulas of Michigan are not part of the same region, and can have different colors. Again, if we allow non-contiguous regions then the problem would not have a well-defined answer. Even with these caveats, it’s not too hard to construct maps for which at least four colors are required. The map above is an example. Here’s why. Each two of the states California, Nevada and Arizona share a common border, so they need three different colors — say blue, green and red respectively, as in the left-hand figure. If we don’t want to use a fourth color, then Utah has to be blue (because it has a red neighbor and a green neighbor) and then Idaho has to be red (because it has a blue neighbor and a green neighbor). But then we’re stuck when we try to color Oregon: it has a neighbor of each color, so we have no choice but to introduce a fourth color.
Remember that a graph consists of a set of vertices and a set of edges, where each edge joins two of the vertices. In the map-coloring problem, we can define a graph whose vertices are the regions of thre map, and whose edges are the pairs of regions sharing a common border. For the map above, the graph has vertices
and edges
WA–OR WA–ID OR–ID OR–CA OR–NV CA–NV CA–NM ID–NV ID–UT NV–UT NV–AZ UT–AZ UT–CO AZ–NM CO–NM
Every graph coming from a map in this way has to be planar. That is, it can be represented by a diagram in the plane (dots for vertices, line segments or curves for edges) in which no two edges cross. (The border between, say, California and Nevada does not cross the border between Kansas and Missouri.) This is most emphatically not the case for all graphs. Meanwhile, what is a coloring? It’s a function whose domain is the set of vertices and whose range is the set of colors. For example, the first coloring above is equivalent to the function k defined by
k(WA) = green, k(OR) = yellow, k(CA) = blue, k(NV) = green,...
A coloring function k is then defined to be “proper” if k(x) 6 = k(y) whenever x and y form an edge. So the graph-theoretic restatement of the map-coloring problem is as follows:
Is there a number n such that every planar graph has a proper coloring with n or fewer colors?
It turns out that four colors are enough to color any planar graph. This fact, known as the Four- Color Theorem (or 4CT), has a long and complicated (you might say colorful) history.
(^1) Probably because of its simplicity and notoriety, the 4CT is one of those theorems that everyone tries to prove, not unlike Fermat’s Last Theorem. The recycling bins of mathematics departments and journals are full of rejected manuscripts that claim to give proofs of the 4CT.