← Back to context

Comment by bananaflag

1 day ago

As a math prof, I care(d) much more about proof than intuition, not because proof is more important, but exactly because intuition is (I'm a bit Chesterton-ish here haha). You cannot do proof without intuition hence, if you emphasize proof, intuition will take care of itself. Whereas if you emphasize intuition, students won't have any idea of what a rigorous proof should be.

As someone who mostly only applies math, that strikes me as a peculiarly academic take. Intuition is more important for me because it’s what enables me to know what methods are most applicable to whatever practical problem I’m trying to solve. The proof’s purpose is to verify my intuition. It’s just a means to an end. I only take the time to do my own when I can’t confirm what I need from a textbook or paper.

  • > As someone who mostly only applies math, that strikes me as a peculiarly academic take.

    Yeah I was talking strictly about preparing students to become pure mathematicians. No opinion here on other goals.

  • Love is more important than breathing. It is and it isn't.

    What good is an end you can't reach, or worse, you can reach but it's wrong?

>You cannot do proof without intuition hence, if you emphasize proof, intuition will take care of itself.

This isn't always the case. Our algebra (or analysis) course focused a lot on proofs for the exam. The result was that a lot of people learned the proofs by heart.

  • I think intuition is hard to test in a way that feels 'fair'.

    You can do it - I doubt you could have got a first when I was at Oxford just by learning and understanding the material, but you should probably have been able to get an upper second. The final part of every question virtually always involved insight, but you'd obviously then have to prove what that insight helped you understand.

    If you give people questions like those, there is the risk of complaints about the university not having been taught the material for the exams I guess, or you might find that nobody can answer those harder intuition parts. Certainly most students at Oxford couldn't answer that many of them - you needed to answer about three 'final' parts out of about ten questions say in each three hour exam to get a first and perhaps about 20 percent of students got firsts?

    • An aside, but tests should be that difficult. Otherwise you aren’t getting any signal at the high end. Even in the face of grade inflation that signal can be translated into grad school recommendations (in the uk case, getting all 10 might even garner a “really not bad.”)

  • Same here, but I didn't memorize the proofs, I tried to internalize their logic, so I could reconstruct them on demand by just thinking systematically. It did work for me pretty well on my real analysis final exam IIRC (27 years later).

  • Analogous to the Archimedean Property - there is no approach to teaching mathematics so intrinsically good that it cannot be done poorly enough to yield arbitrarily bad results.

Surely this implies these LLM generated proofs require the LLMs to have mathematical intuition . . . and honestly I don't think many people believe that, and rightly so, certainly not in the way Poincaré was on about.

Maybe it's been done, but I'd like to see an LLM recreate Euclid from questioning without having seen it during training.

  • > Surely this implies these LLM generated proofs require the LLMs to have mathematical intuition . . . and honestly I don't think many people believe that

    Yes, I believe that, it's part of what I was implying (I believe the LLM weights have some internal representation of math in the same way brains do that allow them to produce proofs)

    • Appreciate the clarification, even if I disagree!

      I think we differ on what "mathematical intuition" is then. I've seen people that do well in undergrad math degrees simply by massively memorising things and learning how to join them up to some level of degrees-of-separation, but seemingly completely fail to understand, for ezample, why even calculus is how it is. Because they are able to regurgitate the results and "produce proofs" this is never questioned.

      The Euclid example also shows my bias towards spatial intuition of mathematical concepts (which is deeply unfashionable) but also exposes exactly where at least current LLMs break down; they do the symbol based pattern matching version, but they cannot leap outside of that, at least today.

      4 replies →

  • I think it's actually the opposite. Intuition is the only thing LLMs can do, which is why they are prone to hallucinating when they can't validate their intuition against reality.

    There is an idea that human intuition, expertise, and critical thinking are largely pattern recognition. When you encounter a situation, your brain gives you a plausible starting point, based on what it has experienced before. You then continue with explicit reasoning, which is slow and inefficient, and try to validate your ideas. The more relevant the patterns you have learned are to the situation, the more likely you reach a useful conclusion.

    LLMs are largely the same, except that they cannot learn from experience in normal usage. And except that they experience the world only through symbolic data, while the human brain has access to plenty of sensory data.

  • My hunch (or intuition, hah!) is that intuition is an instinctive mental shortcut required to navigate large problem spaces that can’t entirely fit into our heads.

    Maybe LLMs do not need intuition because they can scale their “cognitive capacity” with hardware and brute force their way through these problem spaces.

    • > Maybe LLMs do not need intuition because they can scale their “cognitive capacity” with hardware and brute force their way through these problem spaces.

      My view is that is certainly true of smaller LLMs but becomes less true as they scale up.

      To quote the parent bananaflag in a sub-comment:

      > I believe the LLM weights have some internal representation of math in the same way brains do that allow them to produce proofs

      I think as the sort of spare space adjacent to pure language processing in LLMs grows the probability of the sort of reasoning bananaflag is getting at (or spatial reasoning, or anything else) emerging in that space grows enormously.

      One of the questions for AI development over the coming months or years is going to be if deliberately cultivating the architecture of those sub models for specific reasoning types beats any emergent reasoning mechanisms or not.

      3 replies →

  • >Surely this implies these LLM generated proofs require the LLMs to have mathematical intuition

    Well yeah they do, obviously.

  • LLMs have LLM intuition, not human intuition. (See the movie Her.)

    LLM cannot reinvent Euclid from scratch, but a larger system including LLM might.

  • It does not imply that. He is talking about how people do math. Intuition is what you use when deciding what to try and how to think about things.

    Proof is the rigorous outcome.

    LLM running probabilistic loop is different kind of process.

    • The parent comment literally said "You cannot do proof without intuition".

      Therefore, according to that logic, an entity producing proofs must have intuition.

      Edit to add: the parent commenter has now confirmed my interpretation of their statement.

      5 replies →

As a math professor, I care much more about the key idea, heuristics, and motivation than the proof. With the others in place the proof is clear, something an AI or a student can do.

  • Well, it's knowing when to push and when to not. You probably have an intuition for, I don't know, abstract algebra objects (I don't know your field of specialty :P), without needing to symbolically manipulate all of it, but you developed a deep intuition for them through many proofs and attempts at proofs with them.

    • Im glad you brought up abstract algebra—that was the one class in my math undergrad that I never developed an intuition for. I learned to do the proofs by pushing symbols around and putting bars on top of them but I never felt like I understood what was happening.

  • That's leaning into engineering, away from math. Heuristics aren't always accurate. Math history before proof is the history of delusion. Idea, heuristics, and motivation aren't nearly enough for correctness outside of a sandbox.

To agree:

In my experience, proof is the gym reps that allows you to harness strong intuition elsewhere.

In practice as an engineer, intuition is far more useful, eg, being able to “feel” when something is off in our reasoning — but proofs are where I train those same sensibilities on “harder” problems, (eg) details about how to model identity, equality, and equivalence in a formal model.

  • Engineering is a religion based on faith. Math is the god you follow :-)

    • Not really: engineering is explicitly empirical compared to other fields — and mathematics serves as ontology for that experience.

      There’s not faith involved.

      1 reply →