X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Ftests%2Finversion2.ma;h=f3bc943aa230c491f3d11e84f0c4c65f7b31fc08;hb=a1675f3cb3c4df7d334dffda1d33aaa973899814;hp=65dc75d4082f1ddecd21bd866d5de31e705f2d69;hpb=4b18357deddbebc2fef6187b8810e7a343b9813b;p=helm.git diff --git a/helm/software/matita/tests/inversion2.ma b/helm/software/matita/tests/inversion2.ma index 65dc75d40..f3bc943aa 100644 --- a/helm/software/matita/tests/inversion2.ma +++ b/helm/software/matita/tests/inversion2.ma @@ -12,7 +12,7 @@ (* *) (**************************************************************************) -set "baseuri" "cic:/matita/tests/inversion/". +set "baseuri" "cic:/matita/tests/inversion2/". include "legacy/coq.ma". inductive nat : Set \def @@ -24,7 +24,7 @@ inductive le (n:nat) : nat \to Prop \def leO : le n n | leS : \forall m. le n m \to le n (S m). -theorem le_inv: +theorem le_inv2: \forall n,m. \forall P: nat -> nat -> Prop. ? -> ? -> le n m -> P n m.