lean4-htt/tests/lean/550.lean
2021-07-27 16:16:03 -07:00

3 lines
91 B
Text

example (h : ∀ x, x + 1 = x.succ) : (x + 1) + 1 = 1 + (x + 1) := by
rewrite [h]
done