X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2Ftests%2Fclearbody.ma;h=0956cbc1e2f89cafb6d195c5e9fcabf269b21ac8;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=b38de22dbd0ec3866a7d20f2127dce94f677b3cb;hpb=98f91a1c3b122ac026e38d16c9cbac50f9562f7d;p=helm.git diff --git a/helm/matita/tests/clearbody.ma b/helm/matita/tests/clearbody.ma index b38de22db..0956cbc1e 100644 --- a/helm/matita/tests/clearbody.ma +++ b/helm/matita/tests/clearbody.ma @@ -1,5 +1,5 @@ (**************************************************************************) -(* ___ *) +(* ___ *) (* ||M|| *) (* ||A|| A project by Andrea Asperti *) (* ||T|| *) @@ -13,13 +13,14 @@ (**************************************************************************) set "baseuri" "cic:/matita/tests/clearbody". +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". theorem stupid : - let x \def 0 + 1 in x + 1= x + 1. + let x \def 0 + 1 in x + 2 = x + 2. intros. clearbody x. simplify.