From: Claudio Sacerdoti Coen Date: Tue, 18 Jul 2006 11:52:51 +0000 (+0000) Subject: le_inv renamed to avoid conflicts with the automatically generated one. X-Git-Tag: make_still_working~7055 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=a1675f3cb3c4df7d334dffda1d33aaa973899814;hp=4b18357deddbebc2fef6187b8810e7a343b9813b;p=helm.git le_inv renamed to avoid conflicts with the automatically generated one. --- 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.