ecfc01b2d0
see issue #695 remark: we have to fix the tutorial the ASCII notation for fold is `<d` instead of `<D`
3 lines
67 B
Text
3 lines
67 B
Text
open nat
|
||
example (n : ℕ) : n + 1 = succ n :=
|
||
by rewrite [<d n+1]
|