FACTOID # 97: Got a parking ticket in Finland? Better just pay up - it is the least corrupt nation in the world.
 
 Home   Encyclopedia   Statistics   Countries A-Z   Flags   Maps   Education   Forum   FAQ   About 
 
WHAT'S NEW
RECENT ARTICLES
More Recent Articles »
 

FACTS & STATISTICS    Simple view

  1. Select countries to view: (hold down Control key and click to select several)

     

     

    Compare:

     

     

  1. Select fact or statistic: (* = graphable)

     

     

     

  2. (OPTIONAL) Compare to statistic: (both need to be graphable)

     

     

     

  3. View result as:

     

       
(OR) SEARCH ALL encyclopedia, stats & forums:   

Encyclopedia > Discharging Method (discrete mathematics)

The discharging method is a technique used to prove lemmas in structural graph theory. Discharging is most well-known for its central role in the proof of the Four Color Theorem. The discharging method is used to prove that every graph in a certain class contains some subgraph from a specified list. The presence of the desired subgraph is then often used to prove a coloring result. A pictorial representation of a graph In mathematics and computer science, graph theory is the study of graphs, mathematical structures used to model pairwise relations between objects from a certain collection. ... Example of a four color map The four color theorem (also known as the four color map theorem) states that given any plane separated into regions, such as a political map of the counties of a state, the regions may be colored using no more than four colors in such... A 3-coloring suits this graph, but fewer colors would result in adjacent vertices of the same color. ...


Most commonly, discharging is applied to planar graphs. Initially, a charge is assigned to each face and each vertex of the graph. The charges are assigned so that they sum to a small positive number. During the Discharging Phase the charge at each face or vertex may be redistributed to nearby faces and vertices, as required by a set of discharging rules. However, each discharging rule maintains the sum of the charges. The rules are designed so that after the discharging phase each face or vertex with positive charge lies in one of the desired subgraphs. Since the sum of the charges is positive, some face or vertex must have a positive charge. Many discharging arguments use one of a few standard initial charge functions (these are listed below). Successful application of the discharging method requires creative design of discharging rules.


An easy example

In 1904, Wernicke introduced the discharging method to prove the following theorem.


Theorem: If a planar graph has minimum degree 5, then it either has an edge with endpoints both of degree 5 or one with endpoints of degrees 5 and 6.


Proof: We use V, F, and E to denote the sets of vertices, faces, and edges, respectively. We call an edge light if its endpoints are both of degree 5 or are of degrees 5 and 6. Embed the graph in the plane. To prove the theorem, it is sufficient to only consider planar triangulations (for the following reason). We arbitrarily add edges to the graph until it is a triangulation. Since the original graph had minimum degree 5, each endpoint of a new edge has degree at least 6. So, none of the new edges are light. Thus, if the triangulation contains a light edge, then that edge must have been in the original graph.


We give the charge 6 − d(v) to each vertex v and the charge 6 − 2d(f) to each face f, where d(x) denotes the degree of a vertex and the length of a face. (Since the graph is a triangulation, the charge on each face is 0.) Recall that the sum of all the degrees in the graph is equal to twice the number of edges; similary, the sum of all the face lengths equals twice the number of edges. Using Euler's Formula, it's easy to see that the sum of all the charges is 12: // In graph theory, a planar graph is a graph that can be drawn (mathematicians say can be embedded in the plane) so that no edges intersect. ...



We use only a single discharging rule:

  • Each degree 5 vertex gives a charge of 1/5 to each neighbor.

We consider which vertices could have positive final charge. The only vertices with positive initial charge are vertices of degree 5. Each degree 5 vertex gives a charge of 1/5 to each neighbor. So, each vertex is given a total charge of at most d(v) / 5. The initial charge of each vertex v is 6 − d(v). So, the final charge of each vertex is at most 6 − 4d(v) / 5. Hence, a vertex can only have positive final charge if it has degree at most 7. Now we show that each vertex with positive final charge is adjacent to an endpoint of a light edge.


If a vertex v has degree 5 or 6 and has positive final charge, then v received charge from an adjacent degree 5 vertex u, so edge uv is light. If a vertex v has degree 7 and has positive final charge, then v received charge from at least 6 adjacent degree 5 vertices. Since the graph is a triangulation, two of the degree 5 neighbors of v must be adjacent to each other. This yields the light edge.


References

  • Appel, K.; Haken, W. Every planar map is four colorable. I. Discharging. Illinois Journal of Mathematics. 21 (1977) 429-490.
  • Appel, K.; Haken, W. Every planar map is four colorable. II. Reducibility. Illinois Journal of Mathematics. 21 (1977) 491-567.
  • Robertson, Neil; Sanders, Daniel; Seymour, Paul; Thomas, Robin. The four-color theorem. Journal of Combinatorial Theory, Series B. 70 (1997) 2-44.
  • Wernicke, P.; Über den kartographischen Vierfarbensatz. (German) Math. Ann. 58 (1904), no. 3, 413--426.


 

COMMENTARY     


Share your thoughts, questions and commentary here
Your name
Your comments
Please enter the 5-letter protection code

Want to know more?
Search encyclopedia, statistics and forums:

 


Lesson Plans | Student Area | Student FAQ | Reviews | Press Releases |  Feeds | Contact
The Wikipedia article included on this page is licensed under the GFDL.
Images may be subject to relevant owners' copyright.
All other elements are (c) copyright NationMaster.com 2003-5. All Rights Reserved.
Usage implies agreement with terms.