update progress electric boogaloo

This commit is contained in:
2026-07-30 16:37:59 +02:00
parent 307abb42b6
commit 00e0f60646
4 changed files with 8 additions and 160 deletions
+8
View File
@@ -9,3 +9,11 @@ See Index.md for a list of theorems, lemmas and corralary and the small set of p
To learn Lean and prepare myself, I will read this month _Theorem Proving in Lean 4_.
I will try to continusly update this README.md tracking my advance.
#### 2026-07-30
Lean4 is much more complex than what I thought. Not only I need to learn a new syntax, but also dependent type theory, formal logic and much more.
I also watch a [video](https://www.youtube.com/watch?v=0QZI_m8WZ0Q) and followed step by step. I've learned better than in my few hours of reading _Theorem Proving in Lean 4_ (I switched to the video after not entierly understanding the fifth paragraph of the subchapter "What makes dependent type theory dependent" of the second chapter of the book.
I am bit bored by copying examples and following books. I'm gonna try the same methode I used to learn C and Python. Set myself goals (in this case small basic proofs) and when I don't know or don't understand it google it (I won't use a LLM not because I'm against it, but because I don't want to become reliant on it).