src/HOL/Hyperreal/Hyperreal.thy
author wenzelm
Wed, 22 Nov 2006 20:51:00 +0100
changeset 21471 03a5ef1936c5
parent 17635 9234108fdfb1
child 22983 3314057c3b57
permissions -rw-r--r--
* settings: ML_IDENTIFIER includes the Isabelle version identifier;

(*  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