Content deleted Content added
m →top |
Added the solution to the lead, so that the reader immediately gets that the answer is "No, from 7825 and up" |
||
(46 intermediate revisions by 32 users not shown) | |||
Line 1:
{{short description|Can one split the integers into two sets such that every Pythagorean triple spans both?}}
The '''Boolean Pythagorean triples problem''' is a problem
==Statement==
For example, in the Pythagorean triple 3, 4, and 5 (<math>3^2+4^2=5^2</math>), if 3 and 4 are colored red, then 5 must be colored blue.
Marijn Heule, Oliver Kullmann and Victor Marek investigated the problem, and showed that such a coloring is only possible up to the number 7824. The actual statement of the theorem proved is▼
{{math theorem| The set {1, . . . , 7824} can be partitioned into two parts, such that no part contains a Pythagorean triple, while this is impossible for {1, . . . , 7825}.<ref name="arXiv"/>}}▼
==Solution==
There are {{nowrap|2<sup>7825</sup> ≈ 3.63×10<sup>2355</sup>}} colorings for the numbers up to [[7825 (number)|7825]]. These possible colorings were logically and algorithmically narrowed down to around a trillion (still highly complex) cases, and those were examined using a [[Boolean satisfiability]] solver. Creating the proof took about 4 years of CPU time over two days on the Stampede supercomputer at the [[Texas Advanced Computing Center]] and generated a 200 terabyte propositional proof, which was compressed to 68 gigabytes.▼
▲[[Marijn Heule]],
▲{{math theorem|
}}
▲There are {{nowrap|2<sup>7825</sup> ≈ 3.63×10<sup>2355</sup>}}
The paper describing the proof was published on [[arXiv]] on 3 May 2016,<ref name="arXiv">{{Cite journal|last=Heule|first=Marijn J. H.|last2=Kullmann|first2=Oliver|last3=Marek|first3=Victor W.|date=2016-05-03|title=Solving and Verifying the Boolean Pythagorean Triples problem via Cube-and-Conquer |arxiv=1605.00723|doi=10.1007/978-3-319-40970-2_15|journal=Lecture Notes in Computer Science|pages=228–245}}</ref> and has been accepted for the SAT 2016 conference, where it won the best paper award.<ref>[http://sat2016.labri.fr/ SAT 2016]</ref>▼
▲The paper describing the proof was published
In the 1980s [[Ronald Graham]] offered a $100 prize for the solution of the problem, which has now been awarded to Marijn Heule.<ref name="nature"/>▼
[[File:Ptn-7824-zoom-2.png|alt=|center|400x400px]]
==Prize==
▲In the 1980s [[Ronald Graham]] offered a $100 prize for the solution of the problem, which has now been awarded to [[Marijn Heule]].<ref name="nature"/>
== Generalizations ==
As of 2018, the problem is still open for more than 2 colors, that is, if there exists a ''k''-coloring (''k'' ≥ 3) of the positive integers such that no Pythagorean triples are the same color.<ref>{{Cite journal|last1=Eliahou|first1=Shalom|last2=Fromentin|first2=Jean|last3=Marion-Poty|first3=Virginie|last4=Robilliard|first4=Denis|date=2018-10-02|title=Are Monochromatic Pythagorean Triples Unavoidable under Morphic Colorings?|url=https://www.tandfonline.com/doi/full/10.1080/10586458.2017.1306465|journal=Experimental Mathematics|language=en|volume=27|issue=4|pages=419–425|doi=10.1080/10586458.2017.1306465|issn=1058-6458|arxiv=1605.00859|s2cid=19035265 }}</ref>
== See also ==
Line 20 ⟶ 31:
[[Category:Computer-assisted proofs]]
[[Category:Mathematical problems]]
[[Category:Pythagorean theorem]]
[[Category:Ramsey theory]]
|