From e46e8046dccb8d2a5d1b33b66ab24473d9d74ced Mon Sep 17 00:00:00 2001 From: herbelin Date: Thu, 18 May 2000 18:06:40 +0000 Subject: parethèses de tactiques MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@454 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Arith/Div2.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'theories/Arith/Div2.v') 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/2 < n *) -- cgit v1.2.3