summaryrefslogtreecommitdiff
path: root/theories/Reals/Raxioms.v
diff options
context:
space:
mode:
authorGravatar Samuel Mimram <smimram@debian.org>2008-07-25 15:12:53 +0200
committerGravatar Samuel Mimram <smimram@debian.org>2008-07-25 15:12:53 +0200
commita0cfa4f118023d35b767a999d5a2ac4b082857b4 (patch)
treedabcac548e299fee1da464c93b3dba98484f45b1 /theories/Reals/Raxioms.v
parent2281410e38ef99d025ea77194585a9bc019fdaa9 (diff)
Imported Upstream version 8.2~beta3+dfsgupstream/8.2.beta3+dfsg
Diffstat (limited to 'theories/Reals/Raxioms.v')
-rw-r--r--theories/Reals/Raxioms.v6
1 files changed, 3 insertions, 3 deletions
diff --git a/theories/Reals/Raxioms.v b/theories/Reals/Raxioms.v
index aaea59f4..6667d2ec 100644
--- a/theories/Reals/Raxioms.v
+++ b/theories/Reals/Raxioms.v
@@ -6,7 +6,7 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-(*i $Id: Raxioms.v 9245 2006-10-17 12:53:34Z notin $ i*)
+(*i $Id: Raxioms.v 10710 2008-03-23 09:24:09Z herbelin $ i*)
(*********************************************************)
(** Axiomatisation of the classical reals *)
@@ -130,7 +130,7 @@ Definition IZR (z:Z) : R :=
Arguments Scope IZR [Z_scope].
(**********************************************************)
-(** * [R] Archimedian *)
+(** * [R] Archimedean *)
(**********************************************************)
(**********)
@@ -154,4 +154,4 @@ Definition is_lub (E:R -> Prop) (m:R) :=
Axiom
completeness :
forall E:R -> Prop,
- bound E -> (exists x : R, E x) -> sigT (fun m:R => is_lub E m).
+ bound E -> (exists x : R, E x) -> { m:R | is_lub E m }.