Mon, 28 Nov 2011 17:05:41 +0100 avoid stepping outside of context -- plain zero_var_indexes should be sufficient;
wenzelm [Mon, 28 Nov 2011 17:05:41 +0100] rev 45659
avoid stepping outside of context -- plain zero_var_indexes should be sufficient;
Mon, 28 Nov 2011 12:13:27 +0100 increasing timeout to avoid test failures
bulwahn [Mon, 28 Nov 2011 12:13:27 +0100] rev 45658
increasing timeout to avoid test failures
Sun, 27 Nov 2011 23:12:03 +0100 merged
wenzelm [Sun, 27 Nov 2011 23:12:03 +0100] rev 45657
merged
Sun, 27 Nov 2011 13:32:20 +0100 merged
nipkow [Sun, 27 Nov 2011 13:32:20 +0100] rev 45656
merged
Sun, 27 Nov 2011 13:31:52 +0100 simplified Collecting1 and renamed: step -> step', step_cs -> step
nipkow [Sun, 27 Nov 2011 13:31:52 +0100] rev 45655
simplified Collecting1 and renamed: step -> step', step_cs -> step
Sun, 27 Nov 2011 23:10:19 +0100 more antiquotations;
wenzelm [Sun, 27 Nov 2011 23:10:19 +0100] rev 45654
more antiquotations;
Sun, 27 Nov 2011 23:06:59 +0100 tuned proof;
wenzelm [Sun, 27 Nov 2011 23:06:59 +0100] rev 45653
tuned proof;
Sun, 27 Nov 2011 22:20:07 +0100 permissive update for improved "tool compliance";
wenzelm [Sun, 27 Nov 2011 22:20:07 +0100] rev 45652
permissive update for improved "tool compliance"; tuned;
Sun, 27 Nov 2011 22:03:22 +0100 just one data slot per module;
wenzelm [Sun, 27 Nov 2011 22:03:22 +0100] rev 45651
just one data slot per module; tuned;
Sun, 27 Nov 2011 21:53:38 +0100 tuned;
wenzelm [Sun, 27 Nov 2011 21:53:38 +0100] rev 45650
tuned;
Sun, 27 Nov 2011 14:40:08 +0100 tuned;
wenzelm [Sun, 27 Nov 2011 14:40:08 +0100] rev 45649
tuned;
Sun, 27 Nov 2011 14:26:57 +0100 more antiquotations;
wenzelm [Sun, 27 Nov 2011 14:26:57 +0100] rev 45648
more antiquotations;
Sun, 27 Nov 2011 14:20:31 +0100 misc tuning;
wenzelm [Sun, 27 Nov 2011 14:20:31 +0100] rev 45647
misc tuning;
Sun, 27 Nov 2011 13:12:42 +0100 refined "literal" document style, with some correspondence to actual text source;
wenzelm [Sun, 27 Nov 2011 13:12:42 +0100] rev 45646
refined "literal" document style, with some correspondence to actual text source;
Sun, 27 Nov 2011 12:52:52 +0100 modernized section about congruence rules;
wenzelm [Sun, 27 Nov 2011 12:52:52 +0100] rev 45645
modernized section about congruence rules;
Sat, 26 Nov 2011 17:10:03 +0100 sharing of token source with span source;
wenzelm [Sat, 26 Nov 2011 17:10:03 +0100] rev 45644
sharing of token source with span source;
Sat, 26 Nov 2011 14:14:51 +0100 memoing of forked proofs;
wenzelm [Sat, 26 Nov 2011 14:14:51 +0100] rev 45643
memoing of forked proofs;
Sat, 26 Nov 2011 13:10:12 +0100 tuned;
wenzelm [Sat, 26 Nov 2011 13:10:12 +0100] rev 45642
tuned;
Fri, 25 Nov 2011 23:04:12 +0100 removed obsolete argument (cf. 954e9d6782ea);
wenzelm [Fri, 25 Nov 2011 23:04:12 +0100] rev 45641
removed obsolete argument (cf. 954e9d6782ea);
Fri, 25 Nov 2011 22:21:37 +0100 merged
wenzelm [Fri, 25 Nov 2011 22:21:37 +0100] rev 45640
merged
Fri, 25 Nov 2011 19:07:26 +0100 removed obsolete uses of Local_Theory.restore -- package composition P1 #> P2 no longer requires them due to 57def0b39696: P2 finds the results of P1 in the auxiliary context
krauss [Fri, 25 Nov 2011 19:07:26 +0100] rev 45639
removed obsolete uses of Local_Theory.restore -- package composition P1 #> P2 no longer requires them due to 57def0b39696: P2 finds the results of P1 in the auxiliary context
Fri, 25 Nov 2011 12:18:39 +0100 merged
nipkow [Fri, 25 Nov 2011 12:18:39 +0100] rev 45638
merged
Fri, 25 Nov 2011 12:18:33 +0100 tuned
nipkow [Fri, 25 Nov 2011 12:18:33 +0100] rev 45637
tuned
Fri, 25 Nov 2011 22:10:51 +0100 increased stack limits (again, cf. d9cf3520083c and 77c3e74bd954);
wenzelm [Fri, 25 Nov 2011 22:10:51 +0100] rev 45636
increased stack limits (again, cf. d9cf3520083c and 77c3e74bd954);
Fri, 25 Nov 2011 21:29:11 +0100 explicit change_parser thread, which avoids undirected Future.fork with its tendency towards hundreds of worker threads;
wenzelm [Fri, 25 Nov 2011 21:29:11 +0100] rev 45635
explicit change_parser thread, which avoids undirected Future.fork with its tendency towards hundreds of worker threads;
Fri, 25 Nov 2011 21:27:16 +0100 tuned proofs;
wenzelm [Fri, 25 Nov 2011 21:27:16 +0100] rev 45634
tuned proofs;
Fri, 25 Nov 2011 18:37:14 +0100 retain stderr and include it in syslog, which is buffered and thus increases the chance that users see remains from crashes etc.;
wenzelm [Fri, 25 Nov 2011 18:37:14 +0100] rev 45633
retain stderr and include it in syslog, which is buffered and thus increases the chance that users see remains from crashes etc.;
Fri, 25 Nov 2011 16:32:29 +0100 prefer Parser.make_gram over Parser.merge_gram, to approximate n-ary merges on theory import;
wenzelm [Fri, 25 Nov 2011 16:32:29 +0100] rev 45632
prefer Parser.make_gram over Parser.merge_gram, to approximate n-ary merges on theory import; prefer non-strict lazy over strict future;
Fri, 25 Nov 2011 14:23:36 +0100 recovered structural equality from 9d97bd3c086a, otherwise update_perspective might be issued over and over again, canceling a pending/slow execution;
wenzelm [Fri, 25 Nov 2011 14:23:36 +0100] rev 45631
recovered structural equality from 9d97bd3c086a, otherwise update_perspective might be issued over and over again, canceling a pending/slow execution;
Fri, 25 Nov 2011 13:14:58 +0100 proper intro? declarations -- NB: elim? indexes on major premise, which is too flexible here and easily leads to inefficiences (cf. a0336f8b6558);
wenzelm [Fri, 25 Nov 2011 13:14:58 +0100] rev 45630
proper intro? declarations -- NB: elim? indexes on major premise, which is too flexible here and easily leads to inefficiences (cf. a0336f8b6558);
Fri, 25 Nov 2011 10:52:30 +0100 improved example to only use quotient_definitions; added lemmas to serve as possible replacement for the existing RBT theory
bulwahn [Fri, 25 Nov 2011 10:52:30 +0100] rev 45629
improved example to only use quotient_definitions; added lemmas to serve as possible replacement for the existing RBT theory
Fri, 25 Nov 2011 00:18:59 +0000 in a local context, also the free variable case needs to be analysed default tip
Christian Urban <urbanc@in.tum.de> [Fri, 25 Nov 2011 00:18:59 +0000] rev 45628
in a local context, also the free variable case needs to be analysed default tip
Thu, 24 Nov 2011 21:41:58 +0100 speed-up proof;
wenzelm [Thu, 24 Nov 2011 21:41:58 +0100] rev 45627
speed-up proof;
Thu, 24 Nov 2011 21:15:20 +0100 more abstract datatype stamp, which avoids pointless allocation of mutable cells;
wenzelm [Thu, 24 Nov 2011 21:15:20 +0100] rev 45626
more abstract datatype stamp, which avoids pointless allocation of mutable cells;
Thu, 24 Nov 2011 21:01:06 +0100 modernized some old-style infix operations, which were left over from the time of ML proof scripts;
wenzelm [Thu, 24 Nov 2011 21:01:06 +0100] rev 45625
modernized some old-style infix operations, which were left over from the time of ML proof scripts;
Thu, 24 Nov 2011 20:45:34 +0100 simplified -- empty_ss already contains minimal mksimps;
wenzelm [Thu, 24 Nov 2011 20:45:34 +0100] rev 45624
simplified -- empty_ss already contains minimal mksimps;
Thu, 24 Nov 2011 19:58:37 +0100 Abstract interpretation is now based uniformly on annotated programs,
nipkow [Thu, 24 Nov 2011 19:58:37 +0100] rev 45623
Abstract interpretation is now based uniformly on annotated programs, including a collecting and a small step semantics
Wed, 23 Nov 2011 23:31:32 +0100 tuned;
wenzelm [Wed, 23 Nov 2011 23:31:32 +0100] rev 45622
tuned;
Wed, 23 Nov 2011 23:07:59 +0100 tuned;
wenzelm [Wed, 23 Nov 2011 23:07:59 +0100] rev 45621
tuned;
Wed, 23 Nov 2011 22:59:39 +0100 modernized some old-style infix operations, which were left over from the time of ML proof scripts;
wenzelm [Wed, 23 Nov 2011 22:59:39 +0100] rev 45620
modernized some old-style infix operations, which were left over from the time of ML proof scripts;
Wed, 23 Nov 2011 22:07:55 +0100 tuned;
wenzelm [Wed, 23 Nov 2011 22:07:55 +0100] rev 45619
tuned;
Wed, 23 Nov 2011 13:46:46 +0100 updated according to bdcaa3f3a2f4;
wenzelm [Wed, 23 Nov 2011 13:46:46 +0100] rev 45618
updated according to bdcaa3f3a2f4;
Wed, 23 Nov 2011 13:41:42 +0100 updated proof;
wenzelm [Wed, 23 Nov 2011 13:41:42 +0100] rev 45617
updated proof;
Wed, 23 Nov 2011 07:44:56 +0100 tuned
nipkow [Wed, 23 Nov 2011 07:44:56 +0100] rev 45616
tuned
Wed, 23 Nov 2011 07:00:01 +0100 remove outdated comment
huffman [Wed, 23 Nov 2011 07:00:01 +0100] rev 45615
remove outdated comment
Mon, 21 Nov 2011 23:29:53 +0100 NEWS;
wenzelm [Mon, 21 Nov 2011 23:29:53 +0100] rev 45614
NEWS;
Mon, 21 Nov 2011 23:04:45 +0100 simplified read_instantiate -- no longer need to assign values, since rule attributes are now static;
wenzelm [Mon, 21 Nov 2011 23:04:45 +0100] rev 45613
simplified read_instantiate -- no longer need to assign values, since rule attributes are now static;
Mon, 21 Nov 2011 23:03:31 +0100 drop vacuous decls;
wenzelm [Mon, 21 Nov 2011 23:03:31 +0100] rev 45612
drop vacuous decls;
Mon, 21 Nov 2011 21:38:08 +0100 tuned;
wenzelm [Mon, 21 Nov 2011 21:38:08 +0100] rev 45611
tuned;
Mon, 21 Nov 2011 19:52:50 +0100 tuned header;
wenzelm [Mon, 21 Nov 2011 19:52:50 +0100] rev 45610
tuned header;
Mon, 21 Nov 2011 18:07:13 +0100 misspelled name
kuncar [Mon, 21 Nov 2011 18:07:13 +0100] rev 45609
misspelled name
Sun, 20 Nov 2011 21:28:07 +0100 eliminated obsolete "standard";
wenzelm [Sun, 20 Nov 2011 21:28:07 +0100] rev 45608
eliminated obsolete "standard";
Sun, 20 Nov 2011 21:07:10 +0100 eliminated obsolete "standard";
wenzelm [Sun, 20 Nov 2011 21:07:10 +0100] rev 45607
eliminated obsolete "standard";
Sun, 20 Nov 2011 21:07:06 +0100 eliminated obsolete "standard";
wenzelm [Sun, 20 Nov 2011 21:07:06 +0100] rev 45606
eliminated obsolete "standard";
Sun, 20 Nov 2011 21:05:23 +0100 eliminated obsolete "standard";
wenzelm [Sun, 20 Nov 2011 21:05:23 +0100] rev 45605
eliminated obsolete "standard";
Sun, 20 Nov 2011 20:59:30 +0100 eliminated obsolete "standard";
wenzelm [Sun, 20 Nov 2011 20:59:30 +0100] rev 45604
eliminated obsolete "standard";
Sun, 20 Nov 2011 20:26:13 +0100 explicit is better than implicit;
wenzelm [Sun, 20 Nov 2011 20:26:13 +0100] rev 45603
explicit is better than implicit;
Sun, 20 Nov 2011 20:15:02 +0100 eliminated obsolete "standard";
wenzelm [Sun, 20 Nov 2011 20:15:02 +0100] rev 45602
eliminated obsolete "standard";
Sun, 20 Nov 2011 17:57:09 +0100 tuned signature;
wenzelm [Sun, 20 Nov 2011 17:57:09 +0100] rev 45601
tuned signature;
Sun, 20 Nov 2011 17:44:41 +0100 'lemmas' / 'theorems' commands allow 'for' fixes and standardize the result before storing;
wenzelm [Sun, 20 Nov 2011 17:44:41 +0100] rev 45600
'lemmas' / 'theorems' commands allow 'for' fixes and standardize the result before storing;
Sun, 20 Nov 2011 17:32:27 +0100 updated comment;
wenzelm [Sun, 20 Nov 2011 17:32:27 +0100] rev 45599
updated comment;
Sun, 20 Nov 2011 17:04:59 +0100 more uniform signature;
wenzelm [Sun, 20 Nov 2011 17:04:59 +0100] rev 45598
more uniform signature;
Sun, 20 Nov 2011 16:59:37 +0100 uniform cert_vars/read_vars;
wenzelm [Sun, 20 Nov 2011 16:59:37 +0100] rev 45597
uniform cert_vars/read_vars;
Sun, 20 Nov 2011 16:58:12 +0100 eliminated dead code;
wenzelm [Sun, 20 Nov 2011 16:58:12 +0100] rev 45596
eliminated dead code;
Sun, 20 Nov 2011 15:21:22 +0100 clarified certify vs. sharing;
wenzelm [Sun, 20 Nov 2011 15:21:22 +0100] rev 45595
clarified certify vs. sharing;
Sun, 20 Nov 2011 13:29:12 +0100 tuned;
wenzelm [Sun, 20 Nov 2011 13:29:12 +0100] rev 45594
tuned;
Sat, 19 Nov 2011 21:23:16 +0100 NEWS;
wenzelm [Sat, 19 Nov 2011 21:23:16 +0100] rev 45593
NEWS;
Sat, 19 Nov 2011 21:18:38 +0100 added ML antiquotation @{attributes};
wenzelm [Sat, 19 Nov 2011 21:18:38 +0100] rev 45592
added ML antiquotation @{attributes};
Sat, 19 Nov 2011 17:20:17 +0100 merged
wenzelm [Sat, 19 Nov 2011 17:20:17 +0100] rev 45591
merged
Sat, 19 Nov 2011 12:42:21 +0100 made SML/NJ happy
blanchet [Sat, 19 Nov 2011 12:42:21 +0100] rev 45590
made SML/NJ happy
Sat, 19 Nov 2011 16:16:33 +0100 simplified Locale.add_thmss, after partial evaluation of attributes;
wenzelm [Sat, 19 Nov 2011 16:16:33 +0100] rev 45589
simplified Locale.add_thmss, after partial evaluation of attributes;
Sat, 19 Nov 2011 15:34:37 +0100 misc tuning;
wenzelm [Sat, 19 Nov 2011 15:34:37 +0100] rev 45588
misc tuning;
Sat, 19 Nov 2011 15:04:36 +0100 tuned;
wenzelm [Sat, 19 Nov 2011 15:04:36 +0100] rev 45587
tuned;
Sat, 19 Nov 2011 14:31:43 +0100 refined partial evaluation of attributes: avoid duplication of facts for plain declarations;
wenzelm [Sat, 19 Nov 2011 14:31:43 +0100] rev 45586
refined partial evaluation of attributes: avoid duplication of facts for plain declarations; tuned;
Sat, 19 Nov 2011 13:36:38 +0100 discontinued slightly odd write_prv, which would still write .prv files the first time, and deprive add-on tools from date stamp change (cf. 157e74588c49);
wenzelm [Sat, 19 Nov 2011 13:36:38 +0100] rev 45585
discontinued slightly odd write_prv, which would still write .prv files the first time, and deprive add-on tools from date stamp change (cf. 157e74588c49);
Sat, 19 Nov 2011 13:02:50 +0100 do not store vacuous theorem specifications -- relevant for frugal local theory content;
wenzelm [Sat, 19 Nov 2011 13:02:50 +0100] rev 45584
do not store vacuous theorem specifications -- relevant for frugal local theory content; tuned;
Sat, 19 Nov 2011 12:33:18 +0100 put structural attributes of 'obtains' in outer declarations, to make it actually work in local theory;
wenzelm [Sat, 19 Nov 2011 12:33:18 +0100] rev 45583
put structural attributes of 'obtains' in outer declarations, to make it actually work in local theory; tuned;
Fri, 18 Nov 2011 22:32:57 +0100 sequential lemmas to accomodate static rule attributes;
wenzelm [Fri, 18 Nov 2011 22:32:57 +0100] rev 45582
sequential lemmas to accomodate static rule attributes;
Fri, 18 Nov 2011 21:55:24 +0100 partial evaluation of locale facts leads to static scoping of rule attributes;
wenzelm [Fri, 18 Nov 2011 21:55:24 +0100] rev 45581
partial evaluation of locale facts leads to static scoping of rule attributes;
Fri, 18 Nov 2011 21:50:50 +0100 tuned message;
wenzelm [Fri, 18 Nov 2011 21:50:50 +0100] rev 45580
tuned message;
Fri, 18 Nov 2011 16:42:31 +0100 gave SML/NJ a chance
blanchet [Fri, 18 Nov 2011 16:42:31 +0100] rev 45579
gave SML/NJ a chance
Fri, 18 Nov 2011 14:47:08 +0100 more robust options
blanchet [Fri, 18 Nov 2011 14:47:08 +0100] rev 45578
more robust options
Fri, 18 Nov 2011 13:50:01 +0100 adding another example for lifting definitions
bulwahn [Fri, 18 Nov 2011 13:50:01 +0100] rev 45577
adding another example for lifting definitions
Fri, 18 Nov 2011 13:42:07 +0100 improving header
bulwahn [Fri, 18 Nov 2011 13:42:07 +0100] rev 45576
improving header
Fri, 18 Nov 2011 11:47:12 +0100 more "metis" calls in example
blanchet [Fri, 18 Nov 2011 11:47:12 +0100] rev 45575
more "metis" calls in example
Fri, 18 Nov 2011 11:47:12 +0100 be more silent when auto minimizing
blanchet [Fri, 18 Nov 2011 11:47:12 +0100] rev 45574
be more silent when auto minimizing
Fri, 18 Nov 2011 11:47:12 +0100 less offensive terminology
blanchet [Fri, 18 Nov 2011 11:47:12 +0100] rev 45573
less offensive terminology
Fri, 18 Nov 2011 11:47:12 +0100 more "metis" calls in example
blanchet [Fri, 18 Nov 2011 11:47:12 +0100] rev 45572
more "metis" calls in example
Fri, 18 Nov 2011 11:47:12 +0100 minor textual improvement
blanchet [Fri, 18 Nov 2011 11:47:12 +0100] rev 45571
minor textual improvement
Fri, 18 Nov 2011 11:47:12 +0100 pull variables (Var) out of lambdas, so that the Isabelle theorems closely mirror the Metis lambda-lifted ones
blanchet [Fri, 18 Nov 2011 11:47:12 +0100] rev 45570
pull variables (Var) out of lambdas, so that the Isabelle theorems closely mirror the Metis lambda-lifted ones
Fri, 18 Nov 2011 11:47:12 +0100 wrap lambdas earlier, to get more control over beta/eta
blanchet [Fri, 18 Nov 2011 11:47:12 +0100] rev 45569
wrap lambdas earlier, to get more control over beta/eta
Fri, 18 Nov 2011 11:47:12 +0100 move eta-contraction to before translation to Metis, to ensure everything stays in sync
blanchet [Fri, 18 Nov 2011 11:47:12 +0100] rev 45568
move eta-contraction to before translation to Metis, to ensure everything stays in sync
Fri, 18 Nov 2011 11:47:12 +0100 avoid that var names get changed by resolution in Metis lambda-lifting
blanchet [Fri, 18 Nov 2011 11:47:12 +0100] rev 45567
avoid that var names get changed by resolution in Metis lambda-lifting
Fri, 18 Nov 2011 11:47:12 +0100 better threading of type encodings between Sledgehammer and "metis"
blanchet [Fri, 18 Nov 2011 11:47:12 +0100] rev 45566
better threading of type encodings between Sledgehammer and "metis"
Fri, 18 Nov 2011 11:47:12 +0100 fixed bugs in lambda-lifting code -- ensure distinct names for variables
blanchet [Fri, 18 Nov 2011 11:47:12 +0100] rev 45565
fixed bugs in lambda-lifting code -- ensure distinct names for variables
Fri, 18 Nov 2011 11:47:12 +0100 protect prefix against variant mutations
blanchet [Fri, 18 Nov 2011 11:47:12 +0100] rev 45564
protect prefix against variant mutations
Fri, 18 Nov 2011 11:47:12 +0100 example cleanup
blanchet [Fri, 18 Nov 2011 11:47:12 +0100] rev 45563
example cleanup
Fri, 18 Nov 2011 11:47:12 +0100 example cleanup
blanchet [Fri, 18 Nov 2011 11:47:12 +0100] rev 45562
example cleanup
Fri, 18 Nov 2011 11:47:12 +0100 don't propagate user-set "type_enc" or "lam_trans" to Metis calls
blanchet [Fri, 18 Nov 2011 11:47:12 +0100] rev 45561
don't propagate user-set "type_enc" or "lam_trans" to Metis calls
Fri, 18 Nov 2011 11:47:12 +0100 don't needlessly pass "lam_lifted" option to "metis" call for SMT proof
blanchet [Fri, 18 Nov 2011 11:47:12 +0100] rev 45560
don't needlessly pass "lam_lifted" option to "metis" call for SMT proof
Fri, 18 Nov 2011 11:47:12 +0100 avoid spurious messages in "lam_lifting" mode
blanchet [Fri, 18 Nov 2011 11:47:12 +0100] rev 45559
avoid spurious messages in "lam_lifting" mode
Fri, 18 Nov 2011 11:47:12 +0100 eta-contract to avoid needless "lambda" wrappers
blanchet [Fri, 18 Nov 2011 11:47:12 +0100] rev 45558
eta-contract to avoid needless "lambda" wrappers
Fri, 18 Nov 2011 11:47:12 +0100 quiet down SMT
blanchet [Fri, 18 Nov 2011 11:47:12 +0100] rev 45557
quiet down SMT
Fri, 18 Nov 2011 11:47:12 +0100 more aggressive lambda hiding (if we anyway need to pass an option to Metis)
blanchet [Fri, 18 Nov 2011 11:47:12 +0100] rev 45556
more aggressive lambda hiding (if we anyway need to pass an option to Metis)
Fri, 18 Nov 2011 11:47:12 +0100 updated Sledgehammer docs
blanchet [Fri, 18 Nov 2011 11:47:12 +0100] rev 45555
updated Sledgehammer docs
Fri, 18 Nov 2011 11:47:12 +0100 don't pass "lam_lifted" option to "metis" unless there's a good reason
blanchet [Fri, 18 Nov 2011 11:47:12 +0100] rev 45554
don't pass "lam_lifted" option to "metis" unless there's a good reason
Fri, 18 Nov 2011 11:47:12 +0100 no needless reconstructors
blanchet [Fri, 18 Nov 2011 11:47:12 +0100] rev 45553
no needless reconstructors
Fri, 18 Nov 2011 11:47:12 +0100 removed more clutter
blanchet [Fri, 18 Nov 2011 11:47:12 +0100] rev 45552
removed more clutter
Fri, 18 Nov 2011 11:47:12 +0100 removed needless baggage
blanchet [Fri, 18 Nov 2011 11:47:12 +0100] rev 45551
removed needless baggage
Fri, 18 Nov 2011 06:50:05 +0100 Word.thy: reduce usage of numeral-representation-dependent thms like number_of_is_id in proofs
huffman [Fri, 18 Nov 2011 06:50:05 +0100] rev 45550
Word.thy: reduce usage of numeral-representation-dependent thms like number_of_is_id in proofs
Fri, 18 Nov 2011 04:56:35 +0100 merged
huffman [Fri, 18 Nov 2011 04:56:35 +0100] rev 45549
merged
Thu, 17 Nov 2011 18:31:00 +0100 Groups.thy: generalize several lemmas from class ab_group_add to class group_add
huffman [Thu, 17 Nov 2011 18:31:00 +0100] rev 45548
Groups.thy: generalize several lemmas from class ab_group_add to class group_add
Thu, 17 Nov 2011 15:07:46 +0100 HOL-Word: removed more duplicate theorems
huffman [Thu, 17 Nov 2011 15:07:46 +0100] rev 45547
HOL-Word: removed more duplicate theorems
Thu, 17 Nov 2011 14:52:05 +0100 HOL-Word: removed many duplicate theorems (see NEWS)
huffman [Thu, 17 Nov 2011 14:52:05 +0100] rev 45546
HOL-Word: removed many duplicate theorems (see NEWS)
Thu, 17 Nov 2011 14:24:10 +0100 Word.thy: rearrange to instantiate arithmetic classes together with arithmetic operations
huffman [Thu, 17 Nov 2011 14:24:10 +0100] rev 45545
Word.thy: rearrange to instantiate arithmetic classes together with arithmetic operations
Thu, 17 Nov 2011 12:38:03 +0100 move definitions of bitwise operators into appropriate document section
huffman [Thu, 17 Nov 2011 12:38:03 +0100] rev 45544
move definitions of bitwise operators into appropriate document section
Thu, 17 Nov 2011 12:29:48 +0100 HOL-Word: add simp rules for bin_rest, bin_last; shorten several proofs
huffman [Thu, 17 Nov 2011 12:29:48 +0100] rev 45543
HOL-Word: add simp rules for bin_rest, bin_last; shorten several proofs
Thu, 17 Nov 2011 08:07:54 +0100 HOL-NSA: add number_semiring instance, reformulate several lemmas using '2' instead of '1+1'
huffman [Thu, 17 Nov 2011 08:07:54 +0100] rev 45542
HOL-NSA: add number_semiring instance, reformulate several lemmas using '2' instead of '1+1'
Thu, 17 Nov 2011 07:55:09 +0100 simplify implementation of approx_reorient_simproc
huffman [Thu, 17 Nov 2011 07:55:09 +0100] rev 45541
simplify implementation of approx_reorient_simproc
Thu, 17 Nov 2011 07:31:37 +0100 name simp theorems st_0 and st_1
huffman [Thu, 17 Nov 2011 07:31:37 +0100] rev 45540
name simp theorems st_0 and st_1
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip