lean4-htt/tests/lean/run/blast6.lean
2016-06-10 18:29:41 -07:00

8 lines
225 B
Text

exit
set_option blast.strategy "preprocess"
lemma lemma1 (bv : nat → Type) (n m : nat) (H : n = m) (b1 : bv n) (b2 : bv m) (H2 : eq.rec_on H b1 = b2) : b1 = eq.rec_on (eq.symm H) b2 :=
by blast
reveal lemma1
print lemma1