ImperialCollegeLondon / natural_number_game

Building the natural numbers in Lean 3. The original natural number game, now frozen. See README for Lean 4 information.
Apache License 2.0
292 stars 73 forks source link

email #43

Closed kbuzzard closed 4 years ago

kbuzzard commented 4 years ago

Dear Kevin,

I just finished everything on natural number game. It is a fun exercise, the only serious advice (may not be correct or appropriate) I have is that add_left_eq_zero should make arguments explicit. Some other minor points: on level 2, Proposition world Gödel spelled wrong and level 10, advanced proposition, there is a missing right parenthesis.

kbuzzard commented 4 years ago

Thanks for the fixes!