Thu, 22 Dec 2005 13:31:58 +0100 Tuned syntax for perm.
berghofe [Thu, 22 Dec 2005 13:31:58 +0100] rev 18491
Tuned syntax for perm.
Thu, 22 Dec 2005 13:00:53 +0100 new lemmas
nipkow [Thu, 22 Dec 2005 13:00:53 +0100] rev 18490
new lemmas
Thu, 22 Dec 2005 12:27:10 +0100 Fixed a use of an outdated Substring function
paulson [Thu, 22 Dec 2005 12:27:10 +0100] rev 18489
Fixed a use of an outdated Substring function
Thu, 22 Dec 2005 00:41:26 +0100 tuned;
wenzelm [Thu, 22 Dec 2005 00:41:26 +0100] rev 18488
tuned;
Thu, 22 Dec 2005 00:29:22 +0100 exh_casedist2: norm_hhf_eq;
wenzelm [Thu, 22 Dec 2005 00:29:22 +0100] rev 18487
exh_casedist2: norm_hhf_eq;
Thu, 22 Dec 2005 00:29:20 +0100 added bicompose_no_flatten, which refrains from
wenzelm [Thu, 22 Dec 2005 00:29:20 +0100] rev 18486
added bicompose_no_flatten, which refrains from changing the shape of the new subgoals;
Thu, 22 Dec 2005 00:29:19 +0100 bicompose_proof: no_flatten;
wenzelm [Thu, 22 Dec 2005 00:29:19 +0100] rev 18485
bicompose_proof: no_flatten;
Thu, 22 Dec 2005 00:29:18 +0100 conclude/SELECT: Thm.bicompose_no_flatten avoids unsolicited modification of result;
wenzelm [Thu, 22 Dec 2005 00:29:18 +0100] rev 18484
conclude/SELECT: Thm.bicompose_no_flatten avoids unsolicited modification of result;
Thu, 22 Dec 2005 00:29:17 +0100 Transform mutual rule into projection.
wenzelm [Thu, 22 Dec 2005 00:29:17 +0100] rev 18483
Transform mutual rule into projection.
Thu, 22 Dec 2005 00:29:15 +0100 added Provers/project_rule.ML
wenzelm [Thu, 22 Dec 2005 00:29:15 +0100] rev 18482
added Provers/project_rule.ML
Thu, 22 Dec 2005 00:29:14 +0100 structure ProjectRule;
wenzelm [Thu, 22 Dec 2005 00:29:14 +0100] rev 18481
structure ProjectRule;
Thu, 22 Dec 2005 00:29:12 +0100 * induct: improved treatment of mutual goals and mutual rules;
wenzelm [Thu, 22 Dec 2005 00:29:12 +0100] rev 18480
* induct: improved treatment of mutual goals and mutual rules;
Thu, 22 Dec 2005 00:29:11 +0100 updated auxiliary facts for induct method;
wenzelm [Thu, 22 Dec 2005 00:29:11 +0100] rev 18479
updated auxiliary facts for induct method; removed dead code;
Thu, 22 Dec 2005 00:29:10 +0100 prop_tr': proper handling of aprop marked as bound;
wenzelm [Thu, 22 Dec 2005 00:29:10 +0100] rev 18478
prop_tr': proper handling of aprop marked as bound;
Thu, 22 Dec 2005 00:29:09 +0100 consume: expand defs in prems of concls;
wenzelm [Thu, 22 Dec 2005 00:29:09 +0100] rev 18477
consume: expand defs in prems of concls; added add_consumes; make/extract_cases: split cases consisting of meta-conjunctions; added mutual_rule;
Thu, 22 Dec 2005 00:29:08 +0100 cases: main is_proper flag;
wenzelm [Thu, 22 Dec 2005 00:29:08 +0100] rev 18476
cases: main is_proper flag; print_cases: show proper cases only;
Thu, 22 Dec 2005 00:29:07 +0100 auto cases: marked improper;
wenzelm [Thu, 22 Dec 2005 00:29:07 +0100] rev 18475
auto cases: marked improper; tuned;
Thu, 22 Dec 2005 00:29:06 +0100 conjunction_tac: single goal;
wenzelm [Thu, 22 Dec 2005 00:29:06 +0100] rev 18474
conjunction_tac: single goal;
Thu, 22 Dec 2005 00:29:04 +0100 CONJUNCTS2;
wenzelm [Thu, 22 Dec 2005 00:29:04 +0100] rev 18473
CONJUNCTS2;
Thu, 22 Dec 2005 00:29:03 +0100 rule_context: numbered cases;
wenzelm [Thu, 22 Dec 2005 00:29:03 +0100] rev 18472
rule_context: numbered cases;
Thu, 22 Dec 2005 00:29:01 +0100 conjunction_tac: single goal;
wenzelm [Thu, 22 Dec 2005 00:29:01 +0100] rev 18471
conjunction_tac: single goal; added CONJUNCTS2, precise_conjunction_tac; removed smart_conjunction_tac;
Thu, 22 Dec 2005 00:29:00 +0100 renamed imp_cong' to imp_cong_rule;
wenzelm [Thu, 22 Dec 2005 00:29:00 +0100] rev 18470
renamed imp_cong' to imp_cong_rule;
Thu, 22 Dec 2005 00:28:58 +0100 mk_conjunction: proper treatment of bounds;
wenzelm [Thu, 22 Dec 2005 00:28:58 +0100] rev 18469
mk_conjunction: proper treatment of bounds; added dest_conjunction(s);
Thu, 22 Dec 2005 00:28:54 +0100 fixed has_internal;
wenzelm [Thu, 22 Dec 2005 00:28:54 +0100] rev 18468
fixed has_internal; added is_internal; renamed imp_cong' to imp_cong_rule; uniform versions of forall_conv, concl_conv, prems_conv, conjunction_conv;
Thu, 22 Dec 2005 00:28:53 +0100 Tactic.precise_conjunction_tac;
wenzelm [Thu, 22 Dec 2005 00:28:53 +0100] rev 18467
Tactic.precise_conjunction_tac;
Thu, 22 Dec 2005 00:28:52 +0100 added locale meta_conjunction_syntax and various conjunction rules;
wenzelm [Thu, 22 Dec 2005 00:28:52 +0100] rev 18466
added locale meta_conjunction_syntax and various conjunction rules;
Thu, 22 Dec 2005 00:28:51 +0100 simplified setup: removed dest_concls, local_impI, conjI;
wenzelm [Thu, 22 Dec 2005 00:28:51 +0100] rev 18465
simplified setup: removed dest_concls, local_impI, conjI; improved handling of simultaneous goals: split cases; simplified treatment of mutual rules, which are now specified as a list instead of object-level conjunction (cf. set/type/rule); moved join_rules to RuleCases.mutual_rule;
Thu, 22 Dec 2005 00:28:49 +0100 induct_rulify;
wenzelm [Thu, 22 Dec 2005 00:28:49 +0100] rev 18464
induct_rulify;
Thu, 22 Dec 2005 00:28:47 +0100 actually produce projected rules;
wenzelm [Thu, 22 Dec 2005 00:28:47 +0100] rev 18463
actually produce projected rules; *.inducts holds all projected rules;
Thu, 22 Dec 2005 00:28:46 +0100 *.inducts holds all projected rules;
wenzelm [Thu, 22 Dec 2005 00:28:46 +0100] rev 18462
*.inducts holds all projected rules;
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip