aboutsummaryrefslogtreecommitdiff
path: root/theories/Reals/Cauchy/ConstructiveRcomplete.v
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Reals/Cauchy/ConstructiveRcomplete.v')
-rw-r--r--theories/Reals/Cauchy/ConstructiveRcomplete.v5
1 files changed, 5 insertions, 0 deletions
diff --git a/theories/Reals/Cauchy/ConstructiveRcomplete.v b/theories/Reals/Cauchy/ConstructiveRcomplete.v
index 754f9be5fe..a6843d598c 100644
--- a/theories/Reals/Cauchy/ConstructiveRcomplete.v
+++ b/theories/Reals/Cauchy/ConstructiveRcomplete.v
@@ -16,6 +16,11 @@ Require Import ConstructiveCauchyRealsMult.
Require Import Logic.ConstructiveEpsilon.
Require Import ConstructiveCauchyAbs.
+(** Proof that Cauchy reals are Cauchy-complete.
+
+ WARNING: this file is experimental and likely to change in future releases.
+ *)
+
Local Open Scope CReal_scope.
(* We use <= in sort Prop rather than < in sort Set,