Live data from Hacker News

How to Read Mathematics

web.stonehill.edu

11–20 of 65 posts

Re: How to Read Mathematics

#11
While it may be a bit pretentious to quote oneself, I'll go ahead and do just that from another post similar to this topic:

"When I come across some academic mathematics paper, even if I'm somewhat familiar with the field, I generally find other things far more interesting, like the coffee stain on the floor. Effectively reading a mathematics paper requires a print out (not just of the paper itself but also many of the papers cited) and a pencil to work through some of the definitions and take notes for yourself, and maintaining laser-like focus for a sustained period of time."

I think that capture the gist of that article. Basically, it can be an exhausting and draining affair, especially for someone with my cognitive capacity.

Re: How to Read Mathematics

#12
post #7
post #5

The big ones: Watch out for proof by contrapositive and contradiction. Until you really get used to proving things by assuming bits of them are false it throws you off to see it used in textbooks and papers because most papers do not tell you they are using them.

Could you cite an example?

Look at this proof of Fermat's Little Theorem [0], can you spot the indirect bit of the proof?

By the way, when you construct a proof you almost always have some leeway in how big your indirect section are. E.g. variant A: Assume X, do bits Y, Z, then contradiction. Variant B: Do bits Y', Z', assume X, then contradiction. In the second variant Y' and Z' could be useful on their own, and might be easier to understand without the inversion. For that reason, I often try to keep the contra-factual parts of the proof as small as possible. Though as with writing any code, clear writing trumps general rules.

[0] http://primes.utm.edu/notes/proofs/FermatsLittleTheorem.html

Re: How to Read Mathematics

#13

I just had a reviewer criticize a report I wrote for containing "sentence fragments". The paper says things like, "Then x = y/2", which my reviewer interpreted as a one-word sentence ("Then"), followed by an equation. It made me realize how unnatural it is for some people to actively read mathematics-- for example, turning "=" into the verb "equals".

What kind of reviewer, for what kind of paper? Any paper in which I wrote "Then x = y/2" would almost certainly be a math (or computer science) paper, so the reviewer would know what I was saying. If it was for a more general audience, I would probably find a better way to state my point.

Re: How to Read Mathematics

#14
post #12
post #7

Earlier quoted context omitted.

Could you cite an example?

Look at this proof of Fermat's Little Theorem [0], can you spot the indirect bit of the proof? By the way, when you construct a proof you almost always have some leeway in how big your indirect section are. E.g. variant A: Assume X, do bits Y, Z, then contradiction. Variant B: Do bits Y', Z', assume X, then contradiction. In the second variant Y' and Z' could be useful on their own, and might be easier to understand…

I expect you mean this bit:

    Suppose that ra and sa are the same modulo p,
    then we have r = s (mod p), so the p-1 multiples
    of a above are distinct and nonzero ...
More completely, I expect you want them to say:

    Consider the (p-1) multiples of a given by:

        a, 2a, 3a, ... (p-1)a.  (mod p)

    These are all distinct.  To see this, consider
    otherwise, and suppose ra=sa (mod p)
... and so on.

Is that what you meant?

The point is that all writing is aimed at an audience. I wouldn't expect someone with no experience of Science Fiction to be able to read "Quantum Thief," and I wouldn't expect anyone with a reading age of 6 to be able to read "Lord of the Rings." Similarly, that proof requires some degree of familiarity with the structure of proofs. This is not an especially difficult.

I've always found that indirect proofs, or proofs by contradiction, or proofs by the contrapositive, are mostly obvious as to what they are doing, although not always.

In short, I agree with what you say, don't think the problem is as bad as you are portraying, think the example you have given is not especially good, but I'd be hard pressed to find a better one.

And finally, it's possible to come up with bad writing in every context. Some proofs are badly written, badly expressed, and badly explained. I know - I've not only read many of them, I've written some as well.

No surprise there.

Addendum: Sometimes the proofs that gave me the greatest understanding were the ones that were the most badly written, forcing me to work through the material on my own terms and understand it in my own way. Perhaps well-written, well-expressed and well-explained proofs are actually a bad thing.

Re: How to Read Mathematics

#15
" Don’t just read it; fight it! Ask your own questions, look for your own examples, discover your own proofs. Is the hypothesis necessary? Is the converse true? What happens in the classical special case? What about the degenerate cases? Where does the proof use the hypothesis? "

-Paul Halmos, inventor of "iff" and the ∎ symbol ( http://en.wikipedia.org/wiki/Paul_Halmos )

Re: How to Read Mathematics

#16
My secret for reading difficult math and physics texts: write out, by hand, every equation as you encounter it. Firstly, it slows me down so I'm not tempted to skim it like a novel. More importantly, my standards for what I write are much higher than my standards for what I read; if I see something I'm not completely convinced of, I may shrug and move on, but I'm not willing to write something down unless I really understand it.

Re: How to Read Mathematics

#17

I just had a reviewer criticize a report I wrote for containing "sentence fragments". The paper says things like, "Then x = y/2", which my reviewer interpreted as a one-word sentence ("Then"), followed by an equation. It made me realize how unnatural it is for some people to actively read mathematics-- for example, turning "=" into the verb "equals".

That's a very simple example. Then x equals y divided by 2

How can anybody with a grade school level education not understand that? Are you sure the reviewer couldn't turn it into a sentence? Or perhaps the reviewer didn't feel that was the proper formatting for a sentence? I'm not sure how else you would include equations in a sentence, but if my reviewer didn't understant grade school level mathematics I'd be horrified that this person was in a position to be reviewing anything at all.

Re: How to Read Mathematics

#18
post #13

I just had a reviewer criticize a report I wrote for containing "sentence fragments". The paper says things like, "Then x = y/2", which my reviewer interpreted as a one-word sentence ("Then"), followed by an equation. It made me realize how unnatural it is for some people to actively read mathematics-- for example, turning "=" into the verb "equals".

What kind of reviewer, for what kind of paper? Any paper in which I wrote "Then x = y/2" would almost certainly be a math (or computer science) paper, so the reviewer would know what I was saying. If it was for a more general audience, I would probably find a better way to state my point.

It's about modeling specific physical processes in buildings. It's computer science in the sense that the paper focuses on efficient implementation. However, the audience is the indoor environment community.

The reviewer is a skilled experimenter, whom I enlisted to check my understanding of the physical processes. (By the way, this person knew what I was saying, just didn't like the way I said it. For our internal reviews, we tend to get pretty picky.)

It's definitely not for a general audience-- there'll probably be five people in the world who can use the paper directly (once the results are embedded in software, there'll probably be several hundred who will use it).

Re: How to Read Mathematics

#19

I just had a reviewer criticize a report I wrote for containing "sentence fragments". The paper says things like, "Then x = y/2", which my reviewer interpreted as a one-word sentence ("Then"), followed by an equation. It made me realize how unnatural it is for some people to actively read mathematics-- for example, turning "=" into the verb "equals".

That's a very simple example. Then x equals y divided by 2 How can anybody with a grade school level education not understand that? Are you sure the reviewer couldn't turn it into a sentence? Or perhaps the reviewer didn't feel that was the proper formatting for a sentence? I'm not sure how else you would include equations in a sentence, but if my reviewer didn't understant grade school level mathematics I'd be horri…

You're right, this was a format complaint only.

When a sentence had an identifiable "other" verb-- for example "Then substituting gives x = y/2"-- everything was fine.

The reviewer actually made some incredible suggestions for restructuring the paper to bring out the important points. I'd hate for people to come away from my original comment thinking the reviewer is anything other than a very bright person who was pushing me to make the paper as clear as possible.

Post reply on HN