Tue, 03 Feb 2004 10:19:21 +0100 Finally fixed the counterexample finder. Can now deal with < on real.
nipkow [Tue, 03 Feb 2004 10:19:21 +0100] rev 14372
Finally fixed the counterexample finder. Can now deal with < on real.
Mon, 02 Feb 2004 12:23:46 +0100 Conversion of HyperNat to Isar format and its declaration as a semiring
paulson [Mon, 02 Feb 2004 12:23:46 +0100] rev 14371
Conversion of HyperNat to Isar format and its declaration as a semiring
Thu, 29 Jan 2004 16:51:17 +0100 simplifications in the hyperreals
paulson [Thu, 29 Jan 2004 16:51:17 +0100] rev 14370
simplifications in the hyperreals
Wed, 28 Jan 2004 17:01:01 +0100 tidying up arithmetic for the hyperreals
paulson [Wed, 28 Jan 2004 17:01:01 +0100] rev 14369
tidying up arithmetic for the hyperreals
Wed, 28 Jan 2004 10:41:49 +0100 converted Real/Lubs to Isar script. Converting arithmetic setup
paulson [Wed, 28 Jan 2004 10:41:49 +0100] rev 14368
converted Real/Lubs to Isar script. Converting arithmetic setup files to be polymorphic.
Wed, 28 Jan 2004 01:19:34 +0100 remove more files (index, log files) for -c option
kleing [Wed, 28 Jan 2004 01:19:34 +0100] rev 14367
remove more files (index, log files) for -c option
Tue, 27 Jan 2004 15:49:33 +0100 replacing HOL/Real/PRat, PNat by the rational number development
paulson [Tue, 27 Jan 2004 15:49:33 +0100] rev 14366
replacing HOL/Real/PRat, PNat by the rational number development > of Markus Wenzel
Tue, 27 Jan 2004 15:39:51 +0100 replacing HOL/Real/PRat, PNat by the rational number development
paulson [Tue, 27 Jan 2004 15:39:51 +0100] rev 14365
replacing HOL/Real/PRat, PNat by the rational number development of Markus Wenzel
Tue, 27 Jan 2004 09:44:14 +0100 \<^raw...> does no longer print an additional space.
schirmer [Tue, 27 Jan 2004 09:44:14 +0100] rev 14364
\<^raw...> does no longer print an additional space.
Tue, 27 Jan 2004 08:15:10 +0100 Reduced space for xsymbols output of [| |] ==> from 3 to 1
nipkow [Tue, 27 Jan 2004 08:15:10 +0100] rev 14363
Reduced space for xsymbols output of [| |] ==> from 3 to 1
Mon, 26 Jan 2004 15:33:51 +0100 \\<...> will be converted to \<...>
schirmer [Mon, 26 Jan 2004 15:33:51 +0100] rev 14362
\\<...> will be converted to \<...> \\<^...> will be converted to \<^...>
Mon, 26 Jan 2004 10:34:02 +0100 * Support for raw latex output in control symbols: \<^raw...>
schirmer [Mon, 26 Jan 2004 10:34:02 +0100] rev 14361
* Support for raw latex output in control symbols: \<^raw...> * Symbols may only start with one backslash: \<...>. \\<...> is no longer accepted by the scanner. - Adapted some Isar-theories to fit to this policy
Sun, 25 Jan 2004 00:42:22 +0100 Added an exception handler and error msg.
nipkow [Sun, 25 Jan 2004 00:42:22 +0100] rev 14360
Added an exception handler and error msg.
Tue, 20 Jan 2004 13:56:27 +0100 Added print translation for pairs
schirmer [Tue, 20 Jan 2004 13:56:27 +0100] rev 14359
Added print translation for pairs
Tue, 20 Jan 2004 13:55:22 +0100 cleaning up
schirmer [Tue, 20 Jan 2004 13:55:22 +0100] rev 14358
cleaning up
Wed, 14 Jan 2004 07:53:27 +0100 print translation for ALL x <= n. P x
kleing [Wed, 14 Jan 2004 07:53:27 +0100] rev 14357
print translation for ALL x <= n. P x
Wed, 14 Jan 2004 04:41:16 +0100 fixed old bugs in "decomp" (conversion from term to lin.arith. format).
nipkow [Wed, 14 Jan 2004 04:41:16 +0100] rev 14356
fixed old bugs in "decomp" (conversion from term to lin.arith. format). updated instantiation of real lin.arith.
Wed, 14 Jan 2004 00:13:04 +0100 Told linear arithmetic package about injections "real" from nat/int into real.
nipkow [Wed, 14 Jan 2004 00:13:04 +0100] rev 14355
Told linear arithmetic package about injections "real" from nat/int into real.
Tue, 13 Jan 2004 10:37:52 +0100 types complex and hcomplex are now instances of class ringpower:
paulson [Tue, 13 Jan 2004 10:37:52 +0100] rev 14354
types complex and hcomplex are now instances of class ringpower: omitting redundant lemmas
Mon, 12 Jan 2004 16:51:45 +0100 Added lemmas to Ring_and_Field with slightly modified simplification rules
paulson [Mon, 12 Jan 2004 16:51:45 +0100] rev 14353
Added lemmas to Ring_and_Field with slightly modified simplification rules Deleted some little-used integer theorems, replacing them by the generic ones in Ring_and_Field Consolidated integer powers
Mon, 12 Jan 2004 16:45:35 +0100 Modified real arithmetic simplification
paulson [Mon, 12 Jan 2004 16:45:35 +0100] rev 14352
Modified real arithmetic simplification
Mon, 12 Jan 2004 14:35:07 +0100 Fixed compatibility issues with SML/NJ:
webertj [Mon, 12 Jan 2004 14:35:07 +0100] rev 14351
Fixed compatibility issues with SML/NJ: - replaced '(op *)' by 'op*' - replaced 'LargeInt' by 'Int'
Sat, 10 Jan 2004 13:35:10 +0100 Adding 'refute' to HOL.
webertj [Sat, 10 Jan 2004 13:35:10 +0100] rev 14350
Adding 'refute' to HOL.
Sat, 10 Jan 2004 12:34:50 +0100 'refute', 'refute_params'.
webertj [Sat, 10 Jan 2004 12:34:50 +0100] rev 14349
'refute', 'refute_params'.
Fri, 09 Jan 2004 10:46:18 +0100 Defining the type class "ringpower" and deleting superseded theorems for
paulson [Fri, 09 Jan 2004 10:46:18 +0100] rev 14348
Defining the type class "ringpower" and deleting superseded theorems for types nat, int, real, hypreal
Fri, 09 Jan 2004 01:28:24 +0100 set isasep to {} by default
kleing [Fri, 09 Jan 2004 01:28:24 +0100] rev 14347
set isasep to {} by default
Thu, 08 Jan 2004 16:35:46 +0100 Added lazy sequences and parser combinators for same.
skalberg [Thu, 08 Jan 2004 16:35:46 +0100] rev 14346
Added lazy sequences and parser combinators for same.
Thu, 08 Jan 2004 08:14:00 +0100 separate thm lists in latex output by \isasep
kleing [Thu, 08 Jan 2004 08:14:00 +0100] rev 14345
separate thm lists in latex output by \isasep
Thu, 08 Jan 2004 04:32:52 +0100 run makeindex if necessary
kleing [Thu, 08 Jan 2004 04:32:52 +0100] rev 14344
run makeindex if necessary
Wed, 07 Jan 2004 07:52:12 +0100 map_idI
kleing [Wed, 07 Jan 2004 07:52:12 +0100] rev 14343
map_idI
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip