Fri, 13 Sep 2013 09:31:45 +0200 merged
krauss [Fri, 13 Sep 2013 09:31:45 +0200] rev 53615
merged
Thu, 12 Sep 2013 22:10:17 +0200 omit automatic Induct.cases_pred declaration, which breaks many existing proofs
krauss [Thu, 12 Sep 2013 22:10:17 +0200] rev 53614
omit automatic Induct.cases_pred declaration, which breaks many existing proofs
Tue, 10 Sep 2013 20:34:32 +0200 NEWS and CONTRIBUTORS
krauss [Tue, 10 Sep 2013 20:34:32 +0200] rev 53613
NEWS and CONTRIBUTORS
Tue, 10 Sep 2013 20:11:01 +0200 merged
krauss [Tue, 10 Sep 2013 20:11:01 +0200] rev 53612
merged
Tue, 10 Sep 2013 20:09:53 +0200 added some examples and tests for fun_cases
krauss [Tue, 10 Sep 2013 20:09:53 +0200] rev 53611
added some examples and tests for fun_cases
Mon, 09 Sep 2013 00:59:45 +0200 dropped unnecessary 'open'
krauss [Mon, 09 Sep 2013 00:59:45 +0200] rev 53610
dropped unnecessary 'open'
Mon, 09 Sep 2013 00:53:50 +0200 tuned headers
krauss [Mon, 09 Sep 2013 00:53:50 +0200] rev 53609
tuned headers
Mon, 09 Sep 2013 00:14:07 +0200 moved cases post-processing under mk_partial_rules_mutual, using existing bookkeeping information;
krauss [Mon, 09 Sep 2013 00:14:07 +0200] rev 53608
moved cases post-processing under mk_partial_rules_mutual, using existing bookkeeping information; normalized whitespace and indentation
Sun, 08 Sep 2013 23:58:52 +0200 clarified
krauss [Sun, 08 Sep 2013 23:58:52 +0200] rev 53607
clarified
Sun, 08 Sep 2013 23:49:25 +0200 clarified, dropping unreachable bool special case
krauss [Sun, 08 Sep 2013 23:49:25 +0200] rev 53606
clarified, dropping unreachable bool special case
Sun, 08 Sep 2013 23:28:27 +0200 dropped dead code
krauss [Sun, 08 Sep 2013 23:28:27 +0200] rev 53605
dropped dead code
Sun, 08 Sep 2013 23:26:08 +0200 clarified
krauss [Sun, 08 Sep 2013 23:26:08 +0200] rev 53604
clarified
Sun, 08 Sep 2013 22:32:47 +0200 generate elim rules for elimination of function equalities;
Manuel Eberl [Sun, 08 Sep 2013 22:32:47 +0200] rev 53603
generate elim rules for elimination of function equalities; added fun_cases command; recover proper cases rules for mutual recursive case (no sum types)
Fri, 13 Sep 2013 07:59:50 +0200 tuned proofs
haftmann [Fri, 13 Sep 2013 07:59:50 +0200] rev 53602
tuned proofs
Thu, 12 Sep 2013 18:09:56 -0700 merged
huffman [Thu, 12 Sep 2013 18:09:56 -0700] rev 53601
merged
Thu, 12 Sep 2013 18:09:17 -0700 make 'linear' into a sublocale of 'bounded_linear';
huffman [Thu, 12 Sep 2013 18:09:17 -0700] rev 53600
make 'linear' into a sublocale of 'bounded_linear'; replace 'linear_def' with 'linear_iff'
Thu, 12 Sep 2013 15:08:46 -0700 generalize lemmas
huffman [Thu, 12 Sep 2013 15:08:46 -0700] rev 53599
generalize lemmas
Thu, 12 Sep 2013 15:08:07 -0700 remove unneeded assumption from prime_dvd_power lemmas;
huffman [Thu, 12 Sep 2013 15:08:07 -0700] rev 53598
remove unneeded assumption from prime_dvd_power lemmas; add iff forms of prime_dvd_power lemmas (thanks to Jason Dagit)
Thu, 12 Sep 2013 09:39:02 -0700 remove duplicate lemmas
huffman [Thu, 12 Sep 2013 09:39:02 -0700] rev 53597
remove duplicate lemmas
Thu, 12 Sep 2013 09:33:36 -0700 new lemmas
huffman [Thu, 12 Sep 2013 09:33:36 -0700] rev 53596
new lemmas
Thu, 12 Sep 2013 09:06:46 -0700 prefer theorem name over 'long_thm_list(n)'
huffman [Thu, 12 Sep 2013 09:06:46 -0700] rev 53595
prefer theorem name over 'long_thm_list(n)'
Thu, 12 Sep 2013 09:04:46 -0700 prefer attribute 'unfolded thm' to 'simplified'
huffman [Thu, 12 Sep 2013 09:04:46 -0700] rev 53594
prefer attribute 'unfolded thm' to 'simplified'
Thu, 12 Sep 2013 09:03:52 -0700 removed outdated comments
huffman [Thu, 12 Sep 2013 09:03:52 -0700] rev 53593
removed outdated comments
Fri, 13 Sep 2013 02:55:04 +0200 made non-co case more robust as well (cf. b6e2993fd0d3)
blanchet [Fri, 13 Sep 2013 02:55:04 +0200] rev 53592
made non-co case more robust as well (cf. b6e2993fd0d3)
Fri, 13 Sep 2013 02:26:59 +0200 don't wrongly destroy sum types in coiterators
blanchet [Fri, 13 Sep 2013 02:26:59 +0200] rev 53591
don't wrongly destroy sum types in coiterators
Fri, 13 Sep 2013 00:55:44 +0200 beware of multi-constructor datatypes (cf. 27c418b7b985)
blanchet [Fri, 13 Sep 2013 00:55:44 +0200] rev 53590
beware of multi-constructor datatypes (cf. 27c418b7b985)
Fri, 13 Sep 2013 00:39:24 +0200 beware of single-constructor datatypes, with no discriminators
blanchet [Fri, 13 Sep 2013 00:39:24 +0200] rev 53589
beware of single-constructor datatypes, with no discriminators
Thu, 12 Sep 2013 23:43:02 +0200 more robust tactic to cover another corner case (added as example);
traytel [Thu, 12 Sep 2013 23:43:02 +0200] rev 53588
more robust tactic to cover another corner case (added as example);
Thu, 12 Sep 2013 23:29:13 +0200 generalized data structure, for extension with SMT solver proofs
blanchet [Thu, 12 Sep 2013 23:29:13 +0200] rev 53587
generalized data structure, for extension with SMT solver proofs
Thu, 12 Sep 2013 22:10:57 +0200 prefixed types and some functions with "atp_" for disambiguation
blanchet [Thu, 12 Sep 2013 22:10:57 +0200] rev 53586
prefixed types and some functions with "atp_" for disambiguation
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip