Ask HN: How to learn mathematical proofs from scratch?
31–40 of 125 posts
Re: Ask HN: How to learn mathematical proofs from scratch?
#32Re: Ask HN: How to learn mathematical proofs from scratch?
#33The best one right now is Proofs: A Long Form Textbooks by Jay Cummings. I wholeheartedly recommend it. And this is exactly the one you are looking for.
It is fully intended to teach learners how to write proofs, and not to impress one's peers or get citations.
I loved the book.
I picked it up because although I had a decent curriculum-based Maths education as a Physics undergrad and wrote many proofs, these proofs were always learned in a domain-dependent way. I was clueless about writing a new proof in a new domain.
This book filled a large hole in my life.
And I recommend it.
One other book that is good and should be read if you want to rigorously study Calculus from ground up, and it also teaches you a decent amount of Analysis, too. It's Spivak's Calculus. It's one of the best Math books ever written.
Re: Ask HN: How to learn mathematical proofs from scratch?
#34I learned a lot from working through An Infinite Descent into Pure Mathematics by Clive Newstead. It's designed to get someone with minimal math background started with the basics of pure math. Becoming comfortable with proofs happens along the way.
Lately, I have also really enjoyed 99 Variations on a Proof by Philip Ording, which is not a textbook. Rather it is an Exercises in Style type book that explores many different ways to express a mathematical proof of the same simple fact. Some of the proofs are whimsical, and others offer genuine insight. If you're looking for something lighter than a textbook that is still interesting and somewhat useful, this book is more approachable.
https://www.amazon.com/99-Variations-Proof-Philip-Ording/dp/...
Re: Ask HN: How to learn mathematical proofs from scratch?
#35Journey into Mathematics: An Introduction to Proofs (Dover Books on Mathematics) https://a.co/d/csM8jRd
I seem to remember that by design it didn't require any advanced maths to get started constructing proofs. Good luck!
Re: Ask HN: How to learn mathematical proofs from scratch?
#36we can try your example
we want to show that (a^b)^c = a^bc
let's work on the LHS
by the definition of an exponent, we know that a^b is just a * a * ... * a b times, so we can rewrite it as:
(a_0 * a_1 * ... * a_b)^c
by the same definition, we can multiply the quantity inside the parenthesis by itself c times:
(a_0 * a_1...a_b)_0 * (a_0 * a_1 * ... * a_b)_1 * ... * (a_0 * a_1 * ... * a_b)_c
now, use the fact that a^m * a^n = a^(m+n) to consolidate the parenthesis, since each factor has an exponent of 1 we can use simple counting:
(a^b)_0 * (a^b)_1 * ... * (a^b)_c
Repeat the previous step c times, we end up with
a^(b_0 + b_1 + ... + b_c)
which of course is just
a^(bc)
therefore (a^b)^c = a^(bc)
Re: Ask HN: How to learn mathematical proofs from scratch?
#37Good luck!
Re: Ask HN: How to learn mathematical proofs from scratch?
#38Earlier quoted context omitted.
+1 for Euclidian geometry. Once you “prove” that you can find angle B and C knowing angle A it’s a pretty eye opening experience. This is why this is/was? emphasized in middle school geometry.
Any particular books you can recommend?
What you want is a book that combines an introduction to logic with a bunch of different proofs from different areas of math, such as set axioms, relations, functions, sequences, construction of real numbers, etc. There are many books like this, here is one that includes all of that plus a little number theory and algebra towards the end: http://libgen.rs/book/index.php?md5=7E4D97D2F58B91D052595E68...
Re: Ask HN: How to learn mathematical proofs from scratch?
#39All 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 pacing.
One thing is that you will have to put a lot of effort into learning yourself; there is no silver bullet, regardless of whether you know proofs or not.
If you want to join, you can PM u/CheapViolin on Reddit.
Re: Ask HN: How to learn mathematical proofs from scratch?
#40Take a square that has a equal parts, with x parts shaded. It represents x/a.
You can split up the whole square in a different way but keep the same area. This square has c equal parts, with b parts shaded. It represents b/c.
You can represent the work by multiplication and division, too.
Take, for example, 6/12. Divide both numerator and denominator by 3. You get the equivalent fraction 2/4.
The area does not change. Hope it makes sense.