src/HOL/Hyperreal/Hyperreal.thy
author wenzelm
Sat, 05 Aug 2006 14:52:58 +0200
changeset 20343 e093a54bf25e
parent 17635 9234108fdfb1
child 22983 3314057c3b57
permissions -rw-r--r--
reworked read_instantiate -- separate read_insts;

(*  Title:      HOL/Hyperreal/Hyperreal.thy
    ID:         $Id$
    Author:     Jacques Fleuriot, Cambridge University Computer Laboratory
    Copyright   1998  University of Cambridge

Construction of the Hyperreals by the Ultrapower Construction
and mechanization of Nonstandard Real Analysis
*)

theory Hyperreal
imports Poly Taylor HLog
begin

end