HOME

TheInfoList



OR:

The discharging method is a technique used to prove
lemmas Lemma (from Ancient Greek ''premise'', ''assumption'', from Greek ''I take'', ''I get'') may refer to: Language and linguistics * Lemma (morphology), the canonical, dictionary or citation form of a word * Lemma (psycholinguistics), a mental a ...
in structural
graph theory In mathematics and computer science, graph theory is the study of ''graph (discrete mathematics), graphs'', which are mathematical structures used to model pairwise relations between objects. A graph in this context is made up of ''Vertex (graph ...
. Discharging is most well known for its central role in the proof of the
four color theorem In mathematics, the four color theorem, or the four color map theorem, states that no more than four colors are required to color the regions of any map so that no two adjacent regions have the same color. ''Adjacent'' means that two regions shar ...
. 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. Most commonly, discharging is applied to
planar graphs In graph theory, a planar graph is a graph that can be embedded in the plane, i.e., it can be drawn on the plane in such a way that its edges intersect only at their endpoints. In other words, it can be drawn in such a way that no edges cro ...
.. (Lecture text for Spring School on Combinatorics). 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. A well-known example of the discharging method is in proofs of the
four color theorem In mathematics, the four color theorem, or the four color map theorem, states that no more than four colors are required to color the regions of any map so that no two adjacent regions have the same color. ''Adjacent'' means that two regions shar ...
for planar graphs, where it was used to obtain certain "unavoidable configurations" whose existence prevents all planar graphs from being minimal counterexamples to the theorem. A very complicated and computer-based case analysis for this method, from the original proof by
Kenneth Appel Kenneth Ira Appel (October 8, 1932 – April 19, 2013) was an American mathematician who in 1976, with colleague Wolfgang Haken at the University of Illinois at Urbana–Champaign, solved the four-color theorem, one of the most famous problems ...
and
Wolfgang Haken Wolfgang Haken (; June 21, 1928 – October 2, 2022) was a German American mathematician who specialized in topology, in particular 3-manifolds. Biography Haken was born on June 21, 1928, in Berlin, Germany. His father was Werner Haken, a phys ...
, was later simplified by
Neil Robertson Neil Alexander Robertson (born 11 February 1982) is an Australian professional snooker player, who is a former List of World Snooker Championship winners, world champion and former List of world number one snooker players, world number one. He ...
, Daniel P. Sanders, Paul Seymour, and
Robin Thomas Robin Thomas is an American film, television and theater actor, and sculptor. Career Thomas' best-known television roles are as Mark Singleton on '' Another World'' (1983–85), and as Geoffrey Wells on ''Who's the Boss?''. He also portrayed ...
., but the simplified proof remains complex, with "many configurations and rules".


An example

In 1904, Wernicke introduced the discharging method to prove the following theorem, which was part of an attempt to prove the four color theorem. Theorem: If a
planar graph In graph theory, a planar graph is a graph (discrete mathematics), graph that can be graph embedding, embedded in the plane (geometry), plane, i.e., it can be drawn on the plane in such a way that its edges intersect only at their endpoints. ...
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 (because, if it holds on a triangulation, when removing nodes to return to the original graph, neither node on either side of the desired edge can be removed without reducing the minimum degree of the graph below 5). 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; similarly, the sum of all the face lengths equals twice the number of edges. Using
Euler's Formula Euler's formula, named after Leonhard Euler, is a mathematical formula in complex analysis that establishes the fundamental relationship between the trigonometric functions and the complex exponential function. Euler's formula states that, for ...
, it's easy to see that the sum of all the charges is 12: \begin \sum_ 6-2d(f) + \sum_ 6-d(v) =& \\ 6, F, - 2(2, E, ) + 6, V, - 2, E, =& \\ 6(, F, - , E, + , V, ) = &&12. \end 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, the vertices adjacent to v must form a cycle, and since it has only degree 7, the degree 5 neighbors cannot be all separated by vertices of higher degree; at least two of the degree 5 neighbors of v must be adjacent to each other on this cycle. This yields the light edge.


References

{{Reflist Graph theory