X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fmatita%2Ftests%2Fchange.ma;h=2c5daf0d2f459285ec9f003d74083487f83215b3;hb=91a095f0686ee569ba035e4e30c7d071588cb8e7;hp=ea894c28e2aacb3726fcc8c4f2ee8dbbd52e4f6c;hpb=0e10d3bcb924a36596134edfa3d82431c7794e09;p=helm.git diff --git a/helm/matita/tests/change.ma b/helm/matita/tests/change.ma index ea894c28e..2c5daf0d2 100644 --- a/helm/matita/tests/change.ma +++ b/helm/matita/tests/change.ma @@ -1,5 +1,5 @@ (**************************************************************************) -(* ___ *) +(* ___ *) (* ||M|| *) (* ||A|| A project by Andrea Asperti *) (* ||T|| *) @@ -13,9 +13,10 @@ (**************************************************************************) set "baseuri" "cic:/matita/tests/change/". +include "coq.ma". alias num (instance 0) = "natural number". -alias symbol "eq" (instance 0) = "leibnitz's equality". -alias symbol "plus" (instance 0) = "natural plus". +alias symbol "eq" (instance 0) = "Coq's leibnitz's equality". +alias symbol "plus" (instance 0) = "Coq's natural plus". alias id "nat" = "cic:/Coq/Init/Datatypes/nat.ind#xpointer(1/1)". theorem stupid: @@ -26,4 +27,4 @@ intros. change in \vdash (? ? % ?) with 5. rewrite < H in \vdash (? ? % ?). reflexivity. -qed. \ No newline at end of file +qed.