X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=matita%2Ftests%2Finversion.ma;h=4c33beee0f8c38a89b79f366c4e573e378881c90;hb=1776f357e1a69fa1133956660b65d7bafdfe5c25;hp=925c54677ed4d0f61fd2b242caa9c9e09025e39e;hpb=ff31975b5e8899efaa9bd6daa236e12a8b62611f;p=helm.git diff --git a/matita/tests/inversion.ma b/matita/tests/inversion.ma index 925c54677..4c33beee0 100644 --- a/matita/tests/inversion.ma +++ b/matita/tests/inversion.ma @@ -13,7 +13,7 @@ (**************************************************************************) set "baseuri" "cic:/matita/tests/inversion_sum/". -include "legacy/coq.ma". +include "../legacy/coq.ma". alias symbol "eq" (instance 0) = "Coq's leibnitz's equality". @@ -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 new library. + rewrite > H4.autobatch 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 new library. +rewrite > H. rewrite < H2. autobatch library. qed.