lean2/tests/lean/blast_cc_not_provable.lean
2016-01-16 19:33:24 -08:00

5 lines
178 B
Text

set_option blast.strategy "cc"
example (C : nat → Type) (f : Π n, C n → C n) (n m : nat) (c : C n) (d : C m) :
f n == f m → c == d → f n c == f m d :=
by blast