X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Ftests%2Finversion.ma;h=925c54677ed4d0f61fd2b242caa9c9e09025e39e;hb=1eb77ed6774cb642e763182e900f143a0184e085;hp=3e49e06685d22818abd961fec9774f7708b4ab79;hpb=7f2444c2670cadafddd8785b687ef312158376b0;p=helm.git diff --git a/matita/tests/inversion.ma b/matita/tests/inversion.ma index 3e49e0668..925c54677 100644 --- a/matita/tests/inversion.ma +++ b/matita/tests/inversion.ma @@ -42,7 +42,7 @@ theorem t: \forall x,y. \forall H: sum x y O. simplify. intros. generalize in match H1. rewrite < H2; rewrite < H3.intro. - rewrite > H4.auto. + rewrite > H4.auto new library. qed. theorem t1: \forall x,y. sum x y O \to x = y. @@ -57,5 +57,5 @@ apply (sum_ind ? (\lambda a,b,K. y=a \to O=b \to x=a) ? ? ? s).*) inversion s. intros.simplify. intros. -rewrite > H. rewrite < H2. auto. +rewrite > H. rewrite < H2. auto new library. qed.