X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2Ftests%2Ftest3.ma;h=98dc65c9579c43ee0b22478e5a76e09662665708;hb=97c2d258a5c524eb5c4b85208899d80751a2c82f;hp=08ca196829ec903829ee103ab3ec1bbb0380ac39;hpb=d9394782ed9580f3565eb9b4682d8348aae6349e;p=helm.git diff --git a/helm/matita/tests/test3.ma b/helm/matita/tests/test3.ma index 08ca19682..98dc65c95 100644 --- a/helm/matita/tests/test3.ma +++ b/helm/matita/tests/test3.ma @@ -1,14 +1,29 @@ -set "baseuri" "cic:/matita/tests/". +(**************************************************************************) +(* ___ *) +(* ||M|| *) +(* ||A|| A project by Andrea Asperti *) +(* ||T|| *) +(* ||I|| Developers: *) +(* ||T|| The HELM team. *) +(* ||A|| http://helm.cs.unibo.it *) +(* \ / *) +(* \ / This file is distributed under the terms of the *) +(* v GNU General Public License Version 2 *) +(* *) +(**************************************************************************) -alias symbol "eq" (instance 0) = "leibnitz's equality". +set "baseuri" "cic:/matita/tests/test3/". +include "coq.ma". + +alias symbol "eq" (instance 0) = "Coq's leibnitz's equality". theorem a:\forall x.x=x. alias id "nat" = "cic:/Coq/Init/Datatypes/nat.ind#xpointer(1/1)". -exact nat. -intro. -reflexivity. +[ exact nat. +| intro. reflexivity. +] qed. alias num (instance 0) = "natural number". -alias symbol "times" (instance 0) = "natural times". +alias symbol "times" (instance 0) = "Coq's natural times". theorem b:\forall p:nat. p * 0=0. intro.