Slashdot Log In
44 Conjectures of Stephen Wolfram Disproved
Posted by
kdawson
on Sun Dec 23, 2007 01:55 PM
from the new-kind-of-error dept.
from the new-kind-of-error dept.
Richard Pritches writes in to let us know that MIT errata expert Evangelos Georgiadis has disproved 44 conjectures set by Dr. Stephen Wolfram (founder of Mathematica) in A New Kind of Science. The paper was published in the latest issue of the Journal of Cellular Automata and can be read in PDF form at Prof Edwin Clark's collection of reviews of Wolfram's ANKS. "The formulas provided by Wolfram for these [44] rules are not minimal. Moreover for 8 of these cannot be minimal even by simple inspection since minimal formula sizes for 3-input Boolean functions over this basis never exceeds 5."
Related Stories
Submission: MIT Student disproves Stephen Wolfram by Anonymous Coward
This discussion has been archived.
No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Full
Abbreviated
Hidden
Loading... please wait.
Slightly different boolean formula (Score:3, Interesting)
Re: (Score:3, Insightful)
but according to Georgiadis's paper, they're different in nature. Wolfram guess they're 'minimal' in size (plz see the Georgiadis paper for the exact definition) but they are discovered not to be so.
I'm not one in the circle of CA and I don't understand all the significance about these arguments. But I don't think disproving some conjectures are "inflammatory" in mathematics. It seems some people are not satisfied with Wolfram's style (e.g. his failure in acknowledgin/inter
Re: (Score:2)
Do not click? It's the subject of the article! (Score:2)
Re:Slightly different boolean formula (Score:5, Informative)
Since you've studied Diff Eqs, I'll give you a little example of why axioms of this kind are needed. You were studying differentiable functions. Many of their properties are due to the completeness of the real numbers. Many of their properties are due the real numbers being ordered. Some are due to the fact that the real numbers form a field. And while tools like linear algebra might be necessary to study differential equations, all the properties of differentiable functions are caused by at least one of these three (and the definition of a differentiable function).
It turns out the real numbers can be characterized as the complete ordered field. To axiomatize the real numbers -- to write sentences from which all the others follow -- we just have to group together the completeness axiom (Every Cauchy sequence converges in the set), the field axioms, and the order axioms. If, for example, you drop the completeness axiom, you would also be writing about things like the rational numbers since they're an ordered field that happens to not be complete.
Axioms aren't about truth. They have a specific meaning in logic, and more importantly act as a sign post to the audience saying: this is what I'm going to talk about, and how I'm going to talk about it. Of course, in practice, mathematicians don't explicitly state these axioms unless they are the subject of the paper. But they are implicitly "contained" in the jargon.
Parent
Re: (Score:2)
Re: (Score:2)
That should be "has a LEAST upper bound."
That real Cauchy sequences converge follows from this property, but not the other way around.
False. One way to construct the reals is to consider equivalence classes of Cauchy sequences of rationals. The reals constructed in this manner have the least upper bound property.
For an example take rational functions as your field wit
Re:Slightly different boolean formula (Score:4, Insightful)
Parent
English anyone?? (Score:4, Funny)
is it that hard to write a summary without such huge errors??
i'm not a native english speaker, and it even pokes out my eyes...
Re:English anyone?? (Score:5, Funny)
Parent
Re:English anyone?? (Score:4, Funny)
Parent
Re: (Score:2)
No, they aren'ting.
Re:English anyone?? (Score:4, Funny)
Parent
Re: (Score:2)
Re: (Score:2)
What you map it to usually depends on your editor. Emacs users map it to ctrl, vi users map it to esc.
(I've never heard of mapping shift before, and given that it's right next to a shift key that doesn't seem like a big help to me but if it helps you then do it!)'
Re: (Score:3, Funny)
One word: havening [nanc.com].
Re:English anyone?? (Score:5, Funny)
Parent
Re: (Score:2)
Look at his correction of this textbook:
http://www-math.mit.edu/~sipser/itoc-errs2.1.html [mit.edu]
Re: (Score:2, Troll)
Re: (Score:2)
Re: (Score:2)
^-- sounds like something from a LOLCAT image... One of those particularly serious looking lolcats.
Watch out for the roundhouse kick (Score:5, Funny)
Nobody disproves Chuck Norris and lives to publish about it!
Re: (Score:2)
More info (Score:4, Informative)
I think I speak for a lot of people here ... (Score:5, Insightful)
Huh?
Re:I think I speak for a lot of people here ... (Score:5, Informative)
As I understand it, it's basically an abstract-logic equivalent of a Perl golf [wikipedia.org] exercise.
Given three Boolean variables (p,q,r), there are 2 possible values (T,F) per variable, thus 2^3 = 8 possible values for the combined set:
Now consider functions f(p,q,r) whose output is a Boolean variable. Each such function can be completely described by what output it produces for each of the 8 combinations listed above, e.g.
There are multiple ways to describe the above function, but they're all equivalent to each other because they all give the same results. Thus, there are exactly 2^8 = 256 distinct functions of this sort.
Wolfram published a list of descriptions for all 256 of these functions, attempting to use the minimum number of symbols (p,q,r,not,and,or) in each case. Georgiadis pointed out that he could have done better in 44 cases. For instance, Wolfram labeled the function given above as Rule 2, and gave the intuitive 7-symbol representation
f(p,q,r) = (not p) and (not q) and r
while Georgiadis gave a 6-symbol representation
f(p,q,r) = r and not (p or q)
Parent
Re:I think I speak for a lot of people here ... (Score:5, Informative)
First of all, mod parent up. I know you moderators suck ass and the system is broken, but come on - parent post is a precise description of TFA's issue, the first in the thread. If you're going to spend mod points at all and pretend they do something worthwhile, parent post is the place.
Secondly, Wolfram's point - in the book - wasn't that the descriptions were minimal (even if he may have mentioned that he thought they were, which I don't actually recall), his point was that they were a complete set of correct descriptions (which I would add are functionally equivalent to the minimal ones anyway) that one can examine for certain behaviors he thought were significant. Niggling about the description not being minimal does not affect what Wolfram was trying to say to the reader. He may be completely wrong, but this kind of nit-picking can not and will not demonstrate it. It is a complete waste of everyone's time.
Parent
Re: (Score:2)
Re: (Score:2)
For instance, Wolfram labeled the function given above as Rule 2, and gave the intuitive 7-symbol representation
f(p,q,r) = (not p) and (not q) and r
while Georgiadis gave a 6-symbol representation
f(p,q,r) = r and not (p or q)
Re: (Score:2)
And the impact of this is...what, exactly? Aren't the original functions and new functions still equivalent?
Re:I think I speak for a lot of people here ... (Score:5, Interesting)
They are. Wolfram was saying, Look here, for each case, applying the following CA rules gets you the following output set (smaller than the input set) of behaviors. So he was observing - in another way - that the various inputs resulted in a more sparse set of results (speaking as far as they are unique with respect to each other.) Once he identified the various types of behavior possible from these sets, he showed that some were very orderly, some considerably less so, some obviously recognizable - visually - as being members of the same classes of behaviors, and some not so obvious at all except that they certainly weren't in the easy-to-recognize class.
From there - and it gets a lot more murky - he went on to propose that these very behaviors might underlay either everything, or darned near everything. To bolster that assertion, he showed that you could find those very patterns in many interesting and disjoint places - formulas seeming completely unrelated to anything he'd talked about thus far, seashell structure and so forth. That part of the book was downright breathtaking.
It's really a very interesting book. His conclusions far outstrip his ability to back them up, but as far as TFA goes, it's looking at the very start of his chain of reasoning and applying some nitpicking that changes nothing he said or meant to say that had anything at all to do with the proposals and justifications made in the book.
Personally, I could give the south end of a northbound rat if he has a high opinion of himself, or not. What I appreciate is that he provided me with a great read, thought provoking on the one hand, and as far as I could tell, without running into anything I knew that would make me question his approach or conclusions. I've got a good general science background, strong engineering and technical design skills, passable math, and am very creative; I do fairly well at finding little - occasionally large, usually not - holes in new science books and have a huge collection of such volumes full of snippy little annotations of my own (and just for my own benefit, on re-reading.) Aside from a really wonderful book on fuzzy logic which to this day I know of no faults with, this book stood out as almost uniquely solid in the specific area he was clearly trying to explain his thoughts on. I consider it money and time well spent.
Parent
Re: (Score:2)
Two issues:
MIT Errata Expert, eh? (Score:4, Funny)
Wait a minute, that's what I do!
That's egg on his face. (Score:4, Funny)
Oh, SNAP!
Re:That's egg on his face. (Score:5, Informative)
Parent
The paper is not as hostile as the citation (Score:5, Insightful)
Re:The paper is not as hostile as the citation (Score:5, Informative)
I think if you read through the posts yourself you'll see his overall interest seems to be in improving the text, not tearing it down. In fact, one of the threads he created is called "Further Improvements and Errata."
Parent
Simple title correction. (Score:5, Insightful)
Full text of "A New Kind of Science" is online (Score:2, Informative)
Re:Humm... (Score:5, Interesting)
Ahh, yes. But the great thing about math is that whether or not you have a grudge, everybody can look at the proof and see if you're right or not.
Personally, if I were a mathemetician, I might have something of a grudge against Stephen Wolfram too. An arrogant person who hypes his own name and abilities far beyond what is justified by the available material then publishes a giant tome of half-baked reasoning that everybody fawns over because of his hyped reputation.
Parent
Re:Humm... (Score:5, Funny)
Parent
What's good for the goose (Score:3, Insightful)
Re: (Score:2)
Obviously someone who hasn't read the book...
It's not arrogant to present some of your best work as conjectures—a mathematician's term for "A wild-assed guess, but wouldn't it be interesting if it were true?"
Given that one of the implications of Wolfram's work is that you can do a lot of neat stuff with algorithms that are out of scope for conventional mathematics, many on Slashdot should enjoy reading ANKS. Among other things, committing some of his constructions to code is fun.
Re: (Score:2)
I have a lot of respect for the guy for trying, and for getting SOME of it right. That's more than 99% of the slashdot readers! Where would we be if it weren't for the brave few who publish their works for peer review?
Re:Humm... (Score:5, Insightful)
Nobody's.
And no hype either.
That is because the supposed subject of all this is Science. And hype and personality cults are to science as money is to politics: corrupting, destructive, counter-prodctive forces.
Reason, peer review, rigourous analysis, unassailable demonstration of proof, etc are the ways of science, not ascension to prominence via grooming oneself for mass-media "stardom" by boggling the "minds" of the rather feebly-minded general public.
Parent
Re:Humm... (Score:4, Insightful)
The fact that various people continuously try to remodel Science into a contest of egos and popularities does not change the fundamental fact that Science itself is in the long term immune to such tactics.
And those who attempt it end up, sooner or later, with the only scientific title they deserve: "Crackpot", their "theories" having been ground into dust by the slowly, unglamorously, mundanely, steadily turning wheels of the scientific method.
Parent
Re:!Clearly the lack of posts (Score:5, Insightful)
You must be new around here. When it comes to biology, everyone seems to think they are experts. Because there are so many computer people here, at least when it comes to math, more of them know that they know nothing...
Parent
Re: (Score:2)
Re: (Score:2, Troll)
Re: (Score:2)