That's not very actionable advice. I've found this article [0] from Terence Tao very insightful: [A]ctual solutions to a major problem tend to be arrived at by a process more like the following (often involving several mathematicians over a period of years or decades, with many of the intermediate steps described here being significant publishable papers in their own right): 1. Isolate a toy model case x of major pro…
How to be successful as a research mathematician? Follow your gut
21–30 of 69 posts
Re: How to be successful as a research mathematician? Follow your gut
#22Earlier quoted context omitted.
Overheard at the watercooler: The only way a CS guy knows how to prove an algorithm works/does not work is to find counterexamples.
Seems hard to prove that an algorithm works by finding counterexamples.
Then again proving code works isn't everything either. There's a reason Knuth once stated "Beware of bugs in the above code; I have only proved it correct, not tried it."
Type checking is a nice intermediate, though not all languages allow all properties you care about to be encoded in types.
Re: How to be successful as a research mathematician? Follow your gut
#23That's not very actionable advice. I've found this article [0] from Terence Tao very insightful: [A]ctual solutions to a major problem tend to be arrived at by a process more like the following (often involving several mathematicians over a period of years or decades, with many of the intermediate steps described here being significant publishable papers in their own right): 1. Isolate a toy model case x of major pro…
And then erase all intermediate steps and just publish the end result - which no one will understand (including yourself a couple of years later), but that's OK /s
Re: How to be successful as a research mathematician? Follow your gut
#24That's not very actionable advice. I've found this article [0] from Terence Tao very insightful: [A]ctual solutions to a major problem tend to be arrived at by a process more like the following (often involving several mathematicians over a period of years or decades, with many of the intermediate steps described here being significant publishable papers in their own right): 1. Isolate a toy model case x of major pro…
And then erase all intermediate steps and just publish the end result - which no one will understand (including yourself a couple of years later), but that's OK /s
Re: How to be successful as a research mathematician? Follow your gut
#25Earlier quoted context omitted.
Can you name a few successful research mathematicians who solved an important open problem by just being "lucky"?
This is a philosophical viewpoint but in some sense all of them are lucky. Louis de Branges claimed for years to have a proof of Riemann Hypothesis. No one really agreed with his conclusion. He is certainly a first rate mathematician and had he came up with a proof that others accepted he’d be lauded as a great mathematician. Abhyankar claimed that no one has ever really understood Hironaka’s resolution of singularit…
Re: How to be successful as a research mathematician? Follow your gut
#26Re: How to be successful as a research mathematician? Follow your gut
#27That's not very actionable advice. I've found this article [0] from Terence Tao very insightful: [A]ctual solutions to a major problem tend to be arrived at by a process more like the following (often involving several mathematicians over a period of years or decades, with many of the intermediate steps described here being significant publishable papers in their own right): 1. Isolate a toy model case x of major pro…
And then erase all intermediate steps and just publish the end result - which no one will understand (including yourself a couple of years later), but that's OK /s
Re: How to be successful as a research mathematician? Follow your gut
#28Earlier quoted context omitted.
This is a philosophical viewpoint but in some sense all of them are lucky. Louis de Branges claimed for years to have a proof of Riemann Hypothesis. No one really agreed with his conclusion. He is certainly a first rate mathematician and had he came up with a proof that others accepted he’d be lauded as a great mathematician. Abhyankar claimed that no one has ever really understood Hironaka’s resolution of singularit…
Successful research mathematicians do consistently good work on many problems. While there may be one or two highlights that really boost a career, few people are one-hit wonders that stumble upon a solvable problem.
Re: How to be successful as a research mathematician? Follow your gut
#29Re: How to be successful as a research mathematician? Follow your gut
#30Earlier quoted context omitted.
And then erase all intermediate steps and just publish the end result - which no one will understand (including yourself a couple of years later), but that's OK /s
I've lamented this effect of the paper writing process for some time. I think a paper should present the steps taken by the authors to arrive at the new results, not just the new results in isolation. Those steps often provide so much useful insight.