aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Arith/Div2.v
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-05-18 18:06:40 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-05-18 18:06:40 +0000
commite46e8046dccb8d2a5d1b33b66ab24473d9d74ced (patch)
tree2051a61039a9040820590a082dcbaa51eb517268 /theories/Arith/Div2.v
parent9bb76e1a6d31b98214a87af3bc69455ae90dcf38 (diff)
parethèses de tactiques
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@454 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Arith/Div2.v')
-rw-r--r--theories/Arith/Div2.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Arith/Div2.v b/theories/Arith/Div2.v
index b1409b182..2040c00c4 100644
--- a/theories/Arith/Div2.v
+++ b/theories/Arith/Div2.v
@@ -26,7 +26,7 @@ Cut (n:nat)(P n)/\(P (S n)).
Intros. Elim (H2 n). Auto with arith.
Induction n0. Auto with arith.
-Intros. (Elim H2; Auto with arith).
+Intros. Elim H2; Auto with arith.
Save.
(* 0 <n => n/2 < n *)