src/HOL/Hyperreal/Hyperreal.thy
author huffman
Sun, 17 Feb 2008 06:49:53 +0100
changeset 26086 3c243098b64a
parent 22983 3314057c3b57
child 26121 d4fbf84a6636
permissions -rw-r--r--
New simpler representation of numerals, using Bit0 and Bit1 instead of BIT, B0, and B1

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

end