5 lines
131 B
Text
5 lines
131 B
Text
set_option new_elaborator true
|
||
open nat
|
||
|
||
theorem succ_ne_self : ∀ (n : ℕ), succ n ≠ n
|
||
| 0 h := absurd h (nat.succ_ne_zero 0)
|