]> matita.cs.unibo.it Git - helm.git/commitdiff
added simpl test script
authorEnrico Tassi <enrico.tassi@inria.fr>
Tue, 24 May 2005 13:34:02 +0000 (13:34 +0000)
committerEnrico Tassi <enrico.tassi@inria.fr>
Tue, 24 May 2005 13:34:02 +0000 (13:34 +0000)
helm/matita/tests/simpl.ma [new file with mode: 0644]

diff --git a/helm/matita/tests/simpl.ma b/helm/matita/tests/simpl.ma
new file mode 100644 (file)
index 0000000..887566f
--- /dev/null
@@ -0,0 +1,8 @@
+alias id "not" = "cic:/Coq/Init/Logic/not.con".
+alias symbol "eq" (instance 0) = "leibnitz's equality".
+theorem a : 
+ \forall A:Set.
+ \forall x,y : A.
+ not (x = y) \to not(y = x).
+intro.
+simplify in hyp not(x=y).