X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Ftests%2Fcoercions_russell.ma;h=36217ad9dbfba62e8299b06789df498f38d47456;hb=ae98f5490e20dd26ece5804d9847acfba0e4d16b;hp=dede79ca145e741115813aac4ebff05b48cedb13;hpb=3f70fa72abe1d8453ea3565f4a33a05832dbc2e0;p=helm.git diff --git a/matita/tests/coercions_russell.ma b/matita/tests/coercions_russell.ma index dede79ca1..36217ad9d 100644 --- a/matita/tests/coercions_russell.ma +++ b/matita/tests/coercions_russell.ma @@ -93,7 +93,7 @@ definition find_spec ≝ ∃l1,l2,l3.l = l1 @ [x] @ l2 @ [y] @ l3]. lemma mem_x_to_ex_l1_l2 : ∀l,x.mem ? eqb x l = true → ∃l1,l2.l = l1 @ [x] @ l2. -intros 2; elim l (H hd tl IH H); [destruct H] +intros 2; elim l (H hd tl IH H); [simplify in H; destruct H] generalize in match H; clear H; simplify; apply (eqb_elim x hd); simplify; intros; [1:clear IH; rewrite < H; apply (ex_intro ? ? []);