]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/tests/inversion2.ma
severe bug found in parallel zeta
[helm.git] / helm / software / matita / tests / inversion2.ma
index f3bc943aa230c491f3d11e84f0c4c65f7b31fc08..8261b33f07355eefe305b50c3e406de595116972 100644 (file)
@@ -12,8 +12,8 @@
 (*                                                                        *)
 (**************************************************************************)
 
-set "baseuri" "cic:/matita/tests/inversion2/".
-include "legacy/coq.ma".
+
+include "coq.ma".
 
 inductive nat : Set \def
    O : nat
@@ -59,5 +59,5 @@ theorem test_inversion: \forall n. le n O \to n=O.
   (* elim H. BUG DI UNSHARING *)
   (*apply (ledx_ind (\lambda x.\lambda y.  n=x \to O=y \to x=y) ? ? ? ? H).*)
     simplify. intros. reflexivity.    
-    simplify. intros. discriminate H3.
+    simplify. intros. destruct H3.
 qed.