lean2/tests/lean/j4.lean.expected.out
Leonardo de Moura a51139e63b feat(frontends/lean): position information in error messages
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-02-06 17:26:38 -08:00

27 lines
503 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Set: pp::colors
Set: pp::unicode
Imported 'macros'
Imported 'tactic'
Using: Nat
Defined: dvd
Proved: dvd_elim
Proved: dvd_intro
Proved: dvd_trans
Defined: prime
j4.lean:31:5: error: failed to create proof for the following proof state
Proof state:
n :
,
H1 :
n ≥ 2,
H2 :
¬ prime n,
H3 :
¬ n ≥ 2 ¬ (∀ (m : ), m | n → m = 1 m = n),
H4 :
¬ ¬ n ≥ 2,
m :
,
H5 :
¬ (m | n → m = 1 m = n)
⊢ m | n ∧ ¬ (m = 1 m = n)