aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Reals/Rbase.v
diff options
context:
space:
mode:
authorGravatar delahaye <delahaye@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-10-30 16:57:28 +0000
committerGravatar delahaye <delahaye@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-10-30 16:57:28 +0000
commit8dcc10c7fada3f9d7ec90d9598f19a21a6494090 (patch)
tree95e1a611c64236b1bb3f4729e28161431f017c8b /theories/Reals/Rbase.v
parentf52ce0e384b332af7cf74ffec1d7135f43094172 (diff)
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
Diffstat (limited to 'theories/Reals/Rbase.v')
-rw-r--r--theories/Reals/Rbase.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/theories/Reals/Rbase.v b/theories/Reals/Rbase.v
index bfbab59bd..e7687436c 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.