test(tests/lean/run/blast_cc4): congruence_closure and type classes

This commit is contained in:
Leonardo de Moura 2015-11-20 14:01:15 -08:00
parent 2627eade8b
commit eb3d73873a

View file

@ -0,0 +1,11 @@
open nat
set_option blast.subst false
definition tst
(a₁ a₂ b₁ b₂ c d : nat) :
a₁ = c → a₂ = c →
b₁ = d → d = b₂ →
a₁ + b₁ + a₁ = a₂ + b₂ + c :=
by blast
print tst