]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/tests/apply.ma
Committing all the recent development of Andrea after the merge between his
[helm.git] / helm / matita / tests / apply.ma
index 09b80cd4ee15234d16ace68adb7fd471a6bd8a70..41bdd3afc63e19fec85e78d8137967dbd36ce871 100644 (file)
@@ -1,5 +1,5 @@
 (* test _with_ the WHD on the apply argument *)
-set "baseuri" "cic:/matita/tests/".
+set "baseuri" "cic:/matita/tests/apply/".
 
 alias id "not" = "cic:/Coq/Init/Logic/not.con".
 alias id "False" = "cic:/Coq/Init/Logic/False.ind#xpointer(1/1)".
@@ -14,12 +14,12 @@ qed.
 
 (* test _without_ the WHD on the apply argument *)
 
-alias symbol "eq" (instance 0) = "leibnitz's equality".
+alias symbol "eq" (instance 0) = "Coq's leibnitz's equality".
 
 theorem a:
   \forall A:Set.
-  \forall x,y : A.
-  not (x=y) \to not (x=y).
+  \forall x: A.
+  not (x=x) \to not (x=x).
 intros.
 apply H.
 qed.