zant | 4 years ago | on: Galois Groups and the Symmetries of Polynomials
zant's comments
zant | 4 years ago | on: Galois Groups and the Symmetries of Polynomials
Visual group theory is a really nice book for intuition. Also, the YouTube series "Essence of Group Theory" can help in this same line.
What I also want to do while self learning is formalizing some theorems and definitions in Lean. Even just looking at how they're already defined in mathlib [1] can be of great help when internalizing the concepts.
https://github.com/leanprover-community/mathlib/blob/292e3fa...
zant | 4 years ago | on: Microsoft/IoT-for-Beginners: 12 Weeks, 24 Lessons, IoT for All
zant | 4 years ago | on: MIT OpenCourseWare
But what I found is that, for me, a really good way to start learning a new subject is studying from Lecture Notes.
These are generally less dense and more tractable than a whole textbook, and at the same time, you get the written form which I find a bit easier to follow than multiple hours of video.
Of course you miss the depth in some cases, but as introductory content I find them really to the point and easing the learning curve.
zant | 4 years ago | on: Mathematicians welcome computer-assisted proof in ‘grand unification’ theory
zant | 4 years ago | on: Mathematicians welcome computer-assisted proof in ‘grand unification’ theory
However, the cool thing about programming is that it lets us represent a lot of different things. In this case you're representing the construction and interaction of mathematical objects, with a language that targets a specific proof management system to verify this constructions.
But yes, it is "just programming", and some functional languages even support proofs to some extent like Scala or Agda.
zant | 5 years ago | on: Show HN: Svelte NodeGUI, a lightweight Electron alternative with native UI
Thanks for sharing!
zant | 5 years ago | on: Show HN: Svelte NodeGUI, a lightweight Electron alternative with native UI
But eventually wasn't able to get the same code completion, and searching was also a bit more painful.
How do you go about that? Would you mind sharing your setup? :)
zant | 5 years ago | on: Formalising Mathematics: An Introduction
I'm currently thinking about getting a degree in Maths, and I find extremely appealing the notion of having a repo of knowledge from where to gather theorems, specially useful for newer developed areas.
zant | 5 years ago | on: How to Escape the Modern Rat Race
zant | 5 years ago | on: Convolution Is Fancy Multiplication
I digress from this opinion, mainly because I believe that what truly makes Lean shine is not the language itself but what's around it.
I see Lean as something of a Rust in some aspects. It's a relatively young language, created with a good user experience in mind and a really good environment around it: starting from the VSCode integration, Web support, well written documentation, increasing learning resources and great community. It's just so easy to get started and learn.
At the end there are a lot of other options such as Coq, Isabelle, Agda and others. However, what's around the language is in my opinion more important than specific design decision, and this may be part of the current Lean success.