src/HOL/Hyperreal/Hyperreal.thy
author wenzelm
Tue, 10 Jun 2008 19:15:21 +0200
changeset 27128 d2374ba6c02e
parent 26121 d4fbf84a6636
permissions -rw-r--r--
InductTacs.case_tac with proper context and proper declaration of local variable;

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