aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Reals/Rsqrt_def.v
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Reals/Rsqrt_def.v')
-rw-r--r--theories/Reals/Rsqrt_def.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Reals/Rsqrt_def.v b/theories/Reals/Rsqrt_def.v
index d09b377ae..948d16610 100644
--- a/theories/Reals/Rsqrt_def.v
+++ b/theories/Reals/Rsqrt_def.v
@@ -430,7 +430,7 @@ Cut (n:nat)``0<=(f (Wn n))``.
Intros.
Assert H9 := (H6 H8).
Assert H10 := (H5 H7).
-Apply Rle_Rle_eq; Assumption.
+Apply Rle_antisym; Assumption.
Intro.
Unfold Wn.
Cut (z:R) (cond_pos z)=true <-> ``0<=z``.