lean2/tests/lean/run/blast5.lean
2015-11-13 15:27:54 -08:00

10 lines
233 B
Text

set_option blast.init_depth 10
example (a b : nat) : a = b → b = a :=
by blast
example (a b c : nat) : a = b → a = c → b = c :=
by blast
example (p : nat → Prop) (a b c : nat) : a = b → a = c → p b → p c :=
by blast