src/HOL/Nonstandard_Analysis/Hyperreal.thy
author wenzelm
Tue, 25 Aug 2020 13:44:09 +0200
changeset 72204 cb746b19e1d7
parent 62479 716336f19aa9
permissions -rw-r--r--
more robust treatment of execution with interrupts; tuned comments;

(*  Title:      HOL/Nonstandard_Analysis/Hyperreal.thy
    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 HLog
begin

end