src/HOL/Real/ROOT.ML
author fleuriot
Thu, 21 Sep 2000 12:11:38 +0200
changeset 10043 a0364652e115
parent 9430 c2dd2780f88d
child 10094 22f201e9ec7a
permissions -rw-r--r--
Updated Files with new theorems
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9108
9fff97d29837 bind_thm(s);
wenzelm
parents: 9043
diff changeset
     1
(*  Title:      HOL/Real/ROOT.ML
5078
7b5ea59c0275 Installation of target HOL-Real
paulson
parents:
diff changeset
     2
    ID:         $Id$
7b5ea59c0275 Installation of target HOL-Real
paulson
parents:
diff changeset
     3
    Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
7b5ea59c0275 Installation of target HOL-Real
paulson
parents:
diff changeset
     4
    Copyright   1998  University of Cambridge
7b5ea59c0275 Installation of target HOL-Real
paulson
parents:
diff changeset
     5
10043
a0364652e115 Updated Files with new theorems
fleuriot
parents: 9430
diff changeset
     6
Construction of the Reals using Dedekind Cuts, Ultrapower Construction
a0364652e115 Updated Files with new theorems
fleuriot
parents: 9430
diff changeset
     7
of the hyperreals, and mechanization of Nonstandard Real Analysis  
a0364652e115 Updated Files with new theorems
fleuriot
parents: 9430
diff changeset
     8
                        by Jacques Fleuriot
5078
7b5ea59c0275 Installation of target HOL-Real
paulson
parents:
diff changeset
     9
*)
7b5ea59c0275 Installation of target HOL-Real
paulson
parents:
diff changeset
    10
10043
a0364652e115 Updated Files with new theorems
fleuriot
parents: 9430
diff changeset
    11
time_use_thy "Real";
a0364652e115 Updated Files with new theorems
fleuriot
parents: 9430
diff changeset
    12
with_path "Hyperreal" use_thy "Series";
a0364652e115 Updated Files with new theorems
fleuriot
parents: 9430
diff changeset
    13
a0364652e115 Updated Files with new theorems
fleuriot
parents: 9430
diff changeset
    14
a0364652e115 Updated Files with new theorems
fleuriot
parents: 9430
diff changeset
    15