6 ms·
Unlike the unit distance problem, the impressive thing here is that it is a proof rather than a counter-example. However, it seems the proof is extremely conci
by ak_111 2mo ago
Unlike the unit distance problem, the impressive thing here is that it is a proof rather than a counter-example.
However, it seems the proof is extremely concise so it seems that it is exploiting a clever trick that somehow all the experts missed.
So not to dunk on this amazing result (or move the goal post), but it seems now the only achievement that AI hasn't managed in mathematics is presenting an autonomous "theory-building" proof of an open conjecture. That is a proof that requires creating a substantial new theory (developed say in at least 30+ pages) to crack an open problem.
- jvanderbot 2mo agoIt is very concise, and reads precisely as you suggest: to exploit properties already discovered and therefore combined in a novel way. I'm just delighted by the prose. It reads like an old paper. The ones that were just straightforward theorems with proofs that do exactly what they say.
- lubujackson 2mo agoIn my (very) limited use of GPT-5.6, I have noticed it is quite concise in general, and significantly better at abstract thinking. Doing a PR review of a large change it was interesting to see Fable and 5.6 mention a few similar points with Fable much more long-winded and less readable, while 5.6 caught more "second-level" concerns and Fable more "in the code" concerns, so they both are quite useful in concert. In general, I would not be surprised if 5.6 was a much better tool for high mathematics than Fable based on the abstract thinking. For my dev workflow, I have flipped my approach from planning with Opus 4.8 high and implementation with GPT 5.5 to planning with 5.6 high and implementation with Fable medium (and I might even drop to Fable low). This is only on the company dime, of course.
- greenavocado 2mo agoI use GPT 5.6 as default and subtask agent and Fable as Advisor with Oh My Pi harness
- satvikpendem 2mo agoThis has since been the case with recent models from OpenAI vs Anthropic, seems it's a matter of their philosophies embedded into the model, much like Conway's Law.
- dannyw 2mo agoProbably comes as a side effect of optimising and post-training for token efficiency. Fortunately, OpenAI APIs expose the verbosity parameter, which is separate to effort. If you want longer responses, you can. Or just prompt it.
- throw310822 2mo ago> seems that it is exploiting a clever trick that somehow all the experts missed. Exactly, "clever". Isn't that the whole point?
- koolala 2mo agoA clever trick is way better than a stupid trick yeah. I don't get complaining about a concise elegant solution either unless a specific problem with the actual proof was brought up.
- dooglius 2mo agoI wonder if in each case they had parallel sessions, one trying to prove, one trying to find a counterexample
- moomin 2mo agoFor comedy’s sake, I asked ChatGPT 5.5 about the significance of the problem and the chance that 5.6 would solve it with a three page solution. It said close to zero. I invited it to search the internet and it remains extremely sceptical.
- perching_aix 2mo agoHave you tried... giving it the proof? I tried to use Sol to: - double check the proof (provided it with the prompt and proof artifacts) - double check some of the claims made in this comment section (no math involved newer than 30 yo, no human contribution or review, no mathematician affirmations, proof assistants not being developed enough in this area to support machine checking a proof like this) - check for any mathematician feedbacks It stalled out (bad first impression much? lol). I then retried with 5.5, expressing the same request and my personal skepticism, and it returned to me with cautious optimism and no obvious issues found. I think the fact that I provided it with the actual artifacts in question vs. you simply asking it to speculate about them is a really interesting UX difference. Like certainly, a coveted 50 year old math problem having a few pager proof is not going to be very likely. But then skim reading the proof by a frontier model is not going to yield any obvious issues either. Both responses are perfectly defensible given the context (I don't necessarily think these qualify as sycophancy), but we'd walk away with entirely different impressions if we didn't know about each other's requests. And I'm not even trying to suggest you were wrong to not approach it in the ways I did. It's a perfectly reasonable and human way to prompt it the way you describe. It's just not the way I'd do it, but I have a hard time articulating why. And it's clear that the model was never going to help with this difference either. Half a century of computing, and we're still trying to make the machine think on the users' behalf :)
- brokensegue 2mo agoFable told me > Verdict: I checked every step and found no error. The argument appears to be a correct proof of the Cycle Double Cover conjecture, modulo two standard cited results (the reduction to loopless cubic graphs and the Jaeger–Kilpatrick 8-flow theorem, both real and well-established). > Two caveats: this would settle a ~50-year-old open problem in three pages, so it deserves independent expert scrutiny regardless of my check; and I couldn't reach the web from here to confirm the paper's provenance or any community response, so I can't tell you its status beyond the mathematics itself.
- qarl2 2mo ago> However, it seems the proof is extremely concise so it seems that it is exploiting a clever trick that somehow all the experts missed. Why is that a "however"? My reading is that it found a genuinely new solution that is both elegant and previously missed. Seems like exactly the kind of result a human mathematician would aspire to.
- Garlef 2mo ago> a human mathematician would aspire to Some do. But there's also the notion that a clever trick is a bad explanation.
- qarl2 2mo agoHmmm... seems to me that if you can find a solution without creating the desired explanation - then that's a problem with the original question - not the solution itself. And discovering a bad question leads to the correct question. No?
- Garlef 2mo ago> then that's a problem with the original question - not the solution itself I think there's a good counterexample to this: Atiyah/MacDonald proove the Nullstellensatz ultimately by using some trick involving determinants. They give a very nice theoretical treatment of the content and context of the theorem. But the proof at one crucial point uses techniques that live conceptually outside of this context: While its possible to see that the argument is sound, it does not give a good explanation of _why_ it's true within the context of the theorem. (You could of course argue that they did not give enough context ... but that's exactly my point: the trick makes the proof work but hides the explanation)
- coldtea 2mo ago>(You could of course argue that they did not give enough context ... but that's exactly my point: the trick makes the proof work but hides the explanation) Can't one see it in another way: that the trick illuminates a deeper explanation, connection the theorem's context and the stuff that's conceptually outside of that context. And that the problem is we don't know why the two domains (the context and the conceptually outside of it one) are related and cooperating in this way.
- vessenes 2mo agoGrant Sanderson recently distinguished mathematicians that create syntax (he might use the word ontologies in some circles) from those who manipulate it on the Dwarkesh podcast. I liked this delineation a lot. We seem to be at ‘manipulating syntax’. Creating useful ontologies still seems a ways off here. Not to complain about this awesome result, just to think about where some future goalposts might be laid (and of course complained about / discussed at length when reached)
- DroneBetter 2mo agothe unit distance problem's paper was human-summarised and condensed significantly from the initial LLM output, so it seems the model did do some theory-building there (possibly providing motivation for the clever trick as a natural deduction, at least in its eyes) before humans cut off all the chaff; I imagine the development was similar here.