2015-05-02 17:48:08 -07:00
|
|
|
|
571.lean:6:2: error:invalid 'cases' tactic, 'Exists' can only eliminate to Prop
|
|
|
|
|
proof state:
|
|
|
|
|
P : ℕ → Prop,
|
|
|
|
|
H : ∃ (n : ℕ), P n
|
|
|
|
|
⊢ ℕ
|
|
|
|
|
571.lean:7:0: error: don't know how to synthesize placeholder
|
|
|
|
|
P : ℕ → Prop,
|
|
|
|
|
H : ∃ (n : ℕ), P n
|
|
|
|
|
⊢ ℕ
|
2015-06-01 15:35:28 -07:00
|
|
|
|
571.lean:7:0: error: failed to add declaration 'example' to environment, value has metavariables
|
2015-05-02 17:48:08 -07:00
|
|
|
|
remark: set 'formatter.hide_full_terms' to false to see the complete term
|
2015-06-10 16:26:32 -07:00
|
|
|
|
?M_1
|