8a85e4ee87
We add a remark saying the command `reveal <id>` should be used to access `<id>` definition.
4 lines
185 B
Text
4 lines
185 B
Text
theorem simple : ∀ (a : ℕ), a ≥ 0
|
||
'simple' is still in the theorem queue, use command 'reveal simple' to access its definition.
|
||
theorem simple : ∀ (a : ℕ), a ≥ 0 :=
|
||
zero_le
|