6 lines
105 B
Text
6 lines
105 B
Text
exit
|
||
import data.nat
|
||
open nat
|
||
|
||
example (x : ℕ) : 0 = x * 0 :=
|
||
calc 0 = x * 0 : by rewrite nat.mul_zero
|