]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/tests/apply.ma
merged cic_notation with matita: good luck!
[helm.git] / helm / matita / tests / apply.ma
index 757d34769584e28945569dcefb79ea384956cfb1..0fcf73cf32fc81cbf60dc44c4549116e69df5ec9 100644 (file)
@@ -1,4 +1,5 @@
 (* test _with_ the WHD on the apply argument *)
+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)".
@@ -17,8 +18,8 @@ alias symbol "eq" (instance 0) = "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.