X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Ftests%2Finversion2.ma;h=c99c59bcf7f77321d8c00aaef0f799e5d4d786d7;hb=bad8133c002daeb010eb45d1f6317bc2b5f2b5f8;hp=f3bc943aa230c491f3d11e84f0c4c65f7b31fc08;hpb=a1675f3cb3c4df7d334dffda1d33aaa973899814;p=helm.git diff --git a/helm/software/matita/tests/inversion2.ma b/helm/software/matita/tests/inversion2.ma index f3bc943aa..c99c59bcf 100644 --- a/helm/software/matita/tests/inversion2.ma +++ b/helm/software/matita/tests/inversion2.ma @@ -13,7 +13,7 @@ (**************************************************************************) set "baseuri" "cic:/matita/tests/inversion2/". -include "legacy/coq.ma". +include "../legacy/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.