

Join the discussion
Write your take first — we'll ask for email only when you're ready to publish.
- Hacker News
- I posted nine days ago in another thread:
As much as I hate it, I don't think we'll ever get a proof of the four color theorem that isn't enumerating cases.
When you have an integral or the sum of an infinite series that comes out to pi, you know there must be some satisfying explanation involving a circle.
Contrast with "Examples of patterns that eventually fail" on math stackexchange[^1]. When a pattern ends at 906150257, you don't really expect the proof for that to be something beautiful. The reason for the exact value of an upper bound is that it isn't smaller and it isn't bigger.
There's a relationship between e, i, pi, and -1 comes from a deeper relationship between complex numbers and rotation.
The relationship between planar graphs, vertex coloring, and 4 might just be because we put planar graphs and vertex coloring in the same room and 4 popped out, instead of 3 or 5.
by pvillano - One thing that concerns me from all this is "understanding" is very important to human progress. The fact it took 400 years to crack Fermat's theorem resulted in a lot of "Side Quests". These side quests helped grow other fields (for instance elliptical cryptography). Im concerned with AI that we will loose these side quests.by accurrent
- I find myself less worried about it than at first. I think what we'll see are that some things are low-hanging fruit and can be solved just by tireless search. Maybe half the millennium and other such high-visibility problems will fall this way.
Others, I think, will be beyond both human and AI. And so what then? Mathematicians just throw in the towel and say it's not worth trying? Of course not. We will continue that pursuit, and as we do, new ideas will arise and new problems will need to be solved. It's math. There is no end.
It's easy to look at the current landscape and see AI ticking off solutions to problems and imagine that soon there will be nothing left. Machines replaced the need for much manual labor, but they also established a basis for an economy that provides the opportunity for more labor. This is the situation with math now. It will take some getting used to. There will be little-to-none pencil-to-paper working out of problems anymore, but there will always be work to do, things to solve, curiosities to unravel. And it will still be professional mathematicians who are the ones most capable of directing that effort. Because, if nothing else, they're the ones whose curiosity is piqued by the problems. Which, let's face it, has been 99% of the motivation for graduate-level math in the first place.
There's the the old question: is math invented or discovered? I think it's both: the problems are invented, and the solutions are discovered. In the age of AI, the discovery part will be greatly affected, but the invention part will remain firmly in the human domain.
by daxfohl - This is, as always from Grant Sanderson, thought provoking and opens new insights.
It occurs to me on reading this that there’s a connection to other computerized mathematical activities.
Occasionally some computer lab in the past would announce that they have computed pi to more digits than ever before; or a new Mersenne prime will be found.
These count as ‘math news’ but they’re of little interest to mathematicians. These computational efforts demonstrate the great power of computers but they do nothing to advance mathematical understanding. Finding a larger Mersenne prime is not surprising to anyone; we’re pretty sure there’s an infinite number of them. Finding the largest Mersenne prime would be the surprise.
So it is with proofs. An LLM might prove some conjecture - Riemann, say or P≠NP. But in general we know that things can be proven and we think those things are probably true, so the existence of a proof doesn’t do much more than producing a new Mersenne prime does.
It’s only if in proving the thing we learned something that there’s actual value in the proof.
by jameshart - I'm a professional mathematician. Today I proved what for me is a very solid theorem. It's something I had thought about for a few years. With a few weeks of serious use of AI I've found a proof that I am currently trying to write up, but which appears correct. The change in the workflow is enormous, but so is what one can do if one has clear what to do and how to do it.by contubernio
- Part of the controversy here is that now the skill advantage that some Field Medalist had is much narrower. The fact that fields medals have an age limit implies that it favors brain power over understanding. And that was the guiding light award of the community. So i find it "funny" (and natural) when they are offended by AI. That is the main "crisis" of mathematics.
In my opinion there has never been a better time to be a mathematitian, and there has never been a better time to be a software builder.
But there has never been a worst time to have the need to prove your economic value as a mathematitian or software developer alone. Because "understanding" is not something you can prove in one afternoon, its something that you prove with a life.
by youoy - The math field is confronting something that coders have been dealing with for a few years now, only far more violently. Today's moat for software seems to be that AI can automate tasks but not a full job (yet). But for a large proportion of mathematicians, doing these tasks really was _the_ job. It's the bit they wanted to do, and if they completed a sufficiently difficult set of tasks, they got tenure. Now this model is failing, they frantically need to pivot the role of humans to save their profession from funding cuts.
I remember when "writing code was never the point" became a mantra here. There was truth in it, but removing the coding has certainly taken away a lot of the texture of the work and enjoyment of the craft. Many of us feel this loss as we tech-lead teams of agents as our source of income. I am not optimistic the mathematics pivot is going to work, but I'm certain that most will be depressed with the outcome even if they succeed.
We are all staring at the same existential dread, just seeing it unfold slower. We're being told that utopia is to be obsolete, and that is a jarring idea to contend with.
by sweezyjeezy - I’m reminded of that famous debate between Poincaré and Hilbert at the International Congress of Mathematicians in Paris in 1900. It was then that everyone decided to follow Hilbert’s path, and proof came to be valued more than intuition. I think modern math at school and at applied university kind of lost this intuitive part.
I try to teach my students that mathematics is, first and foremost, a very precise language of communication. It’s sometimes amusing to ask those who don’t like math to do without it entirely, just to see how much harder it becomes to describe the things around them.
Second thing I tell them, formulas are the essence of mechanisms in their purest form. And in this form, they’re much easier to grasp and mentally manipulate. It always amused me, after taking a mechanics course, to imagine that for any formula, you could visualize a mechanism or process that implements it.
And third thing, I suppose, the ability to verify one’s own statements as proof. Although, of course, mathematicians would probably tear me apart here for my heresy:sorry, I’m not a mathematician, but an engineer. You can make mistakes by using incorrect assumptions, but at some point, analysis itself will show you that you were mistaken. There’s a wonderful book, How to Prove It by Daniel Velleman, which provides an introduction to proof for the uninitiated like me. I really enjoyed it.
by ForgotMyUUID