blanchet [Wed, 28 Apr 2010 15:53:17 +0200] rev 36492
save the name of Skolemized variables in Sledgehammer for use in the proof reconstruction code
blanchet [Wed, 28 Apr 2010 15:34:55 +0200] rev 36491
unskolemize formulas in proof reconstruction + detect newer SPASS versions to avoid truncating identifiers if not necessary (truncating confuses proof reconstruction)
blanchet [Wed, 28 Apr 2010 14:19:26 +0200] rev 36490
redo Sledgehammer proofs (and get rid of "neg_clausify")
blanchet [Wed, 28 Apr 2010 13:32:45 +0200] rev 36489
removed "sorts" option, continued
blanchet [Wed, 28 Apr 2010 13:00:30 +0200] rev 36488
remove Sledgehammer's "sorts" option to annotate variables with sorts in proof;
what we need is smarter type annotations for variables _and_ constants
blanchet [Wed, 28 Apr 2010 12:49:52 +0200] rev 36487
insert a nice proof found by Vampire, which demonstrates the use of "let" in Isar proofs
blanchet [Wed, 28 Apr 2010 12:46:50 +0200] rev 36486
support Vampire definitions of constants as "let" constructs in Isar proofs
blanchet [Tue, 27 Apr 2010 18:58:05 +0200] rev 36485
tuning
blanchet [Tue, 27 Apr 2010 18:07:51 +0200] rev 36484
redid the proofs with the latest Sledgehammer;
both an exercise and (for a few proofs) a demonstration of the new Isar proof code
blanchet [Tue, 27 Apr 2010 18:02:46 +0200] rev 36483
remove Nitpick functions that are now implemented in Sledgehammer
blanchet [Tue, 27 Apr 2010 18:01:41 +0200] rev 36482
added total goal count as argument + message when killing ATPs
blanchet [Tue, 27 Apr 2010 17:44:33 +0200] rev 36481
make Sledgehammer more friendly if no subgoal is left
blanchet [Tue, 27 Apr 2010 17:05:39 +0200] rev 36480
polish Isar proofs: don't mention facts twice, and don't show one-liner "structured" proofs
blanchet [Tue, 27 Apr 2010 16:12:51 +0200] rev 36479
reintroduce missing "gen_all_vars" call
blanchet [Tue, 27 Apr 2010 16:00:20 +0200] rev 36478
fix types of "fix" variables to help proof reconstruction and aid readability
blanchet [Tue, 27 Apr 2010 14:55:10 +0200] rev 36477
allow schematic variables in types in terms that are reconstructed by Sledgehammer
blanchet [Tue, 27 Apr 2010 14:27:47 +0200] rev 36476
in Sledgehammer "debug" mode, the names of most variables are already short and sweet, so most of the entries of the "const_trans_table" don't have a raison d'etre anymore
blanchet [Tue, 27 Apr 2010 12:07:07 +0200] rev 36475
new Isar proof construction code: stringfy axiom names correctly
blanchet [Tue, 27 Apr 2010 11:44:01 +0200] rev 36474
honor "shrink_proof" Sledgehammer option
blanchet [Tue, 27 Apr 2010 11:24:47 +0200] rev 36473
remove "higher_order" option from Sledgehammer -- the "smart" default is good enough
haftmann [Wed, 28 Apr 2010 15:42:10 +0200] rev 36472
updated keywords
haftmann [Wed, 28 Apr 2010 15:17:13 +0200] rev 36471
exported cert_tyco, read_tyco
haftmann [Wed, 28 Apr 2010 15:17:09 +0200] rev 36470
added code_reflect command
haftmann [Wed, 28 Apr 2010 14:54:17 +0200] rev 36469
merged
haftmann [Wed, 28 Apr 2010 11:26:10 +0200] rev 36468
fix "fors" for proof of monotonicity
Cezary Kaliszyk <kaliszyk@in.tum.de> [Wed, 28 Apr 2010 14:01:54 +0200] rev 36467
merge
Cezary Kaliszyk <kaliszyk@in.tum.de> [Wed, 28 Apr 2010 14:01:13 +0200] rev 36466
merge
Cezary Kaliszyk <kaliszyk@in.tum.de> [Wed, 28 Apr 2010 13:29:40 +0200] rev 36465
Tuned FSet
haftmann [Wed, 28 Apr 2010 13:30:52 +0200] rev 36464
merged
haftmann [Wed, 28 Apr 2010 13:30:34 +0200] rev 36463
try to observe intended meaning of add_registration interface more closely
haftmann [Wed, 28 Apr 2010 13:30:17 +0200] rev 36462
codified comment
haftmann [Wed, 28 Apr 2010 13:29:57 +0200] rev 36461
merged
haftmann [Wed, 28 Apr 2010 13:29:39 +0200] rev 36460
empty class specifcations observe default sort
wenzelm [Wed, 28 Apr 2010 16:56:51 +0200] rev 36459
document some known problems with Mac OS;
wenzelm [Wed, 28 Apr 2010 16:12:21 +0200] rev 36458
removed redundant/ignored sort constraint;
wenzelm [Wed, 28 Apr 2010 16:11:13 +0200] rev 36457
tuned user-level type abbrevs: explicit warning concerning ignored sort constraints -- sorts never affect formation of types and type abbrevs strip sorts internally;
wenzelm [Wed, 28 Apr 2010 13:32:00 +0200] rev 36456
made SML/NJ happy;
wenzelm [Wed, 28 Apr 2010 12:23:14 +0200] rev 36455
updated keywords;
wenzelm [Wed, 28 Apr 2010 12:21:55 +0200] rev 36454
command 'defaultsort' is renamed to 'default_sort', it works within a local theory context;
wenzelm [Wed, 28 Apr 2010 12:18:49 +0200] rev 36453
removed material that is out of scope of this manual;
wenzelm [Wed, 28 Apr 2010 12:07:52 +0200] rev 36452
renamed command 'defaultsort' to 'default_sort';
wenzelm [Wed, 28 Apr 2010 11:41:27 +0200] rev 36451
localized default sort;
wenzelm [Wed, 28 Apr 2010 11:13:11 +0200] rev 36450
more systematic naming of tsig operations;
wenzelm [Wed, 28 Apr 2010 11:09:19 +0200] rev 36449
modernized/simplified Sign.set_defsort;
wenzelm [Wed, 28 Apr 2010 10:51:34 +0200] rev 36448
get_sort: minimize sorts given in the text, while keeping those from the context unchanged (the latter are preferred);
tuned;
wenzelm [Wed, 28 Apr 2010 10:43:08 +0200] rev 36447
export Type.minimize_sort;
haftmann [Wed, 28 Apr 2010 08:25:02 +0200] rev 36446
term_typ: print styled term
wenzelm [Tue, 27 Apr 2010 22:23:12 +0200] rev 36445
merged
huffman [Tue, 27 Apr 2010 11:17:50 -0700] rev 36444
merged
huffman [Tue, 27 Apr 2010 11:03:04 -0700] rev 36443
generalize types of path operations
huffman [Tue, 27 Apr 2010 10:54:24 -0700] rev 36442
generalize more continuity lemmas
huffman [Tue, 27 Apr 2010 10:39:52 -0700] rev 36441
generalized many lemmas about continuity
huffman [Mon, 26 Apr 2010 22:21:03 -0700] rev 36440
simplify definition of continuous_on; generalize some lemmas
huffman [Mon, 26 Apr 2010 20:03:01 -0700] rev 36439
move intervals section heading
huffman [Mon, 26 Apr 2010 19:58:51 -0700] rev 36438
remove unused, redundant constant inv_on
huffman [Mon, 26 Apr 2010 19:55:50 -0700] rev 36437
reorganize subsection headings
huffman [Mon, 26 Apr 2010 17:56:39 -0700] rev 36436
remove redundant lemma
huffman [Mon, 26 Apr 2010 16:28:58 -0700] rev 36435
more lemmas to Vec1.thy
huffman [Mon, 26 Apr 2010 15:51:10 -0700] rev 36434
simplify proof
huffman [Mon, 26 Apr 2010 15:44:54 -0700] rev 36433
move more lemmas into Vec1.thy
huffman [Mon, 26 Apr 2010 15:22:03 -0700] rev 36432
move proof of Fashoda meet theorem into separate file
huffman [Mon, 26 Apr 2010 12:19:57 -0700] rev 36431
move definitions and theorems for type real^1 to separate theory file
wenzelm [Tue, 27 Apr 2010 21:53:55 +0200] rev 36430
removed obsolete sanity check -- Sign.certify_sort is stable;
wenzelm [Tue, 27 Apr 2010 21:46:10 +0200] rev 36429
monotonic sort certification: sorts are no longer minimized at the kernel boundary, only when reading input from the end-user;
wenzelm [Tue, 27 Apr 2010 21:34:22 +0200] rev 36428
really minimize sorts after certification -- looks like this is intended here;
wenzelm [Tue, 27 Apr 2010 19:44:04 +0200] rev 36427
tuned signature;
wenzelm [Tue, 27 Apr 2010 16:24:57 +0200] rev 36426
merged
haftmann [Tue, 27 Apr 2010 12:20:17 +0200] rev 36425
tuned whitespace
haftmann [Tue, 27 Apr 2010 12:20:09 +0200] rev 36424
got rid of [simplified]
haftmann [Tue, 27 Apr 2010 11:52:41 +0200] rev 36423
got rid of [simplified]
blanchet [Tue, 27 Apr 2010 10:51:39 +0200] rev 36422
fix SML/NJ compilation (I hope)
wenzelm [Tue, 27 Apr 2010 16:09:15 +0200] rev 36421
tuned classrel completion -- bypass composition with reflexive edges;
wenzelm [Tue, 27 Apr 2010 15:23:05 +0200] rev 36420
tuned diff_classrels -- avoid slightly inefficient Symreltab.keys;
wenzelm [Tue, 27 Apr 2010 15:03:19 +0200] rev 36419
tuned aritiy completion -- slightly less intermediate data structures;
wenzelm [Tue, 27 Apr 2010 14:41:27 +0200] rev 36418
clarified proven results: store thm only and retrieve proof later via Thm.proof_of (this may also impact parallelism, because internal join_proofs is deferred);
wenzelm [Tue, 27 Apr 2010 14:19:47 +0200] rev 36417
misc tuning and simplification;
haftmann [Tue, 27 Apr 2010 10:42:41 +0200] rev 36416
NEWS and CONTRIBUTORS
haftmann [Tue, 27 Apr 2010 09:49:40 +0200] rev 36415
explicit is better than implicit
haftmann [Tue, 27 Apr 2010 09:49:36 +0200] rev 36414
tuned class linordered_field_inverse_zero
haftmann [Tue, 27 Apr 2010 08:18:25 +0200] rev 36413
merged
haftmann [Tue, 27 Apr 2010 08:17:40 +0200] rev 36412
instances for *_inverse_zero classes
haftmann [Tue, 27 Apr 2010 08:17:39 +0200] rev 36411
canonical import
haftmann [Mon, 26 Apr 2010 15:38:14 +0200] rev 36410
merged
haftmann [Mon, 26 Apr 2010 15:37:50 +0200] rev 36409
use new classes (linordered_)field_inverse_zero
blanchet [Mon, 26 Apr 2010 23:46:45 +0200] rev 36408
merged
blanchet [Mon, 26 Apr 2010 23:45:51 +0200] rev 36407
renamed option
blanchet [Mon, 26 Apr 2010 23:45:32 +0200] rev 36406
fixes 2a5c6e7b55cb;
do not throw out the baby with the bath water
blanchet [Mon, 26 Apr 2010 21:50:36 +0200] rev 36405
compile
blanchet [Mon, 26 Apr 2010 21:41:54 +0200] rev 36404
make compile (and not just load dynamically)
blanchet [Mon, 26 Apr 2010 21:25:32 +0200] rev 36403
merge
blanchet [Mon, 26 Apr 2010 21:20:43 +0200] rev 36402
introduced direct proof reconstruction code, eliminating the need for the "neg_clausify" method;
the code is still somewhat experimental but any exceptions it throws are catched, and Sledgehammer will still yield a one-line metis proof in case of proof reconstruction failure
blanchet [Mon, 26 Apr 2010 21:18:20 +0200] rev 36401
adapt code to reflect new signature of "neg_clausify"
blanchet [Mon, 26 Apr 2010 21:17:41 +0200] rev 36400
rename options and keep track of conjecture shape (to facilitate proof reconstruction)
blanchet [Mon, 26 Apr 2010 21:17:04 +0200] rev 36399
rename options
blanchet [Mon, 26 Apr 2010 21:16:35 +0200] rev 36398
make "neg_clausify" return a list of lists of clauses, so that it's possible to see which clause comes from which theorem
blanchet [Mon, 26 Apr 2010 21:14:28 +0200] rev 36397
remove needless code that was copy-pasted from Quickcheck (where it made sense)