X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2Ftests%2Ftest3.ma;h=9a8958b2175360f26ab23ddadf7adad908725261;hb=42e7448a9e2eb9c44a336f0f3e56c9249f46fcc6;hp=e589c5aaa8361b84978069f14514ac901df5e852;hpb=6b8da04f526b3484dc92f61a23a8e61e63422c13;p=helm.git diff --git a/helm/matita/tests/test3.ma b/helm/matita/tests/test3.ma index e589c5aaa..9a8958b21 100644 --- a/helm/matita/tests/test3.ma +++ b/helm/matita/tests/test3.ma @@ -1,7 +1,8 @@ +set "baseuri" "cic:/matita/tests/test3/". + alias symbol "eq" (instance 0) = "leibnitz's equality". theorem a:\forall x.x=x. alias id "nat" = "cic:/Coq/Init/Datatypes/nat.ind#xpointer(1/1)". -goal 5. exact nat. intro. reflexivity. @@ -12,5 +13,4 @@ alias symbol "times" (instance 0) = "natural times". theorem b:\forall p:nat. p * 0=0. intro. auto. -abort. -qed. \ No newline at end of file +qed.