2015-05-03 00:48:08 +00: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 22:35:28 +00:00
|
|
|
|
571.lean:7:0: error: failed to add declaration 'example' to environment, value has metavariables
|
2015-05-03 00:48:08 +00:00
|
|
|
|
remark: set 'formatter.hide_full_terms' to false to see the complete term
|
|
|
|
|
λ (P : …) (H : …),
|
|
|
|
|
?M_1
|