A fine example of the fact that brute force is often a powerful heuristic. I believe I recall hearing from the MIT OCW Algorithms course that they often rely on computer time doing exhaustive search (i.e. brute force) to "not disprove" some algorithm they develop before sinking too much time into developing a mathematical proof.
I think "exhaustive search" is a misnomer here, as one obviously cannot exhaustively search the integers. (Unless we might say the machine gets exhausted.)
Counterexample to Euler's conjecture on sums of like powers
21–30 of 41 posts
Re: Counterexample to Euler's conjecture on sums of like powers
#22The submitted paper is well-written and appears to be correct, but it is far too short. No reference is made to previous attempts to study Euler's conjecture or similar conjectures (there are surely a dozen other papers that ought to be cited in the introduction). What led the authors to consider a computer search as opposed to any other approach? Does the method generalize? It is indicated that the CDC 6600 was used…
Re: Counterexample to Euler's conjecture on sums of like powers
#23The submitted paper is well-written and appears to be correct, but it is far too short. No reference is made to previous attempts to study Euler's conjecture or similar conjectures (there are surely a dozen other papers that ought to be cited in the introduction). What led the authors to consider a computer search as opposed to any other approach? Does the method generalize? It is indicated that the CDC 6600 was used…
Re: Counterexample to Euler's conjecture on sums of like powers
#24A fine example of the fact that brute force is often a powerful heuristic. I believe I recall hearing from the MIT OCW Algorithms course that they often rely on computer time doing exhaustive search (i.e. brute force) to "not disprove" some algorithm they develop before sinking too much time into developing a mathematical proof.
Re: Counterexample to Euler's conjecture on sums of like powers
#25The submitted paper is well-written and appears to be correct, but it is far too short. No reference is made to previous attempts to study Euler's conjecture or similar conjectures (there are surely a dozen other papers that ought to be cited in the introduction). What led the authors to consider a computer search as opposed to any other approach? Does the method generalize? It is indicated that the CDC 6600 was used…
[I realize it's sarcasm but in case it's not clear to everyone, I'll speak my mind about it]
I think it's a pretty serious advancement. Confirming a conjecture is just as important as invalidating it with a counter example. It doesn't matter if that counter example fits on one line.
Re: Counterexample to Euler's conjecture on sums of like powers
#26The submitted paper is well-written and appears to be correct, but it is far too short. No reference is made to previous attempts to study Euler's conjecture or similar conjectures (there are surely a dozen other papers that ought to be cited in the introduction). What led the authors to consider a computer search as opposed to any other approach? Does the method generalize? It is indicated that the CDC 6600 was used…
You can tell by "How can you be sure that the computer program did not skip any smaller examples?"
However, in actuality it really is actually too short. For example, it would be far more interesting to us in 2016 to read this early computational result if it included "reference made to previous attempts to study Euler's conjecture or similar conjectures", also "What led the authors to consider a computer search as opposed to any other approach?" and so forth.
Also in 2016 it would be extremely interesting to know "How was the programming done? How long time did the execution take?" For purely history-of-computation reasons.
Also it would be really interesting for the authors to have listed their own views on the ramifications, i.e. in what way it advances mathematical theory (or not).
Even though the parent comment is sarcastic, as a reader in 2016, I got next to nothing out of the paper. If it had been rejected on the above (sarcastic) basis, and the authors had submitted a six-page version, it would be far more interesting to us. The same would have been true for contemporaries.
Re: Counterexample to Euler's conjecture on sums of like powers
#27This is great from so many angles. The counterexample is solid mathematics, the paper is wonderfully to the point, and the use of computers to successfully investigate a pure math problem was innovative. I only wish they'd described the method they used to find the counterexample.
Re: Counterexample to Euler's conjecture on sums of like powers
#28Re: Counterexample to Euler's conjecture on sums of like powers
#29The submitted paper is well-written and appears to be correct, but it is far too short. No reference is made to previous attempts to study Euler's conjecture or similar conjectures (there are surely a dozen other papers that ought to be cited in the introduction). What led the authors to consider a computer search as opposed to any other approach? Does the method generalize? It is indicated that the CDC 6600 was used…
> though a counterexample to a conjecture, does not advance mathematical theory in any way. [I realize it's sarcasm but in case it's not clear to everyone, I'll speak my mind about it] I think it's a pretty serious advancement. Confirming a conjecture is just as important as invalidating it with a counter example. It doesn't matter if that counter example fits on one line.
Re: Counterexample to Euler's conjecture on sums of like powers
#30I'm curious if there are low or high outliers.