aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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 *)