pull/68/head
Jon Eugster 3 years ago
parent fd8c11b3d6
commit 5f0d25867e

@ -42,7 +42,7 @@ If you ever see `… + succ …` in your goal, you should be able to use
"
Statement
"For all natural numbers $a$, we have $a + \\operatorname{succ}(0) = a$."
"For all natural numbers $a$, we have $a + \\operatorname{succ}(0) = \\operatorname{succ}(a)$."
(a : ) : a + succ 0 = succ a := by
Hint "You find `{a} + succ …` in the goal, so you can use `rw` and `add_succ`
to make progress."

Loading…
Cancel
Save