src/HOL/Hyperreal/Hyperreal.thy
author wenzelm
Sun, 18 May 2008 15:28:21 +0200
changeset 26953 c460ed6eeeef
parent 26121 d4fbf84a6636
permissions -rw-r--r--
oops -- pr_graph = Syntax.string_of_term; removed dead pr_matrix;

(*  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 Ln Deriv Taylor Integration HLog
begin

end