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
(0) -1000 -300 -100 -50 -30 +30 +50 +100 +300 tip