Skip to content

Commit

Permalink
this should disable zero-ne-succ
Browse files Browse the repository at this point in the history
  • Loading branch information
kbuzzard committed Mar 17, 2024
1 parent 61ce832 commit 0934f62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Game/Levels/Algorithm/L06is_zero.lean
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,5 @@ Statement succ_ne_zero (a : ℕ) : succ a ≠ 0 := by
rw [h]
rw [is_zero_zero]
triv

DisabledTheorem MyNat.zero_ne_succ

0 comments on commit 0934f62

Please sign in to comment.