aboutsummaryrefslogtreecommitdiff
path: root/theories/Arith
diff options
context:
space:
mode:
authorherbelin2002-05-29 10:59:30 +0000
committerherbelin2002-05-29 10:59:30 +0000
commit7a05a712afb145bd8c41ad88dcabffbbd4fe0cf1 (patch)
tree96da6366bba630dd2c2d76d7d17cb3c4dca94b57 /theories/Arith
parent0e32f3e1b0e8d5ea00d0495df691797eb7379a4e (diff)
Double Induction prend maintenant des noms d'hyppthèses
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2729 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Arith')
-rwxr-xr-xtheories/Arith/EqNat.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Arith/EqNat.v b/theories/Arith/EqNat.v
index 587351c375..b4a232e204 100755
--- a/theories/Arith/EqNat.v
+++ b/theories/Arith/EqNat.v
@@ -64,7 +64,7 @@ Qed.
Definition beq_nat_eq : (x,y:nat)true=(beq_nat x y)->x=y.
Proof.
- Double Induction 1 2; Simpl.
+ Double Induction x y; Simpl.
Reflexivity.
Intros; Discriminate H0.
Intros; Discriminate H0.