]> matita.cs.unibo.it Git - helm.git/commitdiff
le_inv renamed to avoid conflicts with the automatically generated one.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 18 Jul 2006 11:52:51 +0000 (11:52 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 18 Jul 2006 11:52:51 +0000 (11:52 +0000)
matita/tests/inversion2.ma

index 65dc75d4082f1ddecd21bd866d5de31e705f2d69..f3bc943aa230c491f3d11e84f0c4c65f7b31fc08 100644 (file)
@@ -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.