lean2/tests/lean/run/blast16.lean
2015-12-08 20:06:43 -08:00

9 lines
202 B
Text
Raw Permalink 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_option trace.blast true
example (p q : Prop) : p q → q p :=
by blast
definition lemma1 (p q r s : Prop) (a b : nat) : r s → p q → a = b → q p :=
by blast
print lemma1