From 8dcc10c7fada3f9d7ec90d9598f19a21a6494090 Mon Sep 17 00:00:00 2001 From: delahaye Date: Mon, 30 Oct 2000 16:57:28 +0000 Subject: Pour eviter temporairement le "Auto with zarith" git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@788 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Reals/Rbase.v | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theories/Reals/Rbase.v b/theories/Reals/Rbase.v index bfbab59bde..e7687436c7 100644 --- a/theories/Reals/Rbase.v +++ b/theories/Reals/Rbase.v @@ -1056,7 +1056,7 @@ Apply (not_O_INR (convert p));Red; Intro;Clear H;Unfold convert in H0; Simpl in H1;Absurd (S (positive_to_nat p0 (2)))=(0); Auto with zarith real. Simpl in H1;Cut (2)=(plus (1) (1)); Auto with zarith real. Intro; Rewrite H2 in H1;Rewrite (ZL2 p0 (1)) in H1;Clear H2; - Cut (positive_to_nat p0 (1))=(0);Auto with zarith real. + Cut (positive_to_nat p0 (1))=(0);Auto with (* zarith *) real; Omega. Simpl in H1;Absurd (1)=(0); Auto with zarith real. Generalize (eq_Ropp (Ropp (INR (convert p))) R0 H);Intro;Clear H; Rewrite (Ropp_Ropp (INR (convert p))) in H0;Rewrite Ropp_O in H0; @@ -1066,7 +1066,7 @@ Apply (not_O_INR (convert p));Red; Intro;Clear H0; Simpl in H1;Absurd (S (positive_to_nat p0 (2)))=(0); Auto with zarith real. Simpl in H1;Cut (2)=(plus (1) (1)); Auto with zarith real. Intro; Rewrite H2 in H1;Rewrite (ZL2 p0 (1)) in H1;Clear H2; - Cut (positive_to_nat p0 (1))=(0);Auto with zarith real. + Cut (positive_to_nat p0 (1))=(0);Auto with (* zarith *) real; Omega. Simpl in H0;Absurd (1)=(0); Auto with zarith real. Save. -- cgit v1.2.3