2015-12-04 21:51:56 +00:00
|
|
|
attribute iff [reducible]
|
2015-12-06 23:01:49 +00:00
|
|
|
set_option blast.strategy "ematch"
|
2015-12-04 21:51:56 +00:00
|
|
|
|
2015-12-04 22:03:51 +00:00
|
|
|
definition lemma1 (p : nat → Prop) (a b c : nat) : p a → a = b → p b :=
|
2015-12-04 21:51:56 +00:00
|
|
|
by blast
|
2015-12-04 22:03:51 +00:00
|
|
|
|
|
|
|
set_option pp.beta true
|
|
|
|
print lemma1
|