Skip to content

Commit 6a082fe

Browse files
committed
Demo2.v: new axioms for real numbers
1 parent 04c6251 commit 6a082fe

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Makefile.conf
88
g_coq_cw.ml
99
.merlin
1010
*.vo
11+
*.vok
12+
*.vos
1113
*.glob
1214
*.aux
1315
*.cmi

theories/Demo2.v

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,17 @@ Print Assumptions sqrt_pos.
5252
CWGroup "Real numbers".
5353

5454
Fail CWAssert sqrt_pos Assumes.
55-
CWAssert "Real Number Axioms" sqrt_pos Assumes
55+
CWAssert "Real Number Axioms (Dedekind)" sqrt_pos Assumes
56+
ClassicalDedekindReals.sig_not_dec
57+
ClassicalDedekindReals.sig_forall_dec
58+
functional_extensionality_dep.
59+
60+
(* CWAssert "Real Number Axioms" sqrt_pos Assumes
5661
R R0 R1 Rplus Rmult Ropp Rinv Rlt up
5762
Rplus_comm Rplus_assoc Rplus_opp_r Rplus_0_l
5863
Rmult_comm Rmult_assoc Rinv_l Rmult_1_l R1_neq_R0
5964
Rmult_plus_distr_l total_order_T
6065
Rlt_asym Rlt_trans Rplus_lt_compat_l Rmult_lt_compat_l
61-
archimed completeness.
66+
archimed completeness. *)
6267

6368
CWEndGroup.

0 commit comments

Comments
 (0)