lean2/tests/lean/571.lean.expected.out

13 lines
431 B
Text
Raw Normal View History

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
571.lean:7:0: error: failed to add declaration 'example' to environment, value has metavariables
remark: set 'formatter.hide_full_terms' to false to see the complete term
?M_1