<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE article  PUBLIC "-//NLM//DTD Journal Publishing DTD v3.0 20080202//EN" "http://dtd.nlm.nih.gov/publishing/3.0/journalpublishing3.dtd"><article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" dtd-version="3.0" xml:lang="en" article-type="research article"><front><journal-meta><journal-id journal-id-type="publisher-id">JAMP</journal-id><journal-title-group><journal-title>Journal of Applied Mathematics and Physics</journal-title></journal-title-group><issn pub-type="epub">2327-4352</issn><publisher><publisher-name>Scientific Research Publishing</publisher-name></publisher></journal-meta><article-meta><article-id pub-id-type="doi">10.4236/jamp.2023.114078</article-id><article-id pub-id-type="publisher-id">JAMP-124723</article-id><article-categories><subj-group subj-group-type="heading"><subject>Articles</subject></subj-group><subj-group subj-group-type="Discipline-v2"><subject>Physics&amp;Mathematics</subject></subj-group></article-categories><title-group><article-title>
 
 
  A Proof of Four-Color Theorem
 
</article-title></title-group><contrib-group><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Tianhang</surname><given-names>Guo</given-names></name><xref ref-type="aff" rid="aff1"><sup>1</sup></xref></contrib><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Zhu</surname><given-names>Tang</given-names></name><xref ref-type="aff" rid="aff1"><sup>1</sup></xref></contrib></contrib-group><aff id="aff1"><addr-line>National University of Defense Technology, Changsha China</addr-line></aff><pub-date pub-type="epub"><day>13</day><month>04</month><year>2023</year></pub-date><volume>11</volume><issue>04</issue><fpage>1194</fpage><lpage>1199</lpage><history><date date-type="received"><day>2,</day>	<month>April</month>	<year>2023</year></date><date date-type="rev-recd"><day>27,</day>	<month>April</month>	<year>2023</year>	</date><date date-type="accepted"><day>30,</day>	<month>April</month>	<year>2023</year></date></history><permissions><copyright-statement>&#169; Copyright  2014 by authors and Scientific Research Publishing Inc. </copyright-statement><copyright-year>2014</copyright-year><license><license-p>This work is licensed under the Creative Commons Attribution International License (CC BY). http://creativecommons.org/licenses/by/4.0/</license-p></license></permissions><abstract><p>
 
 
  Four-color theorem has only been proved by computer since it was proposed, many people have proposed their mathematical proof of four-color theorem, but their proof is disputed then, what lead to a situation that the mathematical proof of four-color theorem has been lacking to this day. In this article, we have summarized some laws based on previous researches, and proposed a mathematical proof of four-color theorem by using these laws trough a recursive method.
 
</p></abstract><kwd-group><kwd>Four-Color Theorem</kwd></kwd-group></article-meta></front><body><sec id="s1"><title>1. Introduction</title><p>Many people tried to prove the four-color theorem since it was proposed. It could date back to 1852 when Francis Guthrie, while trying to color a map, noticed that four colors suffice. His brother Frederick Guthrie then explained this discover to August DeMorgan, who in turn showed it to Arthur Cayley. The problem was first published as a puzzle for the public by Cayley in 1878.</p><p>A year later, in 1879, Alfred Kempe published his proof, which was not disputed until 1890. In 1880, Peter Tait published a different proof, which was proved incomplete in 1891 by Julius Petersen, he found Alfred Kempe’s proof could only proof five-color theorem [<xref ref-type="bibr" rid="scirp.124723-ref1">1</xref>]. Then Philip Franklin in 1922 proved that the four-color theorem is true for maps which contain at most 25 regions [<xref ref-type="bibr" rid="scirp.124723-ref2">2</xref>].</p><p>In 1976, Kenneth Appel and Wolfgang Haken published their proof of four-color theorem [<xref ref-type="bibr" rid="scirp.124723-ref3">3</xref>]. Their proof has not been disputed to this day. However, it relies heavily on the use of computer, and not be seen as a mathematical proof, so people are still looking for a mathematical proof of four-color theorem.</p><p>In this article, the next two sections include some of the laws we have summarized based on previous researches and a mathematical proof of four-color theorem by using these laws through a recursive method.</p></sec><sec id="s2"><title>2. Related Works</title><p>The four-color theorem states that any map, a division of the plane into any number of regions, can be colored using no more than four colors in such a way that no two adjacent regions share the same color. We can use a set of nodes and lines to represent the map, for the node stand for region and the line between two nodes stand for the adjacency relationship of two regions (<xref ref-type="fig" rid="fig1">Figure 1</xref>).</p><p>It’s obvious that:</p><p>1) Keep add lines to a graph, we could get a new graph. If this new graph could be colored using no more than four colors, the original graph can be colored using no more than four colors.</p><p>2) Two lines between the same two nodes could divide all areas into two parts of it, nodes and lines in each area could constitute a graph. If each these two new graphs could be colored using no more than four colors, the original graph can be colored using no more than four colors. For example, if the middle graph and the right graph in <xref ref-type="fig" rid="fig2">Figure 2</xref> could be colored using no more than four colors, the left graph can be colored using no more than four colors.</p><p>3) Three nodes linked end by end could divide all areas into two parts of it, nodes and lines in each area could constitute a graph. If each these two new graphs could be colored using no more than four colors, the original graph can be colored using no more than four colors. For example, if the middle graph and the right graph in <xref ref-type="fig" rid="fig3">Figure 3</xref> could be colored using no more than four colors, the left graph can be colored using no more than four colors.</p><p>We use “saturate graph” to call the graph which couldn’t be added any line and not contain the situations (2) or (3). It could be seen from (1) that if any saturate graph could be colored using no more than four colors, then any graph can be colored using no more than four colors.</p><p>If a graph could be colored using no more than four colors, we can use “A” to mark any area which is colored by one of any two colors, use “B” to mark any area which is colored by one of any two other colors. For the convenience of the following description, we have made the following definitions:</p><p>Unique node: an only node with its color in a graph.</p><p>A (or B) loop: a structure formed by connecting nodes which are all marked by A (or B), linked end-to-end.</p><p>Odd A (or B) loop: an A (or B) loop containing odd amounts of nodes.</p></sec><sec id="s3"><title>3. Proof of Four-Color Theorem</title><p>For any saturate graph G with amounts of nodes greater than 25, assume it contain n nodes, and have been colored abide by the following rule:</p><p>• As the five-color theorem have already been confirmed [<xref ref-type="bibr" rid="scirp.124723-ref1">1</xref>], if G couldn’t be colored by using no more than four colors, use five colors. Else use four colors.</p><p>G must have a structure like <xref ref-type="fig" rid="fig4">Figure 4</xref>, and meet following constraint:</p><p>• (N<sub>1</sub> or N<sub>2</sub> is not unique node) and (N<sub>3</sub> or N<sub>4</sub> is not unique node).</p><p>Where N<sub>1</sub> and N<sub>2</sub> must be different colors, we use A to mark all nodes with these two colors, N<sub>3</sub> and N<sub>4</sub> might be different colors, we use B to mark all nodes with these two colors if they really be different colors, else we use B to mark all nodes with N<sub>3</sub>’s color and an any other color.</p><p>There are two conditions:</p><p>• Condition 1: N<sub>1</sub> and N<sub>2</sub> are not contained by any A loop (<xref ref-type="fig" rid="fig5">Figure 5</xref>).</p><p>• Condition 2: N<sub>1</sub> and N<sub>2</sub> are contained by at least one A loop (<xref ref-type="fig" rid="fig6">Figure 6</xref>).</p><p>For condition 1, if we merge N<sub>1</sub>, N<sub>2</sub> into a new node N 1 2 , every line which previously linked with N<sub>1</sub>, N<sub>2</sub> are now linked with N 1 2 , every node keeping their mark, if there is a unique node in N<sub>1</sub> and N<sub>2</sub>, we set the N 1 2 ’s color to be same as that unique node’s color, else we set N 1 2 ’s color to be same as N<sub>1</sub>’s color or N<sub>2</sub>’s color. We can find there is no generation of odd A loop or odd B loop. Therefore, the new graph is in accord with the color law. For ease of description, we call the original graph G n , call the new graph G n − 1 . We use X(G) to stand for the amount color type of G, it can be concluded that X ( G n ) = X ( G n − 1 ) (<xref ref-type="fig" rid="fig7">Figure 7</xref>).</p><p>For condition 2, if we merge N<sub>3</sub>, N<sub>4</sub> into a new node N 3 4 , every line which previously linked with N<sub>3</sub>, N<sub>4</sub> are now linked with N 3 4 , every node keeping their mark, if there is a unique node in N<sub>3</sub> and N<sub>4</sub>, we set the N 3 4 ’s color to be same as that unique node’s color, else we set N 3 4 ’s color to be same as N<sub>3</sub>’s color or N<sub>4</sub>’s color. We can find there is no generation of odd A loop or odd B loop. Therefore, the new graph is in accord with the color law. In this condition, it can be concluded that X ( G n ) = X ( G n − 1 ) too (<xref ref-type="fig" rid="fig8">Figure 8</xref>).</p><p>If G n − 1 is not a saturate graph, we can still know that G n − 1 can be colored using no more than four colors only if we can proof the two subgraphs which are generated by following (2) and (3) of it can be colored using no more than four colors.</p><p>Similarly, it can be concluded that X ( G n − 1 ) = X ( G n − 2 ) , Iterating multiple times, it can be concluded that X ( G n ) = X ( G 25 ) , As we know X ( G 25 ) equals to four [<xref ref-type="bibr" rid="scirp.124723-ref2">2</xref>], so X ( G n ) equals to four.</p></sec><sec id="s4"><title>4. Conclusion</title><p>We just proved that for any saturate graph, it could be colored using no more than four colors. As we know from previous words “if any saturate graph could be colored using no more than four colors, then any graph can be colored using no more than four colors”, so we can infer that any graph could be colored using no more than four colors. Therefore, four-color theorem has been proven.</p></sec><sec id="s5"><title>Acknowledgement</title><p>This work is supported by the project National Natural Science Foundation of China “Research on efficient routing and addressing mechanism for satellite Internet” (Grant No. 62202489).</p></sec><sec id="s6"><title>Conflicts of Interest</title><p>The author declares no conflicts of interest regarding the publication of this paper.</p></sec><sec id="s7"><title>Cite this paper</title><p>Guo, T.H. and Tang, Z. (2023) A Proof of Four-Color Theorem. Journal of Applied Mathematics and Physics, 11, 1194-1199. https://doi.org/10.4236/jamp.2023.114078</p></sec></body><back><ref-list><title>References</title><ref id="scirp.124723-ref1"><label>1</label><mixed-citation publication-type="journal" xlink:type="simple"><name name-style="western"><surname>Gonthier</surname><given-names> G. </given-names></name>,<etal>et al</etal>. (<year>2008</year>)<article-title>Formal Proof—The Four-Color Theorem</article-title><source> Notices of the AMS</source><volume> 55</volume>,<fpage> 1382</fpage>-<lpage>1393</lpage>.<pub-id pub-id-type="doi"></pub-id></mixed-citation></ref><ref id="scirp.124723-ref2"><label>2</label><mixed-citation publication-type="other" xlink:type="simple">Brun, Y. (2002) The Four-Color Theorem. Undergraduate Journal of Mathematics, 21-28.</mixed-citation></ref><ref id="scirp.124723-ref3"><label>3</label><mixed-citation publication-type="other" xlink:type="simple">Appel, K. and Haken, W. (1989) Every Planar Map Is Four Colorable. A.M.S. Contemporary Mathematics, 98, 236-240.</mixed-citation></ref></ref-list></back></article>