aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Arith/Between.v
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-12-06 01:57:08 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-12-06 01:57:08 +0000
commit3eb1ae56f9f2ee380e6cc323ab2cbaeb45cdf386 (patch)
tree39b1a03a999c49f5714d601d6379331561cb5105 /theories/Arith/Between.v
parent61002f54b95e5d947e48fa8df22bb5758df4422f (diff)
Amélioration nommage hypothèses NewInduction (et incompatibilités)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2275 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Arith/Between.v')
-rwxr-xr-xtheories/Arith/Between.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/theories/Arith/Between.v b/theories/Arith/Between.v
index e6b444601..1c08cdba3 100755
--- a/theories/Arith/Between.v
+++ b/theories/Arith/Between.v
@@ -126,8 +126,8 @@ Qed.
Lemma in_int_exists : (k,l,r:nat)(in_int k l r)->(Q r)->(exists k l).
Proof.
-NewInduction 1; Intros.
-Elim H1; Auto with arith.
+NewDestruct 1; Intros.
+Elim H0; Auto with arith.
Qed.
Lemma between_or_exists :