src/HOL/Hyperreal/Hyperreal.thy
author berghofe
Wed, 07 Feb 2007 17:30:53 +0100
changeset 22264 6a65e9b2ae05
parent 17635 9234108fdfb1
child 22983 3314057c3b57
permissions -rw-r--r--
Theorems for converting between wf and wfP are now declared as hints.

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