hoelzl [Tue, 04 Dec 2012 18:00:31 +0100] rev 50346
add filterlim rules for eventually monotone bijective functions; mirror rules for at_top, at_bot; apply them to prove convergence of arctan at infinity and tan at pi/2
wenzelm [Tue, 04 Dec 2012 16:20:24 +0100] rev 50345
merged
wenzelm [Tue, 04 Dec 2012 15:47:37 +0100] rev 50344
emit bulk edits on initialization of multiple buffers, which greatly improves performance when starting big sessions (e.g. JinjaThreads);
blanchet [Tue, 04 Dec 2012 15:02:45 +0100] rev 50343
go back to Z3 3.2
nipkow [Tue, 04 Dec 2012 12:19:19 +0100] rev 50342
tuned defs of sec_xyz
wenzelm [Tue, 04 Dec 2012 11:06:51 +0100] rev 50341
provide general insert_line_padding as convenience operation, e.g. for BeanShell macros;
blanchet [Tue, 04 Dec 2012 10:02:51 +0100] rev 50340
simplify MaSh term patterns + add missing global facts if there aren't too many
blanchet [Tue, 04 Dec 2012 00:37:11 +0100] rev 50339
MaSh improvements: deeper patterns + more respect for chained facts
blanchet [Mon, 03 Dec 2012 23:43:53 +0100] rev 50338
tuned names
blanchet [Mon, 03 Dec 2012 23:43:52 +0100] rev 50337
tweaked MaSh exporter
blanchet [Mon, 03 Dec 2012 23:43:49 +0100] rev 50336
renamed "Type.thy" to something that's less likely to cause conflicts
blanchet [Mon, 03 Dec 2012 20:55:34 +0100] rev 50335
proper quoting of paths in MaSh shell script, take 2 (cf. b00eeb8e352e)
blanchet [Mon, 03 Dec 2012 20:55:33 +0100] rev 50334
added "fact_filter" option to Mirabelle
blanchet [Mon, 03 Dec 2012 20:55:32 +0100] rev 50333
tweak SPASS default a tiny bit, so that a more interesting heuristic is chosen when "slicing=false" (for experiments)
wenzelm [Mon, 03 Dec 2012 20:43:40 +0100] rev 50332
some notes on the Isabelle component repository at TUM;
hoelzl [Mon, 03 Dec 2012 18:19:12 +0100] rev 50331
use filterlim in Lim and SEQ; tuned proofs
hoelzl [Mon, 03 Dec 2012 18:19:11 +0100] rev 50330
conversion rules for at, at_left and at_right; applied to l'Hopital's rules.
hoelzl [Mon, 03 Dec 2012 18:19:09 +0100] rev 50329
weakened assumptions for lhopital_right_0
hoelzl [Mon, 03 Dec 2012 18:19:08 +0100] rev 50328
tuned proof
hoelzl [Mon, 03 Dec 2012 18:19:07 +0100] rev 50327
add L'Hôpital's rule
hoelzl [Mon, 03 Dec 2012 18:19:05 +0100] rev 50326
add filterlim rules for exp and ln to infinity
hoelzl [Mon, 03 Dec 2012 18:19:04 +0100] rev 50325
add filterlim rules for inverse and at_infinity
hoelzl [Mon, 03 Dec 2012 18:19:02 +0100] rev 50324
add filterlim rules for diverging multiplication and addition; move at_infinity to the HOL image
hoelzl [Mon, 03 Dec 2012 18:19:01 +0100] rev 50323
add filterlim rules for unary minus and inverse
hoelzl [Mon, 03 Dec 2012 18:18:59 +0100] rev 50322
rename filter_lim to filterlim to be consistent with filtermap
hoelzl [Mon, 03 Dec 2012 18:13:23 +0100] rev 50321
add check to Cooper's algorithm that left-hand of dvd is a numeral
wenzelm [Mon, 03 Dec 2012 17:18:59 +0100] rev 50320
merged
blanchet [Mon, 03 Dec 2012 13:24:55 +0100] rev 50319
robust writing of MaSh state -- better drop learning data than cause other problems in Sledgehammer
wenzelm [Mon, 03 Dec 2012 17:08:39 +0100] rev 50318
avoid odd warnings due to failure of systray icon;
wenzelm [Mon, 03 Dec 2012 16:07:28 +0100] rev 50317
synchronized read access to cache file -- avoid potential conflict with ongoing write (which is non-atomic);
clarified signature -- cache init is unsynchronized and hopefully used at most once per file;