lean2/tests/lean/run/blast16.lean

11 lines
264 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_option blast.init_depth 10
set_option blast.inc_depth 100
set_option blast.trace 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