Ask HN: How to learn mathematical proofs from scratch?
41–50 of 125 posts
Re: Ask HN: How to learn mathematical proofs from scratch?
#42Earlier quoted context omitted.
Do you want something at the level of beginning algebra? Or something more advanced?
I know how to do beginning algebra and geometry but I don’t necessarily know why the various rote techniques work. So beginner as far as intuition. But also beginner for technique for things like linear algebra and calculus that I never learned at all.
Good luck!
Re: Ask HN: How to learn mathematical proofs from scratch?
#43The problem is that, from what I can infer from your description, you don't have the fundamental skills necessary to self-tech effectively. You could try using some of the resources mentioned by other commenters, but chances are this process will much more tedious than if you had a mentor, and you'll probably come to believe various incorrect things that you'll have to unlearn later. Real-time feedback and correction would be more effective.
Also, I disagree with some of the advice given here. (Suggesting resources on Coq and ZFC to someone asking how exponents work? Really?) Tread carefully, and prefer the recommendations of people who have experience teaching high school students and undergraduates.
Re: Ask HN: How to learn mathematical proofs from scratch?
#44Not quite the question you asked, but "Classic Set Theory for Guided Independent Study" by Derek Goldrei is a great self-study intro to ZFC, which is the formal foundation of any other math you'll read about. I think the early chapters are simple enough that they'd make good practice for reading and writing proofs (though I didn't encounter it until I already had some experience doing that. I still think it's an exce…
> Specifically, when learning a new field of math, the proofs sometimes don't feel rigorous to me right away, but once I get used to the the basics and the linguistic conventions, I'm more able to fill in the holes in my head the most complicated proofs i ever dabbled in were things like proofs of convergence for algorithms, but i encountered various types of proofs in several intro courses: computability and theory…
Re: Ask HN: How to learn mathematical proofs from scratch?
#45I am in a math-learning Discord server led by a PhD guy, where everyone works through math books recommended by him, solves the exercises and posts the solutions to get checked. Of course, you can always ask questions. All of the math is proof-based, so we start with books that teach just that: proof writing, basic logic and set theory. Then you can branch out and learn what you like. Each person goes at their own pa…
Re: Ask HN: How to learn mathematical proofs from scratch?
#46For me Coq - the automated proof assistant was it. You can consider it a game where you try to prove something. And it is green and says okay when you are correct. If you just do it on paper you are never sure about if you are correct.
Re: Ask HN: How to learn mathematical proofs from scratch?
#47Re: Ask HN: How to learn mathematical proofs from scratch?
#48At Imperial College London there's an intro to proofs course taught with interactive exercises supported by a proof assistant, Lean. The exercises (and the proof assistant) are freely available online at https://www.ma.imperial.ac.uk/~buzzard/xena/natural_number_g... . Disclaimer: I didn't fully work through this game, I never studied at ICL and I can't vouch for its effectiveness, I simply heard about it and thought…