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