5 lines
95 B
Text
5 lines
95 B
Text
open Nat
|
|
example : Nat.add zero (succ n) = succ n := by
|
|
unfold Nat.add
|
|
trace_state
|
|
sorry
|