aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Reals/Rbase.v
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-11-05 20:49:22 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-11-05 20:49:22 +0000
commit6ef4bfcc3bfb5bbccb3638ef807d44766a139036 (patch)
tree43d20080898f844a0c942d819f87cb282a6278b6 /theories/Reals/Rbase.v
parentad78ed6d9015355320ef8ce65c78efa61ec78d83 (diff)
Pour ne plus éviter temporairement le "Auto with zarith" !
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@802 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 e7687436c..bfbab59bd 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; Omega.
+ Cut (positive_to_nat p0 (1))=(0);Auto with zarith real.
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; Omega.
+ Cut (positive_to_nat p0 (1))=(0);Auto with zarith real.
Simpl in H0;Absurd (1)=(0); Auto with zarith real.
Save.