There's more to mathematics than rigour and proofs (2007)
The article explores mathematical education stages: pre-rigorous, rigorous, and post-rigorous. It stresses combining formalism with intuition for effective problem-solving, highlighting the balance between rigor and intuition in mathematics development.
Read original articleThe article discusses the different stages of mathematical education: the pre-rigorous stage, the rigorous stage, and the post-rigorous stage. It highlights the importance of transitioning from the second to the third stage, where one combines rigorous formalism with intuition to tackle complex mathematical problems effectively. The text emphasizes that while rigor is crucial for avoiding errors, it should not diminish intuitive thinking, which plays a significant role in understanding the big picture in mathematics. The author suggests that a balance between formalism and intuition is essential for successful problem-solving in mathematics. Additionally, the article mentions common formal errors made by mathematicians at different stages of development and how these errors can be addressed. It concludes by emphasizing the importance of refining intuition alongside rigorous thinking to achieve a comprehensive understanding of mathematical concepts.
I was initially amazed at this when I was in graduate school, but with enough experience I started to do it myself. Handwaving can be a signal that someone doesn't know what they are doing or that they really know what they are doing and until you are far enough along it is hard to tell the difference.
Similarly with programming.
1. Write programs that you think are cool
2. Learn about data structures and algorithms and complexity and software organization.
3. Write programs that you think are cool. But since you know more, you can write more cool programs.
If things are working as they should, the end stage of mathematics and programming should be fun, not tedious. The tedious stuff is just a step along the way for you to be able to do more fun stuff.
Well put! In empirical research, there is an analogy where intuition and systematic data collection from experiment are both important. Without good intuition, you won’t recognize when your experimental results are likely wrong or failing to pick up on a real effect (eg from bad design, insufficient statistical power, wrong context, wrong target outcome, dumb mistakes). And without experimental confirmation, your intuition is just untested hunches, and lacks the refinement and finessing that comes from contact with the detailed structure of the real world.
As Terry says, the feeling of stumbling around in the dark suggests you are missing one of the two.
they say things like "Everything in math is a set," but then you ask them "OK, what's a theorem and what's a proof?" they'll either be confused by this question or say something like "It's a different object that exists in some unexplainable sidecar of set theory"
They don't know anything about type theory, implications of the law of excluded middle, univalent foundations, any of that stuff
Specifically, parabolic motion is something you can obviously do by throwing something. You can, similarly, plot over a time variable where things are observed. You can then see that we can write an equation, or model, for this. For most of us, we jump straight to the model with some discussion of how it translates. But nothing stops you from observing.
With modern programming environments, you can easily jump people into simulating movement very rapidly and let people try different models there. We had turtle geometry years ago, but for most of us that was more mental execution than it was mechanical. Which is probably a great end goal, but no reason you can't also start with the easy computer simulations.
This is a key insight; it's something I've struggled to communicate in a software engineering setting, or in entrepreneurial settings.
It's easy to get stuck in the "data driven" mindset, as if data was the be-all and end-all, and not just a stepping stone towards an ever more refined mental model. I think of "data" akin to the second phase in TFA (the "rigor" phase). It is necessary to think in a grounded, empirical way, but it is also a shame to be straight-jacketed by unsafe extrapolations from the data.
I've definitely gone through a parallel transition in physics, but replacing 'rigor' with 'calculation' and 'intuition' for 'physical intuition/simple pictures.' In physics there is the additional aspect that problems directly relate to the physical world, and one can lose and then regain touch with this. I wonder what other fields have an analogous progression.
1. Making stuff is fun and goofy and hacky 2. Coding is formal and IMPORTANT and SERIOUS 3. What cool products and tools can I make?
I feel like this pattern probably happens in many fields? Would be fun to kind of do a survey/outline of how this works across disciplines
There’s more to mathematics than rigour and proofs (2007) - https://news.ycombinator.com/item?id=31086970 - April 2022 (90 comments)
There’s more to mathematics than rigour and proofs - https://news.ycombinator.com/item?id=13092913 - Dec 2016 (2 comments)
There’s more to mathematics than rigour and proofs - https://news.ycombinator.com/item?id=9517619 - May 2015 (32 comments)
There’s more to mathematics than rigour and proofs - https://news.ycombinator.com/item?id=4769216 - Nov 2012 (36 comments)
We need it to become much more common to operate at level 3, especially in fields like enterprise software development.
https://web.archive.org/web/20180301000000*/https://terrytao...
Haven't read a single bad contribution from him. And I've read quite a bit...
This means that many people in Stage 1 (or Stage 0, if that's a thing) believe that they're as good as Stage 3 thinkers. AKA Dunning-Kruger.
In other words, complete bullshit, confidently delivered, has come to dominate informality-born-of-rigor. And the audience can't tell the difference.