| author | paulson |
| Sat, 04 Mar 2000 12:02:41 +0100 | |
| changeset 8340 | c169cd21fe42 |
| parent 7946 | 95e1de322e82 |
| child 8856 | 435187ffc64e |
| permissions | -rw-r--r-- |
| 5078 | 1 |
(* Title: HOL/Real/ROOT |
2 |
ID: $Id$ |
|
3 |
Author: Lawrence C Paulson, Cambridge University Computer Laboratory |
|
4 |
Copyright 1998 University of Cambridge |
|
5 |
||
6 |
Construction of the Reals using Dedekind Cuts, by Jacques Fleuriot |
|
|
7583
d1b40e0464b1
Restructured lin.arith.package and fixed a proof in RComplete.
nipkow
parents:
7334
diff
changeset
|
7 |
|
|
d1b40e0464b1
Restructured lin.arith.package and fixed a proof in RComplete.
nipkow
parents:
7334
diff
changeset
|
8 |
Linear real arithmetic is installed in RealBin.ML. |
| 5078 | 9 |
*) |
10 |
||
11 |
writeln"Root file for HOL/Real"; |
|
12 |
||
| 5588 | 13 |
time_use_thy "RealDef"; |
| 6490 | 14 |
use "simproc.ML"; |
| 7334 | 15 |
time_use_thy "Real"; |
| 6490 | 16 |
time_use_thy "Hyperreal/Filter"; |
| 7219 | 17 |
time_use_thy "Hyperreal/HyperDef"; |
| 7946 | 18 |
|
19 |
(*FIXME: move to RealBin and eliminate all references to 0r, 1r in |
|
20 |
descendant theories*) |
|
21 |
Addsimps [zero_eq_numeral_0, one_eq_numeral_1]; |