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: 0.4.95@7852~1195 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=ca160266c4955d0cbdb66e1a24f2239e2839e215;p=helm.git le_inv renamed to avoid conflicts with the automatically generated one. --- diff --git a/matita/tests/inversion2.ma b/matita/tests/inversion2.ma index 65dc75d40..f3bc943aa 100644 --- a/matita/tests/inversion2.ma +++ b/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.