Thu, 06 Jan 2011 11:00:16 +0000 made sure the raw datatypes and raw functions do not get any mixfix syntax
Christian Urban <urbanc@in.tum.de> [Thu, 06 Jan 2011 11:00:16 +0000] rev 2640
made sure the raw datatypes and raw functions do not get any mixfix syntax
Wed, 05 Jan 2011 17:33:43 +0000 exported the code into a separate file
Christian Urban <urbanc@in.tum.de> [Wed, 05 Jan 2011 17:33:43 +0000] rev 2639
exported the code into a separate file
Wed, 05 Jan 2011 16:51:27 +0000 strong rule inductions; as an example the weakening lemma works
Christian Urban <urbanc@in.tum.de> [Wed, 05 Jan 2011 16:51:27 +0000] rev 2638
strong rule inductions; as an example the weakening lemma works
Tue, 04 Jan 2011 13:47:38 +0000 final version of the ESOP paper; used set+ instead of res as requested by one reviewer
Christian Urban <urbanc@in.tum.de> [Tue, 04 Jan 2011 13:47:38 +0000] rev 2637
final version of the ESOP paper; used set+ instead of res as requested by one reviewer
Mon, 03 Jan 2011 16:21:12 +0000 file with most of the strong rule induction development
Christian Urban <urbanc@in.tum.de> [Mon, 03 Jan 2011 16:21:12 +0000] rev 2636
file with most of the strong rule induction development
Mon, 03 Jan 2011 16:19:27 +0000 simple cases for string rule inductions
Christian Urban <urbanc@in.tum.de> [Mon, 03 Jan 2011 16:19:27 +0000] rev 2635
simple cases for string rule inductions
Fri, 31 Dec 2010 15:37:04 +0000 changed res keyword to set+ for restrictions; comment by a referee
Christian Urban <urbanc@in.tum.de> [Fri, 31 Dec 2010 15:37:04 +0000] rev 2634
changed res keyword to set+ for restrictions; comment by a referee
Fri, 31 Dec 2010 13:31:39 +0000 added proper case names for all induct and exhaust theorems
Christian Urban <urbanc@in.tum.de> [Fri, 31 Dec 2010 13:31:39 +0000] rev 2633
added proper case names for all induct and exhaust theorems
Fri, 31 Dec 2010 12:12:59 +0000 added small example for strong inductions; functions still need a sorry
Christian Urban <urbanc@in.tum.de> [Fri, 31 Dec 2010 12:12:59 +0000] rev 2632
added small example for strong inductions; functions still need a sorry
Thu, 30 Dec 2010 10:00:09 +0000 removed local fix for bug in induction_schema; added setup method for strong inductions
Christian Urban <urbanc@in.tum.de> [Thu, 30 Dec 2010 10:00:09 +0000] rev 2631
removed local fix for bug in induction_schema; added setup method for strong inductions
Tue, 28 Dec 2010 19:51:25 +0000 automated all strong induction lemmas
Christian Urban <urbanc@in.tum.de> [Tue, 28 Dec 2010 19:51:25 +0000] rev 2630
automated all strong induction lemmas
Tue, 28 Dec 2010 00:20:50 +0000 proper application of induction_schema and strong_exhaust rules; needs local fix in induction_schema.ML
Christian Urban <urbanc@in.tum.de> [Tue, 28 Dec 2010 00:20:50 +0000] rev 2629
proper application of induction_schema and strong_exhaust rules; needs local fix in induction_schema.ML
Sun, 26 Dec 2010 16:35:16 +0000 generated goals for strong induction theorems.
Christian Urban <urbanc@in.tum.de> [Sun, 26 Dec 2010 16:35:16 +0000] rev 2628
generated goals for strong induction theorems.
Thu, 23 Dec 2010 01:05:05 +0000 test with strong inductions
Christian Urban <urbanc@in.tum.de> [Thu, 23 Dec 2010 01:05:05 +0000] rev 2627
test with strong inductions
Thu, 23 Dec 2010 00:46:06 +0000 moved all strong_exhaust code to nominal_dt_quot; tuned examples
Christian Urban <urbanc@in.tum.de> [Thu, 23 Dec 2010 00:46:06 +0000] rev 2626
moved all strong_exhaust code to nominal_dt_quot; tuned examples
Thu, 23 Dec 2010 00:22:41 +0000 moved generic functions into nominal_library
Christian Urban <urbanc@in.tum.de> [Thu, 23 Dec 2010 00:22:41 +0000] rev 2625
moved generic functions into nominal_library
Wed, 22 Dec 2010 23:12:51 +0000 slight tuning
Christian Urban <urbanc@in.tum.de> [Wed, 22 Dec 2010 23:12:51 +0000] rev 2624
slight tuning
Wed, 22 Dec 2010 22:30:43 +0000 slight tuning
Christian Urban <urbanc@in.tum.de> [Wed, 22 Dec 2010 22:30:43 +0000] rev 2623
slight tuning
Wed, 22 Dec 2010 21:13:44 +0000 tuned examples
Christian Urban <urbanc@in.tum.de> [Wed, 22 Dec 2010 21:13:44 +0000] rev 2622
tuned examples
Wed, 22 Dec 2010 21:13:32 +0000 added fold_right which produces the correct term for left-infix operators
Christian Urban <urbanc@in.tum.de> [Wed, 22 Dec 2010 21:13:32 +0000] rev 2621
added fold_right which produces the correct term for left-infix operators
Wed, 22 Dec 2010 12:47:09 +0000 updated to Isabelle 22 December
Christian Urban <urbanc@in.tum.de> [Wed, 22 Dec 2010 12:47:09 +0000] rev 2620
updated to Isabelle 22 December
Wed, 22 Dec 2010 12:17:49 +0000 a bit tuning
Christian Urban <urbanc@in.tum.de> [Wed, 22 Dec 2010 12:17:49 +0000] rev 2619
a bit tuning
Wed, 22 Dec 2010 10:32:01 +0000 corrected premises of strong exhausts theorems
Christian Urban <urbanc@in.tum.de> [Wed, 22 Dec 2010 10:32:01 +0000] rev 2618
corrected premises of strong exhausts theorems
Wed, 22 Dec 2010 09:13:25 +0000 properly exported strong exhaust theorem; cleaned up some examples
Christian Urban <urbanc@in.tum.de> [Wed, 22 Dec 2010 09:13:25 +0000] rev 2617
properly exported strong exhaust theorem; cleaned up some examples
Tue, 21 Dec 2010 10:28:08 +0000 all examples for strong exhausts work; recursive binders need to be treated differently; still unclean version with lots of diagnostic code
Christian Urban <urbanc@in.tum.de> [Tue, 21 Dec 2010 10:28:08 +0000] rev 2616
all examples for strong exhausts work; recursive binders need to be treated differently; still unclean version with lots of diagnostic code
Sun, 19 Dec 2010 07:50:37 +0000 one interesting case done
Christian Urban <urbanc@in.tum.de> [Sun, 19 Dec 2010 07:50:37 +0000] rev 2615
one interesting case done
Sun, 19 Dec 2010 07:43:32 +0000 a stronger statement for at_set_avoiding
Christian Urban <urbanc@in.tum.de> [Sun, 19 Dec 2010 07:43:32 +0000] rev 2614
a stronger statement for at_set_avoiding
Fri, 17 Dec 2010 01:01:44 +0000 tuned
Christian Urban <urbanc@in.tum.de> [Fri, 17 Dec 2010 01:01:44 +0000] rev 2613
tuned
Fri, 17 Dec 2010 00:39:27 +0000 tuned
Christian Urban <urbanc@in.tum.de> [Fri, 17 Dec 2010 00:39:27 +0000] rev 2612
tuned
Thu, 16 Dec 2010 08:42:48 +0000 simple cases for strong inducts done; infrastructure for the difficult ones is there
Christian Urban <urbanc@in.tum.de> [Thu, 16 Dec 2010 08:42:48 +0000] rev 2611
simple cases for strong inducts done; infrastructure for the difficult ones is there
Thu, 16 Dec 2010 02:25:35 +0000 added theorem-rewriter conversion
Christian Urban <urbanc@in.tum.de> [Thu, 16 Dec 2010 02:25:35 +0000] rev 2610
added theorem-rewriter conversion
Tue, 14 Dec 2010 14:23:40 +0000 freshness theorem in strong exhausts; (temporarily includes a cheat_tac to make all tests go through)
Christian Urban <urbanc@in.tum.de> [Tue, 14 Dec 2010 14:23:40 +0000] rev 2609
freshness theorem in strong exhausts; (temporarily includes a cheat_tac to make all tests go through)
Sun, 12 Dec 2010 22:09:11 +0000 created strong_exhausts terms
Christian Urban <urbanc@in.tum.de> [Sun, 12 Dec 2010 22:09:11 +0000] rev 2608
created strong_exhausts terms
Sun, 12 Dec 2010 00:10:40 +0000 moved setify and listify functions into the library; introduced versions that have a type argument
Christian Urban <urbanc@in.tum.de> [Sun, 12 Dec 2010 00:10:40 +0000] rev 2607
moved setify and listify functions into the library; introduced versions that have a type argument
Fri, 10 Dec 2010 19:01:44 +0000 updated
Christian Urban <urbanc@in.tum.de> [Fri, 10 Dec 2010 19:01:44 +0000] rev 2606
updated
Thu, 09 Dec 2010 18:12:42 +0000 a bit more tuning of the paper
Christian Urban <urbanc@in.tum.de> [Thu, 09 Dec 2010 18:12:42 +0000] rev 2605
a bit more tuning of the paper
Thu, 09 Dec 2010 17:10:08 +0000 brought the paper to 20 pages plus one page appendix
Christian Urban <urbanc@in.tum.de> [Thu, 09 Dec 2010 17:10:08 +0000] rev 2604
brought the paper to 20 pages plus one page appendix
Wed, 08 Dec 2010 17:07:08 +0000 first tests about exhaust
Christian Urban <urbanc@in.tum.de> [Wed, 08 Dec 2010 17:07:08 +0000] rev 2603
first tests about exhaust
Wed, 08 Dec 2010 13:16:25 +0000 moved some code into the nominal_library
Christian Urban <urbanc@in.tum.de> [Wed, 08 Dec 2010 13:16:25 +0000] rev 2602
moved some code into the nominal_library
Wed, 08 Dec 2010 13:05:04 +0000 moved definition of raw bn-functions into nominal_dt_rawfuns
Christian Urban <urbanc@in.tum.de> [Wed, 08 Dec 2010 13:05:04 +0000] rev 2601
moved definition of raw bn-functions into nominal_dt_rawfuns
Wed, 08 Dec 2010 12:37:25 +0000 kept the nested structure of constructors (belonging to one datatype)
Christian Urban <urbanc@in.tum.de> [Wed, 08 Dec 2010 12:37:25 +0000] rev 2600
kept the nested structure of constructors (belonging to one datatype)
Tue, 07 Dec 2010 19:16:09 +0000 moved general theorems into the libraries
Christian Urban <urbanc@in.tum.de> [Tue, 07 Dec 2010 19:16:09 +0000] rev 2599
moved general theorems into the libraries
Tue, 07 Dec 2010 14:27:39 +0000 automated permute_bn theorems
Christian Urban <urbanc@in.tum.de> [Tue, 07 Dec 2010 14:27:39 +0000] rev 2598
automated permute_bn theorems
Tue, 07 Dec 2010 14:27:21 +0000 updated to changes in Isabelle
Christian Urban <urbanc@in.tum.de> [Tue, 07 Dec 2010 14:27:21 +0000] rev 2597
updated to changes in Isabelle
Mon, 06 Dec 2010 17:11:54 +0000 deleted nominal_dt_supp.ML
Christian Urban <urbanc@in.tum.de> [Mon, 06 Dec 2010 17:11:54 +0000] rev 2596
deleted nominal_dt_supp.ML
Mon, 06 Dec 2010 17:11:34 +0000 moved code from nominal_dt_supp to nominal_dt_quot
Christian Urban <urbanc@in.tum.de> [Mon, 06 Dec 2010 17:11:34 +0000] rev 2595
moved code from nominal_dt_supp to nominal_dt_quot
Mon, 06 Dec 2010 16:35:42 +0000 automated alpha_perm_bn theorems
Christian Urban <urbanc@in.tum.de> [Mon, 06 Dec 2010 16:35:42 +0000] rev 2594
automated alpha_perm_bn theorems
Mon, 06 Dec 2010 14:24:17 +0000 ordered raw_bn_info to agree with the order of the raw_bn_functions; started alpha_bn proof
Christian Urban <urbanc@in.tum.de> [Mon, 06 Dec 2010 14:24:17 +0000] rev 2593
ordered raw_bn_info to agree with the order of the raw_bn_functions; started alpha_bn proof
Fri, 03 Dec 2010 13:51:07 +0000 updated to Isabelle 2nd December
Christian Urban <urbanc@in.tum.de> [Fri, 03 Dec 2010 13:51:07 +0000] rev 2592
updated to Isabelle 2nd December
Mon, 29 Nov 2010 08:01:09 +0000 isarfied some of the high-level proofs
Christian Urban <urbanc@in.tum.de> [Mon, 29 Nov 2010 08:01:09 +0000] rev 2591
isarfied some of the high-level proofs
Mon, 29 Nov 2010 05:17:41 +0000 added abs_rename_res lemma
Christian Urban <urbanc@in.tum.de> [Mon, 29 Nov 2010 05:17:41 +0000] rev 2590
added abs_rename_res lemma
Mon, 29 Nov 2010 05:10:02 +0000 completed proofs in Foo2
Christian Urban <urbanc@in.tum.de> [Mon, 29 Nov 2010 05:10:02 +0000] rev 2589
completed proofs in Foo2
Sun, 28 Nov 2010 16:37:34 +0000 completed the strong exhausts rules for Foo2 using general lemmas
Christian Urban <urbanc@in.tum.de> [Sun, 28 Nov 2010 16:37:34 +0000] rev 2588
completed the strong exhausts rules for Foo2 using general lemmas
Sat, 27 Nov 2010 23:00:16 +0000 tuned proof to reduce number of warnings
Christian Urban <urbanc@in.tum.de> [Sat, 27 Nov 2010 23:00:16 +0000] rev 2587
tuned proof to reduce number of warnings
Sat, 27 Nov 2010 22:55:29 +0000 disabled the Foo examples, because of heavy work
Christian Urban <urbanc@in.tum.de> [Sat, 27 Nov 2010 22:55:29 +0000] rev 2586
disabled the Foo examples, because of heavy work
Fri, 26 Nov 2010 22:43:26 +0000 slightly simplified the Foo2 tests and hint at a general lemma
Christian Urban <urbanc@in.tum.de> [Fri, 26 Nov 2010 22:43:26 +0000] rev 2585
slightly simplified the Foo2 tests and hint at a general lemma
Fri, 26 Nov 2010 19:03:23 +0000 completely different method fro deriving the exhaust lemma
Christian Urban <urbanc@in.tum.de> [Fri, 26 Nov 2010 19:03:23 +0000] rev 2584
completely different method fro deriving the exhaust lemma
Fri, 26 Nov 2010 10:53:55 +0000 merged
Christian Urban <urbanc@in.tum.de> [Fri, 26 Nov 2010 10:53:55 +0000] rev 2583
merged
Thu, 25 Nov 2010 01:18:24 +0000 merged
Christian Urban <urbanc@in.tum.de> [Thu, 25 Nov 2010 01:18:24 +0000] rev 2582
merged
Wed, 24 Nov 2010 02:36:21 +0000 added example from the F-ing paper by Rossberg, Russo and Dreyer
Christian Urban <urbanc@in.tum.de> [Wed, 24 Nov 2010 02:36:21 +0000] rev 2581
added example from the F-ing paper by Rossberg, Russo and Dreyer
(0) -1000 -300 -100 -60 +60 +100 +300 tip