]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/tests/test3.ma
packaging cleanup: get rid of ancient debhelpers, use dh_install
[helm.git] / helm / matita / tests / test3.ma
index 9a8958b2175360f26ab23ddadf7adad908725261..6b05351e6526825e09c83d9befa40dcbd03d89b1 100644 (file)
@@ -1,6 +1,21 @@
+(**************************************************************************)
+(*       ___                                                              *)
+(*      ||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                  *)
+(*                                                                        *)
+(**************************************************************************)
+
 set "baseuri" "cic:/matita/tests/test3/".
+include "coq.ma".
 
-alias symbol "eq" (instance 0) = "leibnitz's equality".
+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.
@@ -8,7 +23,7 @@ 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.