Earlier quoted context omitted.
True, but if you're not good at school math, I believe there is little hope you can be good at the style of math that mathematicians do...
I'm not sure about this one. I studied CS and was kinda forced to learn university-level maths and I found that it differs both on the pedagogical level (different ways to motivate students, I preferred the ones in the university) and on the logical level, when for the first time in my life I was actually EXPLAINED the terms we operated on. University maths is much more logical than the school voodoo I had.
Habits of highly mathematical people
101–110 of 114 posts
Re: Habits of highly mathematical people
#102Earlier quoted context omitted.
True, but if you're not good at school math, I believe there is little hope you can be good at the style of math that mathematicians do...
I wouldn't bet on that, they are really different. Some of the most blatantly off-putting characteristics of school math, like mindless repetition, are antagonical to real math.
Re: Habits of highly mathematical people
#103There's one habit in particular that he didn't really touch on that has been one of the most impactful parts of getting my math degree on my thinking. There seems to be a gap between formal definitions and what we feel actual definitions are. Every once in a while, a professor would prove something that was clearly right, but felt like a violation of some unstated implicit part of a definition (for example, that the…
> for example, that the set of all vector spaces is itself a vector space Hmm... under what operations? It's a semigroup under direct sum, and probably something under the tensor product, but I'm having trouble imagining what the scalar multiplication should be. (Or was that a "fictional" example? :)
[1] which was my concise but imprecise way of expressing "the set of functions from a set over a field to a vector space over the same one", with + and * defined as you'd expect.
Re: Habits of highly mathematical people
#104There's a really great Quora answer along the same lines: https://www.quora.com/What-is-it-like-to-understand-advanced...
I find myself rereading it every once in a while.
Re: Habits of highly mathematical people
#105There's one habit in particular that he didn't really touch on that has been one of the most impactful parts of getting my math degree on my thinking. There seems to be a gap between formal definitions and what we feel actual definitions are. Every once in a while, a professor would prove something that was clearly right, but felt like a violation of some unstated implicit part of a definition (for example, that the…
But the virtue of always siding with the logical-but-unintuitive isn't as valuable outside of mathematics, so it's maybe not the best point to bring up in an article that's about skills math teaches that are useful in "real life". In philosophy, definitions aren't arbitrary and rigorous, they're meant to be reflections of reality. So when a conclusion feels unintuitive, that's a decent argument against the definitions it was derived from. If mathematics teaches people to just pay attention to the definitional gap, that might be useful enough, but isn't that covered by "discussing definitions"?
Re: Habits of highly mathematical people
#106Somehow I got into a software engineering position in robotics. And regularly I need not just the logic and rational thought you gain from school, but the practical math skills.
I've been picking up what I need to learn from open courseware like MIT lectures. The thing that really upsets me is that I'm learning it without issue. I was always completely capable of it, but my time in high school convinced me I wasn't. I wish I had been convinced/allowed to take more math in university.
Re: Habits of highly mathematical people
#107Earlier quoted context omitted.
The "hard analytical disciplines" require understanding the fundamentals of whatever they work with, in order to process those fundamentals together into a useful effect. Getting meaning across via words is fundamentally the same process.
"Getting meaning across via words is fundamentally the same process." -- Here, I think you've distilled the basic assumption of the op and I would claim someone with enough exposure to mathematics will know this claim is wrong. Informal arguments may indeed be carefully and even exactly argued but they nearly always involve implicit emotional appeals, appeals to unstated common assumptions and definitions and so-fort…
Re: Habits of highly mathematical people
#108Mathematics promotes bad habits too. Example 1: paying too much attention to worst-case scenarios. When creating a mathematical proof you want to make sure that your conclusion holds in all possible scenarios allowed by your assumptions. In real life decision-making worst-case scenarios are really bad, really expensive to guard against but also really rare so often the best thing to do is to ignore them. You may find…
Concerning example 1: There are different concepts, such as average-case scenarios (for example modeled by expected value) or quantiles. Use them if this is what you want to model (but pay attention to the assumptions). Concerning example 2: If you want some 'common sense' property to hold, why don't you specifiy it then?
Re: Habits of highly mathematical people
#109This, by the way, is also the answer to that question "do we need to study math for programming". Discipline in the use of ones own mind is what is required.