lean2/tests/lean/run/blast_cc2.lean
2015-11-20 13:48:22 -08:00

24 lines
632 B
Text

set_option blast.init_depth 10
set_option blast.inc_depth 100
set_option blast.subst false
example (a b c d : nat) : a == b → b = c → c == d → a == d :=
by blast
example (a b c d : nat) : a = b → b = c → c == d → a == d :=
by blast
example (a b c d : nat) : a = b → b == c → c == d → a == d :=
by blast
example (a b c d : nat) : a == b → b == c → c = d → a == d :=
by blast
example (a b c d : nat) : a == b → b = c → c = d → a == d :=
by blast
example (a b c d : nat) : a = b → b = c → c = d → a == d :=
by blast
example (a b c d : nat) : a = b → b == c → c = d → a == d :=
by blast