5 lines
119 B
Text
5 lines
119 B
Text
theorem ex (n : Nat) : True := by
|
|
have n = 0 + n by rw [Nat.zero_add]
|
|
skip
|
|
--^ $/lean/plainGoal
|
|
exact True.intro
|