Christian Urban <urbanc@in.tum.de> [Mon, 03 Jan 2011 16:19:27 +0000] rev 2635
simple cases for string rule inductions
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
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
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
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
Christian Urban <urbanc@in.tum.de> [Tue, 28 Dec 2010 19:51:25 +0000] rev 2630
automated all strong induction lemmas
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
Christian Urban <urbanc@in.tum.de> [Sun, 26 Dec 2010 16:35:16 +0000] rev 2628
generated goals for strong induction theorems.
Christian Urban <urbanc@in.tum.de> [Thu, 23 Dec 2010 01:05:05 +0000] rev 2627
test with strong inductions
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
Christian Urban <urbanc@in.tum.de> [Thu, 23 Dec 2010 00:22:41 +0000] rev 2625
moved generic functions into nominal_library
Christian Urban <urbanc@in.tum.de> [Wed, 22 Dec 2010 23:12:51 +0000] rev 2624
slight tuning
Christian Urban <urbanc@in.tum.de> [Wed, 22 Dec 2010 22:30:43 +0000] rev 2623
slight tuning
Christian Urban <urbanc@in.tum.de> [Wed, 22 Dec 2010 21:13:44 +0000] rev 2622
tuned examples
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
Christian Urban <urbanc@in.tum.de> [Wed, 22 Dec 2010 12:47:09 +0000] rev 2620
updated to Isabelle 22 December
Christian Urban <urbanc@in.tum.de> [Wed, 22 Dec 2010 12:17:49 +0000] rev 2619
a bit tuning
Christian Urban <urbanc@in.tum.de> [Wed, 22 Dec 2010 10:32:01 +0000] rev 2618
corrected premises of strong exhausts theorems
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
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
Christian Urban <urbanc@in.tum.de> [Sun, 19 Dec 2010 07:50:37 +0000] rev 2615
one interesting case done
Christian Urban <urbanc@in.tum.de> [Sun, 19 Dec 2010 07:43:32 +0000] rev 2614
a stronger statement for at_set_avoiding
Christian Urban <urbanc@in.tum.de> [Fri, 17 Dec 2010 01:01:44 +0000] rev 2613
tuned
Christian Urban <urbanc@in.tum.de> [Fri, 17 Dec 2010 00:39:27 +0000] rev 2612
tuned
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
Christian Urban <urbanc@in.tum.de> [Thu, 16 Dec 2010 02:25:35 +0000] rev 2610
added theorem-rewriter conversion
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)
Christian Urban <urbanc@in.tum.de> [Sun, 12 Dec 2010 22:09:11 +0000] rev 2608
created strong_exhausts terms
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
Christian Urban <urbanc@in.tum.de> [Fri, 10 Dec 2010 19:01:44 +0000] rev 2606
updated