Hacker News new | ask | show | jobs
by abetusk 2491 days ago
This is something that I've struggled with myself so I can only give you advice as I've learned it from my perspective.

Math is a big field so you have to understand what parts you're really interested in and how you want information to be presented so that you'll learn it. For example, I'm interested in computation aspects of mathematics (information theory, computation group theory, abstract algebra, analysis, etc.) and I always prefer a "computer programmers" intuition in how to learn these subjects. That is, understanding how to 'program it', whatever that means for the different subjects I'm interested in.

Here is a small list of intuition I've learned about finding good resources:

* Books, and sometimes textbooks, are still a valuable resource. It's still the case that having a book on a subject that has curated content is better than the random Wikipedia articles or blog posts on the subject. Use Wikipedia, obviously, and look at blog posts, but I search for books in the subject area, especially if it's a field I'm not familiar with.

* When looking for books, prefer books that have "elementary" in the title, as in "elementary introduction". The more "advanced" books are talking about the bounds of research in the area, often fussing over esoteric issues whereas the "elementary" books give the foundation of knowledge in that area.

* Ideally for me, books would have "fundamental algorithms" somewhere in the title, as these books usually are exactly what I need to understand a field.

* When reading, ideally I make sure to do the exercises or run through the proofs myself. Mathematics is not a spectator sport and a large part of it is "learn by doing". Finding good resources so those exercises are meaningful is hard but they still need to be done.

* I often check MathOverflow, MathUndeflow, Physics.Stackexchange, CStheory.Stackexchange and other accompanying sites. There are a surprising number of good answers to questions of the form "what is the motivation behind...". As the subjects get more esoteric, these questions become more infrequent these resources are still invaluable. Asking questions on these sites is also an option and usually helpful.

* In the past I've watched more in depth lectures from mathematicians, either from conferences or from things like OpenCourseWare. There's a lot of 'folklore' wisdom that's embedded with people that sometimes comes out when viewing actual researchers talk about their research that wouldn't otherwise be apparent or emphasized in papers.

* I sometimes visit blogs from mathematicians or about mathematicians.

When I was younger in college, I was fortunate to have a social group of friends who were graduate students and TAs that had an appetite for discovery and teaching. There was a lot of folklore and intuition that was taught which would have been difficult to find otherwise. I think many graduate students in mathematics essentially use their exposure to their advisor, other teachers and other students to build that intuition.

I should also mention that there isn't "one way" to learn about these subjects. I take a computational perspective because that's my preference but I'm fully aware that not everyone thinks that way. Every person has their own perspective on what's fundamental and how they learn and build intuition even if they can be grouped in to rough categorizations (though I'd be hard pressed to quantify those categorizations). I've found the way I learn and optimize for it and I unfortunately have a hard time when information isn't presented in the way I need it to be, at least initially while I'm building intuition and learning a subject for the first time.

I can't find the quote now but there was a mathematician that was talking about Erdos and how Erdos didn't have deep knowledge or at least didn't use "higher mathematics" like Lie theory or other higher abstractions. Yet Erdos was prolific in his sense with his "elementary" methods, probably because he understood his tools and the problems deeply. As an analogy, it'd be like someone who knows assembly well trying to analyze a Haskell script. The Haskell programmer might have intuition from the constructs of that language but someone who knows assembly well understands that each of the abstractions in Haskell must eventually boil down to assembly instructions and can understand it from that perspective.

I also try to employ the "20% effort for 80% gain" rule. There are usually some basic concepts so learning them as fast as possible is the goal. This also allows for maximum gain for effort spent as if the field is interesting, I can dive deeper or move onto another if it's not.

I try to avoid resources that are "TED talk" like, press releases, or other "feel good" resources, like 3Brown1Blue. These are great for being inspired by mathematics (which is important!) but are usually devoid of content. Resources like 3Brown1Blue I find especially pernicious as they couch deep understanding by regurgitating facts without providing any fundamental insight.

I tend to stay away from Springer books as they're usually dense. They might be good for reference but for initial learning I've found them to be pretty bad.

People often say "read the original papers" but I found this to be horrible advice as the original papers often are a very rough 'proto' model of the ideas presented and don't benefit from work that's been done to simplify and extract the important parts of the theory without the cruft. Often times, mathematicians have their own pet notation which further get in the way of understanding. One exception is Shannon's paper on information theory.

In no particular order, here are a list of books I've found exceptional (very much catered to my personal taste):

[0] Computers and Intractability: A Guide to the Theory of NP-Completeness by Garey and Johnsen

[1] The Way of Analysis by Strichartz

[2] Introduction to Algorithms by Cormen, Leiserson, Rivest and Stein

[3] Fundamental Problems of Algorithmic Algebra by Yap

[4] Fundamental Algorithms for Permutation Groups by Butler

[5] A Mathematical Theory of Communication by Shannon

[6] Complexity and Criticality by Christensen and Moloney

I have not found what I consider exceptional texts on number theory, Galois theory or cryptography.

Here are some blogs I occasional visit:

[7] https://rjlipton.wordpress.com/ - Godel's Lost Letter and P=NP

[8] https://terrytao.wordpress.com/ - Terrence Tao's blog

Here are the SO sites:

[9] https://mathoverflow.net - Math overflow

[10] https://math.stackexchange.com/ - Math "underflow"

[11] https://physics.stackexchange.com/ - Physics SE

[12] https://cstheory.stackexchange.com/ - Theoretical Computer Science SE

Math videos:

[13] https://www.msri.org/videos/dashboard - MSRI Videos