Skip to content

Commit

Permalink
Merge pull request #32 from nvchhawch/main
Browse files Browse the repository at this point in the history
Fix accidental removal of `zero_ne_succ`
  • Loading branch information
joneugster authored Oct 20, 2023
2 parents 2d26496 + b18d566 commit 26512db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Game/Levels/Implication/L09zero_ne_succ.lean
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Here `False` is a generic false statement. This means that
you can `apply zero_ne_succ at h` if `h` is a proof of `0 = succ n`.
"

NewLemma MyNat.zero_ne_succ

Introduction "
As warm-up for `2 + 2 ≠ 5` let's prove `0 ≠ 1`. To do this we need to
introduce Peano's last axiom `zero_ne_succ n`, a proof that `0 ≠ succ n`.
Expand Down

0 comments on commit 26512db

Please sign in to comment.