src/HOL/Hyperreal/Hyperreal.thy
author berghofe
Wed, 21 May 2008 14:04:41 +0200
changeset 26964 df1f238a05f7
parent 26121 d4fbf84a6636
permissions -rw-r--r--
Added entry explaining incompatibilities introduced by replacing sets by predicates.

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