Feynman’s method to understand complex problems is so simple and elegant! Surely you’re joking, mr Feynman: ”I can’t understand anything in general unless I’m carrying along in my mind a specific example and watching it go. Some people think in the beginning that I’m kind of slow and I don’t understand the problem, because I ask a lot of these “dumb” questions: “Is a cathode plus or minus? Is an an-ion this way, or t…
How to Read Mathematics
51–60 of 144 posts
Re: How to Read Mathematics
#52Pity there's little mathematical writing that actually _does_ contain these blind alleys and mistakes. Part of why I enjoy "Concrete Mathematics" by Graham/Knuth/Patashnik is that it's one of the rare counterexamples.
Re: How to Read Mathematics
#53FTA : >>> One can now check that the next statement is true with a certain amount of essentially mechanical, though perhaps laborious, checking. I, the author, could do it, but it would use up a large amount of space and perhaps not accomplish much, since it'd be best for you to go ahead and do the computation to clarify for yourself what's going on here. I promise that no new ideas are involved, though of course you…
> I even add comments to make sure that a human reader easily and completely understands what I do.
Yeah, honestly, any single time I read a maths-related paper I feel like I would be better off with an example, well-written, implementation in any programming language.
Then I recall what the code, written by mathematicians, tends to look like, and I'm not so sure anymore...
Seriously, the fact that math people choose to ignore the last 50 years of software engineering development, which was in a large part focused on readability and maintainability, instead of incorporating the techniques for themselves is really baffling. As it is, aside from a couple of really well-written articles, reading any paper has a high chance of frustrating me to tears...
Re: How to Read Mathematics
#54Earlier quoted context omitted.
When you are a student, rather than a researcher, formal definitions must come first, and intuition can be developed later. Otherwise, you are just allowing yourself to say nonsense.
I worry about the fact that you're being downvoted, because what you're saying is utterly crucial and important. I fear those who ignore it will waste a lot of time with really misguided ways of doing mathematics. The analogy approach works for programming, but it's not applicable to seriously studying mathematics.
Why?
Re: How to Read Mathematics
#55Re: How to Read Mathematics
#56I’m curious if anyone has advice on how to understand all the symbols used in math papers. Frequently I find this is the first barrier for me in reading them.
Shameless plug, I write about math on BetterExplained.com For each symbol, I try to make an analogy. For "e", for example, I have the notion of "continuous growth". The formal definition is this: https://betterexplained.com/ColorizedMath/content/img/E_(mat... "The base for continuous growth is the unit quantity earning unit interest for unit time." Once you see the role of each part of the definition, the idea snaps…
Re: How to Read Mathematics
#57Feynman’s method to understand complex problems is so simple and elegant! Surely you’re joking, mr Feynman: ”I can’t understand anything in general unless I’m carrying along in my mind a specific example and watching it go. Some people think in the beginning that I’m kind of slow and I don’t understand the problem, because I ask a lot of these “dumb” questions: “Is a cathode plus or minus? Is an an-ion this way, or t…
"I had a scheme, which I still use today when somebody is explaining something that I’m trying to understand: I keep making up examples. For instance, the mathematicians would come in with a terrific theorem, and they’re all excited. As they’re telling me the conditions of the theorem, I construct something which fits all the conditions. You know, you have a set (one ball) – disjoint (two balls). Then the balls turn colors, grow hairs, or whatever, in my head as they put more conditions on. Finally they state the theorem, which is some dumb thing about the ball which isn’t true for my hairy green ball thing, so I say, ‘False!’"
Re: How to Read Mathematics
#58FTA : >>> One can now check that the next statement is true with a certain amount of essentially mechanical, though perhaps laborious, checking. I, the author, could do it, but it would use up a large amount of space and perhaps not accomplish much, since it'd be best for you to go ahead and do the computation to clarify for yourself what's going on here. I promise that no new ideas are involved, though of course you…
Re: How to Read Mathematics
#59FTA : >>> One can now check that the next statement is true with a certain amount of essentially mechanical, though perhaps laborious, checking. I, the author, could do it, but it would use up a large amount of space and perhaps not accomplish much, since it'd be best for you to go ahead and do the computation to clarify for yourself what's going on here. I promise that no new ideas are involved, though of course you…
> I hate that. When I program my computer, I specify all the steps to accomplish something. If it's too verbose, then I abstract it in a function. > I even add comments to make sure that a human reader easily and completely understands what I do. Yeah, honestly, any single time I read a maths-related paper I feel like I would be better off with an example, well-written, implementation in any programming language. The…
Re: How to Read Mathematics
#60FTA : >>> One can now check that the next statement is true with a certain amount of essentially mechanical, though perhaps laborious, checking. I, the author, could do it, but it would use up a large amount of space and perhaps not accomplish much, since it'd be best for you to go ahead and do the computation to clarify for yourself what's going on here. I promise that no new ideas are involved, though of course you…
You certainly do not specify all the steps your computer must take to run the program because that would make even the simplest program a nightmare to read. In the same way, specifying all the steps a reader must take would make math papers completely unreadable. There's a line which should be chosen wisely, but it's not as simple as "just explain everything".