Mon, 22 Aug 2011 15:02:45 +0200 precisely distinguish between universal and existential quantifiers, instead of assuming the worst (universal), for monotonicity analysis
blanchet [Mon, 22 Aug 2011 15:02:45 +0200] rev 44403
precisely distinguish between universal and existential quantifiers, instead of assuming the worst (universal), for monotonicity analysis
Mon, 22 Aug 2011 15:02:45 +0200 clearer terminology
blanchet [Mon, 22 Aug 2011 15:02:45 +0200] rev 44402
clearer terminology
Mon, 22 Aug 2011 15:02:45 +0200 renamed "heavy" to "uniform", based on discussion with Nick Smallbone
blanchet [Mon, 22 Aug 2011 15:02:45 +0200] rev 44401
renamed "heavy" to "uniform", based on discussion with Nick Smallbone
Mon, 22 Aug 2011 15:02:45 +0200 removed unused configuration option
blanchet [Mon, 22 Aug 2011 15:02:45 +0200] rev 44400
removed unused configuration option
Mon, 22 Aug 2011 15:02:45 +0200 added caching for (in)finiteness checks
blanchet [Mon, 22 Aug 2011 15:02:45 +0200] rev 44399
added caching for (in)finiteness checks
Mon, 22 Aug 2011 15:02:45 +0200 remove needless typing information
blanchet [Mon, 22 Aug 2011 15:02:45 +0200] rev 44398
remove needless typing information
Mon, 22 Aug 2011 15:02:45 +0200 cleaner handling of polymorphic monotonicity inference
blanchet [Mon, 22 Aug 2011 15:02:45 +0200] rev 44397
cleaner handling of polymorphic monotonicity inference
Mon, 22 Aug 2011 15:02:45 +0200 started cleaning up polymorphic monotonicity-based encodings, based on discussions with Nick Smallbone
blanchet [Mon, 22 Aug 2011 15:02:45 +0200] rev 44396
started cleaning up polymorphic monotonicity-based encodings, based on discussions with Nick Smallbone
Mon, 22 Aug 2011 15:02:45 +0200 more precise warning
blanchet [Mon, 22 Aug 2011 15:02:45 +0200] rev 44395
more precise warning
Mon, 22 Aug 2011 15:02:45 +0200 added option to control soundness of encodings more precisely, for evaluation purposes
blanchet [Mon, 22 Aug 2011 15:02:45 +0200] rev 44394
added option to control soundness of encodings more precisely, for evaluation purposes
Mon, 22 Aug 2011 15:02:45 +0200 make sound mode more sound (and clean up code)
blanchet [Mon, 22 Aug 2011 15:02:45 +0200] rev 44393
make sound mode more sound (and clean up code)
Mon, 22 Aug 2011 15:02:45 +0200 reintroduced slightly unsound optimization taken out in 717880e98e6b, but only if "sound" is false
blanchet [Mon, 22 Aug 2011 15:02:45 +0200] rev 44392
reintroduced slightly unsound optimization taken out in 717880e98e6b, but only if "sound" is false
Mon, 22 Aug 2011 15:02:45 +0200 gracefully handle empty SPASS problems
blanchet [Mon, 22 Aug 2011 15:02:45 +0200] rev 44391
gracefully handle empty SPASS problems
Mon, 22 Aug 2011 15:02:45 +0200 pass sound option to Sledgehammer tactic
blanchet [Mon, 22 Aug 2011 15:02:45 +0200] rev 44390
pass sound option to Sledgehammer tactic
Tue, 23 Aug 2011 16:53:05 +0200 tuned signature -- contrast physical output primitives versus Output.raw_message;
wenzelm [Tue, 23 Aug 2011 16:53:05 +0200] rev 44389
tuned signature -- contrast physical output primitives versus Output.raw_message;
Tue, 23 Aug 2011 16:41:16 +0200 tuned signature;
wenzelm [Tue, 23 Aug 2011 16:41:16 +0200] rev 44388
tuned signature;
Tue, 23 Aug 2011 16:39:21 +0200 discontinued slightly odd Future/Lazy.get_finished, which do not really fit into the execution model of Future.cancel/join_tasks (canceled tasks need to be dequeued and terminated explicitly);
wenzelm [Tue, 23 Aug 2011 16:39:21 +0200] rev 44387
discontinued slightly odd Future/Lazy.get_finished, which do not really fit into the execution model of Future.cancel/join_tasks (canceled tasks need to be dequeued and terminated explicitly);
Tue, 23 Aug 2011 15:48:41 +0200 some support for toplevel printing wrt. editor perspective (still inactive);
wenzelm [Tue, 23 Aug 2011 15:48:41 +0200] rev 44386
some support for toplevel printing wrt. editor perspective (still inactive);
Tue, 23 Aug 2011 12:20:12 +0200 propagate editor perspective through document model;
wenzelm [Tue, 23 Aug 2011 12:20:12 +0200] rev 44385
propagate editor perspective through document model;
Mon, 22 Aug 2011 21:42:02 +0200 some support for editor perspective;
wenzelm [Mon, 22 Aug 2011 21:42:02 +0200] rev 44384
some support for editor perspective;
Mon, 22 Aug 2011 21:09:26 +0200 discontinued redundant Edit_Command_ID;
wenzelm [Mon, 22 Aug 2011 21:09:26 +0200] rev 44383
discontinued redundant Edit_Command_ID;
Mon, 22 Aug 2011 20:11:44 +0200 reduced warnings;
wenzelm [Mon, 22 Aug 2011 20:11:44 +0200] rev 44382
reduced warnings;
Mon, 22 Aug 2011 20:00:04 +0200 tuned message;
wenzelm [Mon, 22 Aug 2011 20:00:04 +0200] rev 44381
tuned message;
Mon, 22 Aug 2011 17:10:22 +0200 old-style numbered structure index is legacy feature (hardly ever used now);
wenzelm [Mon, 22 Aug 2011 17:10:22 +0200] rev 44380
old-style numbered structure index is legacy feature (hardly ever used now);
Mon, 22 Aug 2011 16:12:23 +0200 added official Text.Range.Ordering;
wenzelm [Mon, 22 Aug 2011 16:12:23 +0200] rev 44379
added official Text.Range.Ordering; some support for text perspective;
Mon, 22 Aug 2011 14:15:52 +0200 tuned signature;
wenzelm [Mon, 22 Aug 2011 14:15:52 +0200] rev 44378
tuned signature;
Mon, 22 Aug 2011 12:17:22 +0200 reverted some odd changes to HOL/Import (cf. 74c08021ab2e);
wenzelm [Mon, 22 Aug 2011 12:17:22 +0200] rev 44377
reverted some odd changes to HOL/Import (cf. 74c08021ab2e);
Mon, 22 Aug 2011 10:57:33 +0200 merged
krauss [Mon, 22 Aug 2011 10:57:33 +0200] rev 44376
merged
Sun, 21 Aug 2011 22:13:04 +0200 modernized specifications
krauss [Sun, 21 Aug 2011 22:13:04 +0200] rev 44375
modernized specifications
Sun, 21 Aug 2011 22:13:04 +0200 removed session HOL/Subst -- now subsumed my more modern HOL/ex/Unification.thy
krauss [Sun, 21 Aug 2011 22:13:04 +0200] rev 44374
removed session HOL/Subst -- now subsumed my more modern HOL/ex/Unification.thy
Sun, 21 Aug 2011 22:13:04 +0200 removed technical or trivial unused facts
krauss [Sun, 21 Aug 2011 22:13:04 +0200] rev 44373
removed technical or trivial unused facts
Sun, 21 Aug 2011 22:13:04 +0200 more precise authors and comments;
krauss [Sun, 21 Aug 2011 22:13:04 +0200] rev 44372
more precise authors and comments; tuned order and headers
Sun, 21 Aug 2011 22:13:04 +0200 added proof of idempotence, roughly after HOL/Subst/Unify.thy
krauss [Sun, 21 Aug 2011 22:13:04 +0200] rev 44371
added proof of idempotence, roughly after HOL/Subst/Unify.thy
Sun, 21 Aug 2011 22:13:04 +0200 tuned proofs, sledgehammering overly verbose parts
krauss [Sun, 21 Aug 2011 22:13:04 +0200] rev 44370
tuned proofs, sledgehammering overly verbose parts
Sun, 21 Aug 2011 22:13:04 +0200 tuned notation
krauss [Sun, 21 Aug 2011 22:13:04 +0200] rev 44369
tuned notation
Sun, 21 Aug 2011 22:13:04 +0200 ported some lemmas from HOL/Subst/*;
krauss [Sun, 21 Aug 2011 22:13:04 +0200] rev 44368
ported some lemmas from HOL/Subst/*; tuned order
Sun, 21 Aug 2011 22:13:04 +0200 changed constant names and notation to match HOL/Subst/*.thy, from which this theory is a clone.
krauss [Sun, 21 Aug 2011 22:13:04 +0200] rev 44367
changed constant names and notation to match HOL/Subst/*.thy, from which this theory is a clone.
Sun, 21 Aug 2011 21:18:59 -0700 merged
huffman [Sun, 21 Aug 2011 21:18:59 -0700] rev 44366
merged
Sun, 21 Aug 2011 12:22:31 -0700 add lemmas interior_Times and closure_Times
huffman [Sun, 21 Aug 2011 12:22:31 -0700] rev 44365
add lemmas interior_Times and closure_Times
Sun, 21 Aug 2011 22:56:55 +0200 avoid pred/set mixture
haftmann [Sun, 21 Aug 2011 22:56:55 +0200] rev 44364
avoid pred/set mixture
Sun, 21 Aug 2011 19:47:52 +0200 avoid pred/set mixture
haftmann [Sun, 21 Aug 2011 19:47:52 +0200] rev 44363
avoid pred/set mixture
Sun, 21 Aug 2011 22:04:01 +0200 merged
wenzelm [Sun, 21 Aug 2011 22:04:01 +0200] rev 44362
merged
Sun, 21 Aug 2011 11:03:15 -0700 remove unnecessary euclidean_space class constraints
huffman [Sun, 21 Aug 2011 11:03:15 -0700] rev 44361
remove unnecessary euclidean_space class constraints
Sun, 21 Aug 2011 09:46:20 -0700 section -> subsection
huffman [Sun, 21 Aug 2011 09:46:20 -0700] rev 44360
section -> subsection
Sun, 21 Aug 2011 09:38:31 -0700 scale dependency graph to fit on page
huffman [Sun, 21 Aug 2011 09:38:31 -0700] rev 44359
scale dependency graph to fit on page
Sun, 21 Aug 2011 21:24:42 +0200 more robust initialization of token marker and line context wrt. session startup;
wenzelm [Sun, 21 Aug 2011 21:24:42 +0200] rev 44358
more robust initialization of token marker and line context wrt. session startup;
Sun, 21 Aug 2011 20:42:26 +0200 tuned Parse.group: delayed failure message;
wenzelm [Sun, 21 Aug 2011 20:42:26 +0200] rev 44357
tuned Parse.group: delayed failure message;
Sun, 21 Aug 2011 20:25:49 +0200 avoid actual Color.white, which would be turned into Color.black by org.gjt.sp.jedit.print.BufferPrintable;
wenzelm [Sun, 21 Aug 2011 20:25:49 +0200] rev 44356
avoid actual Color.white, which would be turned into Color.black by org.gjt.sp.jedit.print.BufferPrintable;
Sun, 21 Aug 2011 20:04:02 +0200 default style for user fonts -- to prevent org.gjt.sp.jedit.print.BufferPrintable from choking on null;
wenzelm [Sun, 21 Aug 2011 20:04:02 +0200] rev 44355
default style for user fonts -- to prevent org.gjt.sp.jedit.print.BufferPrintable from choking on null;
Sun, 21 Aug 2011 19:32:20 +0200 tuned;
wenzelm [Sun, 21 Aug 2011 19:32:20 +0200] rev 44354
tuned;
Sun, 21 Aug 2011 14:16:44 +0200 discontinued somewhat pointless Par_List.map_name -- most of the time is spent in tokenization;
wenzelm [Sun, 21 Aug 2011 14:16:44 +0200] rev 44353
discontinued somewhat pointless Par_List.map_name -- most of the time is spent in tokenization;
Sun, 21 Aug 2011 13:42:55 +0200 discontinued obsolete Thy_Syntax.report_span -- information can be reproduced in Isabelle/Scala;
wenzelm [Sun, 21 Aug 2011 13:42:55 +0200] rev 44352
discontinued obsolete Thy_Syntax.report_span -- information can be reproduced in Isabelle/Scala;
Sun, 21 Aug 2011 13:36:23 +0200 merged
wenzelm [Sun, 21 Aug 2011 13:36:23 +0200] rev 44351
merged
Sat, 20 Aug 2011 15:19:35 -0700 replace lemma realpow_two_diff with new lemma square_diff_square_factored
huffman [Sat, 20 Aug 2011 15:19:35 -0700] rev 44350
replace lemma realpow_two_diff with new lemma square_diff_square_factored
Sat, 20 Aug 2011 15:54:26 -0700 remove redundant lemma real_0_le_divide_iff in favor or zero_le_divide_iff
huffman [Sat, 20 Aug 2011 15:54:26 -0700] rev 44349
remove redundant lemma real_0_le_divide_iff in favor or zero_le_divide_iff
Sat, 20 Aug 2011 13:07:00 -0700 move lemma add_eq_0_iff to Groups.thy
huffman [Sat, 20 Aug 2011 13:07:00 -0700] rev 44348
move lemma add_eq_0_iff to Groups.thy
Sat, 20 Aug 2011 12:51:15 -0700 remove redundant lemma realpow_two_disj, use square_eq_iff or power2_eq_iff instead
huffman [Sat, 20 Aug 2011 12:51:15 -0700] rev 44347
remove redundant lemma realpow_two_disj, use square_eq_iff or power2_eq_iff instead
Sat, 20 Aug 2011 10:08:47 -0700 rename real_squared_diff_one_factored to square_diff_one_factored and move to Rings.thy
huffman [Sat, 20 Aug 2011 10:08:47 -0700] rev 44346
rename real_squared_diff_one_factored to square_diff_one_factored and move to Rings.thy
Sat, 20 Aug 2011 09:59:28 -0700 add lemma power2_eq_iff
huffman [Sat, 20 Aug 2011 09:59:28 -0700] rev 44345
add lemma power2_eq_iff
Sat, 20 Aug 2011 07:09:44 -0700 remove some over-specific rules from the simpset
huffman [Sat, 20 Aug 2011 07:09:44 -0700] rev 44344
remove some over-specific rules from the simpset
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip