]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/tests/generalize.ma
added homepage URL, now we have one
[helm.git] / helm / matita / tests / generalize.ma
index a6e56ef3e06215863ec94c73b73b209d806af2eb..ee0732225e57a6b6b62c1a8149fab19e1b3af281 100644 (file)
@@ -1,5 +1,5 @@
 (**************************************************************************)
-(*       ___                                                               *)
+(*       ___                                                              *)
 (*      ||M||                                                             *)
 (*      ||A||       A project by Andrea Asperti                           *)
 (*      ||T||                                                             *)
 (**************************************************************************)
 
 set "baseuri" "cic:/matita/generalize".
+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 "plus_comm" = "cic:/Coq/Arith/Plus/plus_comm.con".
 alias id "S" = "cic:/Coq/Init/Datatypes/nat.ind#xpointer(1/1/2)".
 
@@ -33,4 +34,4 @@ qed.
 theorem test2: \forall x. x + 4 = 4 + x.
  generalize in match 4.
  exact plus_comm.
-qed.
\ No newline at end of file
+qed.