There's more to mathematics than rigour and proofs (2007)
terrytao.wordpress.com
There's more to mathematics than rigour and proofs (2007)
1–10 of 104 posts
Re: There's more to mathematics than rigour and proofs (2007)
#2Re: There's more to mathematics than rigour and proofs (2007)
#3Re: There's more to mathematics than rigour and proofs (2007)
#41. 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
Re: There's more to mathematics than rigour and proofs (2007)
#5Similarly 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.
Re: There's more to mathematics than rigour and proofs (2007)
#6> One can roughly divide mathematical education into three stages: 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…
Re: There's more to mathematics than rigour and proofs (2007)
#7Re: There's more to mathematics than rigour and proofs (2007)
#8Re: There's more to mathematics than rigour and proofs (2007)
#9Is there?
We have machines that can crank out true theorems, rigorously proven, all day. It takes a mathematician to know what is worth working on. And that is fundamentally an intuitive decision. Computers don't care whether a proof is interesting or not.
Re: There's more to mathematics than rigour and proofs (2007)
#10Specifically, 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.