lean2/tests/lean/j4.lean.expected.out
Leonardo de Moura ef321e730f feat(builtin/tactic): add the 'skip' (bogus) tactic for ignoring a proof hole in a big proof
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-02-06 12:47:23 -08:00

27 lines
497 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:38:0: error: invalid tactic command, unexpected end of file
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)