Mon, 11 Jul 2011 12:23:44 +0100 merged
Christian Urban <urbanc@in.tum.de> [Mon, 11 Jul 2011 12:23:44 +0100] rev 2961
merged
Mon, 11 Jul 2011 12:23:24 +0100 some more experiments with let and bns
Christian Urban <urbanc@in.tum.de> [Mon, 11 Jul 2011 12:23:24 +0100] rev 2960
some more experiments with let and bns
Fri, 08 Jul 2011 05:04:23 +0200 some code refactoring
Christian Urban <urbanc@in.tum.de> [Fri, 08 Jul 2011 05:04:23 +0200] rev 2959
some code refactoring
Thu, 07 Jul 2011 16:17:03 +0200 merged
Christian Urban <urbanc@in.tum.de> [Thu, 07 Jul 2011 16:17:03 +0200] rev 2958
merged
Thu, 07 Jul 2011 16:16:42 +0200 code refactoring; introduced a record for raw_dt_info
Christian Urban <urbanc@in.tum.de> [Thu, 07 Jul 2011 16:16:42 +0200] rev 2957
code refactoring; introduced a record for raw_dt_info
Wed, 06 Jul 2011 23:11:30 +0200 more on NBE
Christian Urban <urbanc@in.tum.de> [Wed, 06 Jul 2011 23:11:30 +0200] rev 2956
more on NBE
Wed, 06 Jul 2011 15:59:11 +0200 more on the NBE function
Christian Urban <urbanc@in.tum.de> [Wed, 06 Jul 2011 15:59:11 +0200] rev 2955
more on the NBE function
Wed, 06 Jul 2011 01:04:09 +0200 a little further with NBE
Christian Urban <urbanc@in.tum.de> [Wed, 06 Jul 2011 01:04:09 +0200] rev 2954
a little further with NBE
Wed, 06 Jul 2011 07:42:12 +0900 Setup eqvt_at for first goal
Cezary Kaliszyk <kaliszyk@in.tum.de> [Wed, 06 Jul 2011 07:42:12 +0900] rev 2953
Setup eqvt_at for first goal
Wed, 06 Jul 2011 00:34:42 +0200 attempt for NBE
Christian Urban <urbanc@in.tum.de> [Wed, 06 Jul 2011 00:34:42 +0200] rev 2952
attempt for NBE
Tue, 05 Jul 2011 23:47:20 +0200 added some relatively simple examples from paper by Norrish
Christian Urban <urbanc@in.tum.de> [Tue, 05 Jul 2011 23:47:20 +0200] rev 2951
added some relatively simple examples from paper by Norrish
Tue, 05 Jul 2011 18:42:34 +0200 changed bind to binds in specifications; bind will cause trouble with Monad_Syntax
Christian Urban <urbanc@in.tum.de> [Tue, 05 Jul 2011 18:42:34 +0200] rev 2950
changed bind to binds in specifications; bind will cause trouble with Monad_Syntax
Tue, 05 Jul 2011 18:01:54 +0200 side commment for future use
Christian Urban <urbanc@in.tum.de> [Tue, 05 Jul 2011 18:01:54 +0200] rev 2949
side commment for future use
Tue, 05 Jul 2011 16:22:18 +0200 made the tests go through again
Christian Urban <urbanc@in.tum.de> [Tue, 05 Jul 2011 16:22:18 +0200] rev 2948
made the tests go through again
Tue, 05 Jul 2011 15:01:10 +0200 added another example which seems difficult to define
Christian Urban <urbanc@in.tum.de> [Tue, 05 Jul 2011 15:01:10 +0200] rev 2947
added another example which seems difficult to define
Tue, 05 Jul 2011 15:00:41 +0200 added a tactic "all_trivials" which simplifies all trivial constructor cases and leaves the others untouched.
Christian Urban <urbanc@in.tum.de> [Tue, 05 Jul 2011 15:00:41 +0200] rev 2946
added a tactic "all_trivials" which simplifies all trivial constructor cases and leaves the others untouched.
Tue, 05 Jul 2011 04:23:33 +0200 merged
Christian Urban <urbanc@in.tum.de> [Tue, 05 Jul 2011 04:23:33 +0200] rev 2945
merged
Tue, 05 Jul 2011 04:19:02 +0200 all FCB lemmas
Christian Urban <urbanc@in.tum.de> [Tue, 05 Jul 2011 04:19:02 +0200] rev 2944
all FCB lemmas
Tue, 05 Jul 2011 04:18:45 +0200 exported various FCB-lemmas to a separate file
Christian Urban <urbanc@in.tum.de> [Tue, 05 Jul 2011 04:18:45 +0200] rev 2943
exported various FCB-lemmas to a separate file
Tue, 05 Jul 2011 10:13:34 +0900 Express trans_db with Option.map and Option.bind. Possibly mbind is a copy of bind?
Cezary Kaliszyk <kaliszyk@in.tum.de> [Tue, 05 Jul 2011 10:13:34 +0900] rev 2942
Express trans_db with Option.map and Option.bind. Possibly mbind is a copy of bind?
Tue, 05 Jul 2011 09:28:16 +0900 Define a version of aux only for same binders. Completeness is fine.
Cezary Kaliszyk <kaliszyk@in.tum.de> [Tue, 05 Jul 2011 09:28:16 +0900] rev 2941
Define a version of aux only for same binders. Completeness is fine.
Tue, 05 Jul 2011 09:26:20 +0900 Move If / Let with 'True' to the end of Lambda
Cezary Kaliszyk <kaliszyk@in.tum.de> [Tue, 05 Jul 2011 09:26:20 +0900] rev 2940
Move If / Let with 'True' to the end of Lambda
Mon, 04 Jul 2011 23:56:19 +0200 merged
Christian Urban <urbanc@in.tum.de> [Mon, 04 Jul 2011 23:56:19 +0200] rev 2939
merged
Mon, 04 Jul 2011 23:55:46 +0200 tuned
Christian Urban <urbanc@in.tum.de> [Mon, 04 Jul 2011 23:55:46 +0200] rev 2938
tuned
Mon, 04 Jul 2011 23:54:05 +0200 added an example that recurses over two arguments; the interesting proof-obligation is not yet done
Christian Urban <urbanc@in.tum.de> [Mon, 04 Jul 2011 23:54:05 +0200] rev 2937
added an example that recurses over two arguments; the interesting proof-obligation is not yet done
Mon, 04 Jul 2011 14:47:21 +0900 Let with a different invariant; not true.
Cezary Kaliszyk <kaliszyk@in.tum.de> [Mon, 04 Jul 2011 14:47:21 +0900] rev 2936
Let with a different invariant; not true.
Sun, 03 Jul 2011 21:04:46 +0900 Add non-working Lambda_F_T using FCB2
Cezary Kaliszyk <kaliszyk@in.tum.de> [Sun, 03 Jul 2011 21:04:46 +0900] rev 2935
Add non-working Lambda_F_T using FCB2
Sun, 03 Jul 2011 21:04:06 +0900 Added non-working CPS3 using FCB2
Cezary Kaliszyk <kaliszyk@in.tum.de> [Sun, 03 Jul 2011 21:04:06 +0900] rev 2934
Added non-working CPS3 using FCB2
Sun, 03 Jul 2011 21:01:07 +0900 Change CPS1 to FCB2
Cezary Kaliszyk <kaliszyk@in.tum.de> [Sun, 03 Jul 2011 21:01:07 +0900] rev 2933
Change CPS1 to FCB2
Sat, 02 Jul 2011 12:40:59 +0900 Did the proofs of height and subst for Let with list-like binders. Having apply_assns allows proving things by alpha_bn
Cezary Kaliszyk <kaliszyk@in.tum.de> [Sat, 02 Jul 2011 12:40:59 +0900] rev 2932
Did the proofs of height and subst for Let with list-like binders. Having apply_assns allows proving things by alpha_bn
Sat, 02 Jul 2011 00:27:47 +0100 side-by-side tests of lets with single assignment; deep-binder case works if the recursion is avoided using an auxiliary function
Christian Urban <urbanc@in.tum.de> [Sat, 02 Jul 2011 00:27:47 +0100] rev 2931
side-by-side tests of lets with single assignment; deep-binder case works if the recursion is avoided using an auxiliary function
Fri, 01 Jul 2011 17:46:15 +0900 Exhaust Issue
Cezary Kaliszyk <kaliszyk@in.tum.de> [Fri, 01 Jul 2011 17:46:15 +0900] rev 2930
Exhaust Issue
Thu, 30 Jun 2011 11:05:25 +0100 clarified a sentence
Christian Urban <urbanc@in.tum.de> [Thu, 30 Jun 2011 11:05:25 +0100] rev 2929
clarified a sentence
Thu, 30 Jun 2011 02:19:59 +0100 more code refactoring
Christian Urban <urbanc@in.tum.de> [Thu, 30 Jun 2011 02:19:59 +0100] rev 2928
more code refactoring
Wed, 29 Jun 2011 23:08:44 +0100 combined distributed data for alpha in alpha_result (partially done)
Christian Urban <urbanc@in.tum.de> [Wed, 29 Jun 2011 23:08:44 +0100] rev 2927
combined distributed data for alpha in alpha_result (partially done)
Wed, 29 Jun 2011 19:21:26 +0100 moved Classical and Let temporarily into a section where "sorry" is allowed; this makes all test go through
Christian Urban <urbanc@in.tum.de> [Wed, 29 Jun 2011 19:21:26 +0100] rev 2926
moved Classical and Let temporarily into a section where "sorry" is allowed; this makes all test go through
Wed, 29 Jun 2011 17:01:09 +0100 added a warning if a theorem is already declared as equivariant
Christian Urban <urbanc@in.tum.de> [Wed, 29 Jun 2011 17:01:09 +0100] rev 2925
added a warning if a theorem is already declared as equivariant
Wed, 29 Jun 2011 16:44:54 +0100 merged
Christian Urban <urbanc@in.tum.de> [Wed, 29 Jun 2011 16:44:54 +0100] rev 2924
merged
Wed, 29 Jun 2011 13:04:24 +0900 Prove bn injectivity and experiment more with Let
Cezary Kaliszyk <kaliszyk@in.tum.de> [Wed, 29 Jun 2011 13:04:24 +0900] rev 2923
Prove bn injectivity and experiment more with Let
Wed, 29 Jun 2011 00:48:50 +0100 some experiments
Christian Urban <urbanc@in.tum.de> [Wed, 29 Jun 2011 00:48:50 +0100] rev 2922
some experiments
Tue, 28 Jun 2011 14:45:30 +0900 trying new fcb in let/subst
Cezary Kaliszyk <kaliszyk@in.tum.de> [Tue, 28 Jun 2011 14:45:30 +0900] rev 2921
trying new fcb in let/subst
Tue, 28 Jun 2011 14:30:30 +0900 Leftover only inj and eqvt
Cezary Kaliszyk <kaliszyk@in.tum.de> [Tue, 28 Jun 2011 14:30:30 +0900] rev 2920
Leftover only inj and eqvt
Tue, 28 Jun 2011 14:18:26 +0900 eapply fcb ok
Cezary Kaliszyk <kaliszyk@in.tum.de> [Tue, 28 Jun 2011 14:18:26 +0900] rev 2919
eapply fcb ok
Tue, 28 Jun 2011 14:01:15 +0900 Removed Inl and Inr
Cezary Kaliszyk <kaliszyk@in.tum.de> [Tue, 28 Jun 2011 14:01:15 +0900] rev 2918
Removed Inl and Inr
Tue, 28 Jun 2011 14:49:48 +0100 relaxed type in fcb
Christian Urban <urbanc@in.tum.de> [Tue, 28 Jun 2011 14:49:48 +0100] rev 2917
relaxed type in fcb
Tue, 28 Jun 2011 14:34:07 +0100 fcb with explicit bn function
Christian Urban <urbanc@in.tum.de> [Tue, 28 Jun 2011 14:34:07 +0100] rev 2916
fcb with explicit bn function
Tue, 28 Jun 2011 14:01:52 +0100 added let-rec example
Christian Urban <urbanc@in.tum.de> [Tue, 28 Jun 2011 14:01:52 +0100] rev 2915
added let-rec example
Tue, 28 Jun 2011 12:36:34 +0900 Experiments with res
Cezary Kaliszyk <kaliszyk@in.tum.de> [Tue, 28 Jun 2011 12:36:34 +0900] rev 2914
Experiments with res
Tue, 28 Jun 2011 00:48:57 +0100 proved the fcb also for sets (no restriction yet)
Christian Urban <urbanc@in.tum.de> [Tue, 28 Jun 2011 00:48:57 +0100] rev 2913
proved the fcb also for sets (no restriction yet)
Tue, 28 Jun 2011 00:30:30 +0100 copied all work to Lambda.thy; had to derive a special version of fcb1 for concrete atom
Christian Urban <urbanc@in.tum.de> [Tue, 28 Jun 2011 00:30:30 +0100] rev 2912
copied all work to Lambda.thy; had to derive a special version of fcb1 for concrete atom
Mon, 27 Jun 2011 22:51:42 +0100 streamlined the fcb-proof and made fcb1 a special case of fcb
Christian Urban <urbanc@in.tum.de> [Mon, 27 Jun 2011 22:51:42 +0100] rev 2911
streamlined the fcb-proof and made fcb1 a special case of fcb
Mon, 27 Jun 2011 19:22:10 +0100 completed proof in Classical; the fcb lemma works for any list of atoms (despite what was written earlier)
Christian Urban <urbanc@in.tum.de> [Mon, 27 Jun 2011 19:22:10 +0100] rev 2910
completed proof in Classical; the fcb lemma works for any list of atoms (despite what was written earlier)
Mon, 27 Jun 2011 19:15:18 +0100 fcb for multible (list) binders; at the moment all of them have to have the same sort (at-class); this should also work for set binders, but not yet for restriction.
Christian Urban <urbanc@in.tum.de> [Mon, 27 Jun 2011 19:15:18 +0100] rev 2909
fcb for multible (list) binders; at the moment all of them have to have the same sort (at-class); this should also work for set binders, but not yet for restriction.
Mon, 27 Jun 2011 19:13:55 +0100 renamed ds to dset (disagreement set)
Christian Urban <urbanc@in.tum.de> [Mon, 27 Jun 2011 19:13:55 +0100] rev 2908
renamed ds to dset (disagreement set)
Mon, 27 Jun 2011 12:15:21 +0100 added small lemma about disagreement set
Christian Urban <urbanc@in.tum.de> [Mon, 27 Jun 2011 12:15:21 +0100] rev 2907
added small lemma about disagreement set
Mon, 27 Jun 2011 08:42:02 +0900 merge
Cezary Kaliszyk <kaliszyk@in.tum.de> [Mon, 27 Jun 2011 08:42:02 +0900] rev 2906
merge
Mon, 27 Jun 2011 08:38:54 +0900 New-style fcb for multiple binders.
Cezary Kaliszyk <kaliszyk@in.tum.de> [Mon, 27 Jun 2011 08:38:54 +0900] rev 2905
New-style fcb for multiple binders.
Mon, 27 Jun 2011 04:01:55 +0900 equality of lst_binder and a few helper lemmas
Cezary Kaliszyk <kaliszyk@in.tum.de> [Mon, 27 Jun 2011 04:01:55 +0900] rev 2904
equality of lst_binder and a few helper lemmas [l]lst. T = [l]lst. S <-> T = S
Sun, 26 Jun 2011 21:42:07 +0100 only one of the fcb precondistions are needed (probably the same with the perm-conditions)
Christian Urban <urbanc@in.tum.de> [Sun, 26 Jun 2011 21:42:07 +0100] rev 2903
only one of the fcb precondistions are needed (probably the same with the perm-conditions)
Sun, 26 Jun 2011 17:55:22 +0100 another change to the fcb2; this is needed in order to get all proofs through in Lambda.thy
Christian Urban <urbanc@in.tum.de> [Sun, 26 Jun 2011 17:55:22 +0100] rev 2902
another change to the fcb2; this is needed in order to get all proofs through in Lambda.thy
Sat, 25 Jun 2011 22:51:43 +0100 did all cases, except the multiple binder case
Christian Urban <urbanc@in.tum.de> [Sat, 25 Jun 2011 22:51:43 +0100] rev 2901
did all cases, except the multiple binder case
Sat, 25 Jun 2011 21:28:24 +0100 an alternative FCB for Abs_lst1; seems simpler but not as simple as I thought; not sure whether it generalises to multiple binders.
Christian Urban <urbanc@in.tum.de> [Sat, 25 Jun 2011 21:28:24 +0100] rev 2900
an alternative FCB for Abs_lst1; seems simpler but not as simple as I thought; not sure whether it generalises to multiple binders.
Fri, 24 Jun 2011 09:42:44 +0100 except for the interated binder case, finished definition in Calssical.thy
Christian Urban <urbanc@in.tum.de> [Fri, 24 Jun 2011 09:42:44 +0100] rev 2899
except for the interated binder case, finished definition in Calssical.thy
Fri, 24 Jun 2011 11:18:18 +0900 Make examples work with non-precompiled image
Cezary Kaliszyk <kaliszyk@in.tum.de> [Fri, 24 Jun 2011 11:18:18 +0900] rev 2898
Make examples work with non-precompiled image
Fri, 24 Jun 2011 11:15:22 +0900 Remove Lambda_add.thy
Cezary Kaliszyk <kaliszyk@in.tum.de> [Fri, 24 Jun 2011 11:15:22 +0900] rev 2897
Remove Lambda_add.thy
Fri, 24 Jun 2011 11:14:58 +0900 The examples in Lambda_add can be defined by nominal_function directly
Cezary Kaliszyk <kaliszyk@in.tum.de> [Fri, 24 Jun 2011 11:14:58 +0900] rev 2896
The examples in Lambda_add can be defined by nominal_function directly
Fri, 24 Jun 2011 11:03:53 +0900 Theory name changes for JEdit
Cezary Kaliszyk <kaliszyk@in.tum.de> [Fri, 24 Jun 2011 11:03:53 +0900] rev 2895
Theory name changes for JEdit
Fri, 24 Jun 2011 10:54:31 +0900 More usual names for substitution properties
Cezary Kaliszyk <kaliszyk@in.tum.de> [Fri, 24 Jun 2011 10:54:31 +0900] rev 2894
More usual names for substitution properties
Fri, 24 Jun 2011 10:30:06 +0900 Second Fixed Point Theorem
Cezary Kaliszyk <kaliszyk@in.tum.de> [Fri, 24 Jun 2011 10:30:06 +0900] rev 2893
Second Fixed Point Theorem
Fri, 24 Jun 2011 10:12:47 +0900 Speed-up the completeness proof.
Cezary Kaliszyk <kaliszyk@in.tum.de> [Fri, 24 Jun 2011 10:12:47 +0900] rev 2892
Speed-up the completeness proof.
Thu, 23 Jun 2011 22:21:43 +0100 the simplifier can simplify "sort (atom a)" if a is a concrete atom type declared with atom_decl
Christian Urban <urbanc@in.tum.de> [Thu, 23 Jun 2011 22:21:43 +0100] rev 2891
the simplifier can simplify "sort (atom a)" if a is a concrete atom type declared with atom_decl
Thu, 23 Jun 2011 13:09:17 +0100 added file
Christian Urban <urbanc@in.tum.de> [Thu, 23 Jun 2011 13:09:17 +0100] rev 2890
added file
Thu, 23 Jun 2011 12:28:25 +0100 expanded the example
Christian Urban <urbanc@in.tum.de> [Thu, 23 Jun 2011 12:28:25 +0100] rev 2889
expanded the example
Thu, 23 Jun 2011 11:30:39 +0100 fixed nasty bug with type variables in nominal_datatypes; this included to be careful with the output of the inductive and function package
Christian Urban <urbanc@in.tum.de> [Thu, 23 Jun 2011 11:30:39 +0100] rev 2888
fixed nasty bug with type variables in nominal_datatypes; this included to be careful with the output of the inductive and function package
Wed, 22 Jun 2011 14:14:54 +0100 tuned
Christian Urban <urbanc@in.tum.de> [Wed, 22 Jun 2011 14:14:54 +0100] rev 2887
tuned
Wed, 22 Jun 2011 13:40:25 +0100 deleted some dead code
Christian Urban <urbanc@in.tum.de> [Wed, 22 Jun 2011 13:40:25 +0100] rev 2886
deleted some dead code
Wed, 22 Jun 2011 12:18:22 +0100 some rudimentary infrastructure for storing data about nominal datatypes
Christian Urban <urbanc@in.tum.de> [Wed, 22 Jun 2011 12:18:22 +0100] rev 2885
some rudimentary infrastructure for storing data about nominal datatypes
Wed, 22 Jun 2011 17:57:15 +0900 constants with the same names
Cezary Kaliszyk <kaliszyk@in.tum.de> [Wed, 22 Jun 2011 17:57:15 +0900] rev 2884
constants with the same names
Wed, 22 Jun 2011 04:49:56 +0900 Quotients/TODO addtion
Cezary Kaliszyk <kaliszyk@in.tum.de> [Wed, 22 Jun 2011 04:49:56 +0900] rev 2883
Quotients/TODO addtion
Tue, 21 Jun 2011 23:59:36 +0900 Minor
Cezary Kaliszyk <kaliszyk@in.tum.de> [Tue, 21 Jun 2011 23:59:36 +0900] rev 2882
Minor
Tue, 21 Jun 2011 10:39:25 +0900 merge
Cezary Kaliszyk <kaliszyk@in.tum.de> [Tue, 21 Jun 2011 10:39:25 +0900] rev 2881
merge
Tue, 21 Jun 2011 10:37:43 +0900 spelling
Cezary Kaliszyk <kaliszyk@in.tum.de> [Tue, 21 Jun 2011 10:37:43 +0900] rev 2880
spelling
Mon, 20 Jun 2011 20:09:51 +0900 merge
Cezary Kaliszyk <kaliszyk@in.tum.de> [Mon, 20 Jun 2011 20:09:51 +0900] rev 2879
merge
Mon, 20 Jun 2011 20:08:16 +0900 Abs_set_fcb
Cezary Kaliszyk <kaliszyk@in.tum.de> [Mon, 20 Jun 2011 20:08:16 +0900] rev 2878
Abs_set_fcb
Mon, 20 Jun 2011 20:09:30 +0900 function for let-rec
Cezary Kaliszyk <kaliszyk@in.tum.de> [Mon, 20 Jun 2011 20:09:30 +0900] rev 2877
function for let-rec
Mon, 20 Jun 2011 10:16:12 +0900 TODO/minor
Cezary Kaliszyk <kaliszyk@in.tum.de> [Mon, 20 Jun 2011 10:16:12 +0900] rev 2876
TODO/minor
Mon, 20 Jun 2011 09:59:18 +0900 Move lst_fcb to Nominal2_Abs
Cezary Kaliszyk <kaliszyk@in.tum.de> [Mon, 20 Jun 2011 09:59:18 +0900] rev 2875
Move lst_fcb to Nominal2_Abs
Mon, 20 Jun 2011 09:38:57 +0900 More minor TODOs
Cezary Kaliszyk <kaliszyk@in.tum.de> [Mon, 20 Jun 2011 09:38:57 +0900] rev 2874
More minor TODOs
Mon, 20 Jun 2011 09:36:16 +0900 Update TODO
Cezary Kaliszyk <kaliszyk@in.tum.de> [Mon, 20 Jun 2011 09:36:16 +0900] rev 2873
Update TODO
Mon, 20 Jun 2011 09:29:42 +0900 Let/minor
Cezary Kaliszyk <kaliszyk@in.tum.de> [Mon, 20 Jun 2011 09:29:42 +0900] rev 2872
Let/minor
Mon, 20 Jun 2011 08:50:13 +0900 Update Quotient/TODO and remove some attic code
Cezary Kaliszyk <kaliszyk@in.tum.de> [Mon, 20 Jun 2011 08:50:13 +0900] rev 2871
Update Quotient/TODO and remove some attic code
Sun, 19 Jun 2011 13:14:37 +0900 merge
Cezary Kaliszyk <kaliszyk@in.tum.de> [Sun, 19 Jun 2011 13:14:37 +0900] rev 2870
merge
Sun, 19 Jun 2011 13:10:15 +0900 little on cps2
Cezary Kaliszyk <kaliszyk@in.tum.de> [Sun, 19 Jun 2011 13:10:15 +0900] rev 2869
little on cps2
Thu, 16 Jun 2011 20:07:03 +0100 got rid of the boolean flag in the raw_equivariance function
Christian Urban <urbanc@in.tum.de> [Thu, 16 Jun 2011 20:07:03 +0100] rev 2868
got rid of the boolean flag in the raw_equivariance function
Thu, 16 Jun 2011 23:11:50 +0900 Fix
Cezary Kaliszyk <kaliszyk@in.tum.de> [Thu, 16 Jun 2011 23:11:50 +0900] rev 2867
Fix
Thu, 16 Jun 2011 22:00:52 +0900 merge
Cezary Kaliszyk <kaliszyk@in.tum.de> [Thu, 16 Jun 2011 22:00:52 +0900] rev 2866
merge
Thu, 16 Jun 2011 21:23:38 +0900 CPS3 can be defined with eqvt_rhs.
Cezary Kaliszyk <kaliszyk@in.tum.de> [Thu, 16 Jun 2011 21:23:38 +0900] rev 2865
CPS3 can be defined with eqvt_rhs.
Thu, 16 Jun 2011 13:32:36 +0100 moved for the moment CPS translations into the example directory
Christian Urban <urbanc@in.tum.de> [Thu, 16 Jun 2011 13:32:36 +0100] rev 2864
moved for the moment CPS translations into the example directory
Thu, 16 Jun 2011 13:14:53 +0100 merged
Christian Urban <urbanc@in.tum.de> [Thu, 16 Jun 2011 13:14:53 +0100] rev 2863
merged
Thu, 16 Jun 2011 13:14:16 +0100 added eqvt_at and invariant for boths sides of the equations
Christian Urban <urbanc@in.tum.de> [Thu, 16 Jun 2011 13:14:16 +0100] rev 2862
added eqvt_at and invariant for boths sides of the equations
Thu, 16 Jun 2011 20:56:30 +0900 Added the CPS translation experiments. CPS1 comes with all the proofs, CPS2,3 just have the function and need eqvt_rhs to finish the obligations.
Cezary Kaliszyk <kaliszyk@in.tum.de> [Thu, 16 Jun 2011 20:56:30 +0900] rev 2861
Added the CPS translation experiments. CPS1 comes with all the proofs, CPS2,3 just have the function and need eqvt_rhs to finish the obligations.
Thu, 16 Jun 2011 12:12:25 +0100 added a test that every function must be of pt-sort
Christian Urban <urbanc@in.tum.de> [Thu, 16 Jun 2011 12:12:25 +0100] rev 2860
added a test that every function must be of pt-sort
Thu, 16 Jun 2011 11:03:01 +0100 all tests work again
Christian Urban <urbanc@in.tum.de> [Thu, 16 Jun 2011 11:03:01 +0100] rev 2859
all tests work again
Wed, 15 Jun 2011 22:36:59 +0100 added size-lemmas to simplifier; as a result termination can be proved by the standard lexicographic_order method
Christian Urban <urbanc@in.tum.de> [Wed, 15 Jun 2011 22:36:59 +0100] rev 2858
added size-lemmas to simplifier; as a result termination can be proved by the standard lexicographic_order method
Wed, 15 Jun 2011 12:52:48 +0100 added an abstract
Christian Urban <urbanc@in.tum.de> [Wed, 15 Jun 2011 12:52:48 +0100] rev 2857
added an abstract
Wed, 15 Jun 2011 12:32:40 +0100 added a stub for function paper; "isabelle make fnpaper"
Christian Urban <urbanc@in.tum.de> [Wed, 15 Jun 2011 12:32:40 +0100] rev 2856
added a stub for function paper; "isabelle make fnpaper"
Wed, 15 Jun 2011 11:06:48 +0900 merge
Cezary Kaliszyk <kaliszyk@in.tum.de> [Wed, 15 Jun 2011 11:06:48 +0900] rev 2855
merge
Wed, 15 Jun 2011 11:06:31 +0900 one TODO and one Problem?
Cezary Kaliszyk <kaliszyk@in.tum.de> [Wed, 15 Jun 2011 11:06:31 +0900] rev 2854
one TODO and one Problem?
Wed, 15 Jun 2011 09:51:26 +0900 merge
Cezary Kaliszyk <kaliszyk@in.tum.de> [Wed, 15 Jun 2011 09:51:26 +0900] rev 2853
merge
Wed, 15 Jun 2011 09:50:53 +0900 Some TODOs
Cezary Kaliszyk <kaliszyk@in.tum.de> [Wed, 15 Jun 2011 09:50:53 +0900] rev 2852
Some TODOs
Wed, 15 Jun 2011 09:31:59 +0900 merge
Cezary Kaliszyk <kaliszyk@in.tum.de> [Wed, 15 Jun 2011 09:31:59 +0900] rev 2851
merge
Wed, 15 Jun 2011 09:25:36 +0900 TypeSchemes work with 'default'.
Cezary Kaliszyk <kaliszyk@in.tum.de> [Wed, 15 Jun 2011 09:25:36 +0900] rev 2850
TypeSchemes work with 'default'.
Tue, 14 Jun 2011 19:11:44 +0100 tuned some proofs
Christian Urban <urbanc@in.tum.de> [Tue, 14 Jun 2011 19:11:44 +0100] rev 2849
tuned some proofs
Tue, 14 Jun 2011 14:07:07 +0100 fixed the problem when giving a complex default-term; the fundef lemmas in Nominal_Base were not general enough
Christian Urban <urbanc@in.tum.de> [Tue, 14 Jun 2011 14:07:07 +0100] rev 2848
fixed the problem when giving a complex default-term; the fundef lemmas in Nominal_Base were not general enough
Tue, 14 Jun 2011 11:43:06 +0100 tuned
Christian Urban <urbanc@in.tum.de> [Tue, 14 Jun 2011 11:43:06 +0100] rev 2847
tuned
Fri, 10 Jun 2011 15:52:17 +0900 Move working examples before non-working ones
Cezary Kaliszyk <kaliszyk@in.tum.de> [Fri, 10 Jun 2011 15:52:17 +0900] rev 2846
Move working examples before non-working ones
Fri, 10 Jun 2011 15:45:49 +0900 Optimized proofs and removed some garbage.
Cezary Kaliszyk <kaliszyk@in.tum.de> [Fri, 10 Jun 2011 15:45:49 +0900] rev 2845
Optimized proofs and removed some garbage.
Fri, 10 Jun 2011 15:31:14 +0900 merge
Cezary Kaliszyk <kaliszyk@in.tum.de> [Fri, 10 Jun 2011 15:31:14 +0900] rev 2844
merge
Fri, 10 Jun 2011 15:30:09 +0900 Slightly modify fcb for list1 and put in common place.
Cezary Kaliszyk <kaliszyk@in.tum.de> [Fri, 10 Jun 2011 15:30:09 +0900] rev 2843
Slightly modify fcb for list1 and put in common place.
Fri, 10 Jun 2011 09:00:24 +0900 Experiments with Let
Cezary Kaliszyk <kaliszyk@in.tum.de> [Fri, 10 Jun 2011 09:00:24 +0900] rev 2842
Experiments with Let
Thu, 09 Jun 2011 15:34:51 +0900 Eval can be defined with additional freshness
Cezary Kaliszyk <kaliszyk@in.tum.de> [Thu, 09 Jun 2011 15:34:51 +0900] rev 2841
Eval can be defined with additional freshness
Thu, 09 Jun 2011 15:03:58 +0900 Minor simplification
Cezary Kaliszyk <kaliszyk@in.tum.de> [Thu, 09 Jun 2011 15:03:58 +0900] rev 2840
Minor simplification
Thu, 09 Jun 2011 11:10:41 +0900 abs_res_fcb will be enough to finish the multiple-recursive proof, if we have a working 'default'.
Cezary Kaliszyk <kaliszyk@in.tum.de> [Thu, 09 Jun 2011 11:10:41 +0900] rev 2839
abs_res_fcb will be enough to finish the multiple-recursive proof, if we have a working 'default'.
Thu, 09 Jun 2011 09:44:51 +0900 More experiments with 'default'
Cezary Kaliszyk <kaliszyk@in.tum.de> [Thu, 09 Jun 2011 09:44:51 +0900] rev 2838
More experiments with 'default'
Wed, 08 Jun 2011 21:44:03 +0900 Finished the proof with the invariant
Cezary Kaliszyk <kaliszyk@in.tum.de> [Wed, 08 Jun 2011 21:44:03 +0900] rev 2837
Finished the proof with the invariant
Wed, 08 Jun 2011 21:32:35 +0900 Issue with 'default'
Cezary Kaliszyk <kaliszyk@in.tum.de> [Wed, 08 Jun 2011 21:32:35 +0900] rev 2836
Issue with 'default'
Wed, 08 Jun 2011 12:30:56 +0100 merged
Christian Urban <urbanc@in.tum.de> [Wed, 08 Jun 2011 12:30:56 +0100] rev 2835
merged
Wed, 08 Jun 2011 12:30:46 +0100 merged
Christian Urban <urbanc@in.tum.de> [Wed, 08 Jun 2011 12:30:46 +0100] rev 2834
merged
Wed, 08 Jun 2011 08:44:01 +0100 using the option "default" the function package allows one to give an explicit default value
Christian Urban <urbanc@in.tum.de> [Wed, 08 Jun 2011 08:44:01 +0100] rev 2833
using the option "default" the function package allows one to give an explicit default value
Wed, 08 Jun 2011 17:52:06 +0900 Simpler proof of TypeSchemes/substs
Cezary Kaliszyk <kaliszyk@in.tum.de> [Wed, 08 Jun 2011 17:52:06 +0900] rev 2832
Simpler proof of TypeSchemes/substs
Wed, 08 Jun 2011 17:25:54 +0900 Simplify fcb_res
Cezary Kaliszyk <kaliszyk@in.tum.de> [Wed, 08 Jun 2011 17:25:54 +0900] rev 2831
Simplify fcb_res
Wed, 08 Jun 2011 09:56:39 +0900 FCB for res binding and simplified proof of subst for type schemes
Cezary Kaliszyk <kaliszyk@in.tum.de> [Wed, 08 Jun 2011 09:56:39 +0900] rev 2830
FCB for res binding and simplified proof of subst for type schemes
Wed, 08 Jun 2011 07:06:20 +0900 Simplify ln-trans proof
Cezary Kaliszyk <kaliszyk@in.tum.de> [Wed, 08 Jun 2011 07:06:20 +0900] rev 2829
Simplify ln-trans proof
Wed, 08 Jun 2011 07:02:52 +0900 cbvs can be easily defined without an invariant
Cezary Kaliszyk <kaliszyk@in.tum.de> [Wed, 08 Jun 2011 07:02:52 +0900] rev 2828
cbvs can be easily defined without an invariant
Tue, 07 Jun 2011 20:58:00 +0100 defined the "count-bound-variables-occurences" function which has an accumulator like trans
Christian Urban <urbanc@in.tum.de> [Tue, 07 Jun 2011 20:58:00 +0100] rev 2827
defined the "count-bound-variables-occurences" function which has an accumulator like trans
Tue, 07 Jun 2011 17:45:38 +0100 merged
Christian Urban <urbanc@in.tum.de> [Tue, 07 Jun 2011 17:45:38 +0100] rev 2826
merged
Tue, 07 Jun 2011 23:42:12 +0900 remove garbage (proofs that assumes the invariant outside function)
Cezary Kaliszyk <kaliszyk@in.tum.de> [Tue, 07 Jun 2011 23:42:12 +0900] rev 2825
remove garbage (proofs that assumes the invariant outside function)
Tue, 07 Jun 2011 23:38:39 +0900 Proof of trans with invariant
Cezary Kaliszyk <kaliszyk@in.tum.de> [Tue, 07 Jun 2011 23:38:39 +0900] rev 2824
Proof of trans with invariant
Tue, 07 Jun 2011 23:22:58 +0900 Testing invariant in Lambda_F_T
Cezary Kaliszyk <kaliszyk@in.tum.de> [Tue, 07 Jun 2011 23:22:58 +0900] rev 2823
Testing invariant in Lambda_F_T
Tue, 07 Jun 2011 10:40:06 +0100 cleaned ups a bit the examples with the invariant framework; exported nominal_function_config datatype into separate structure and file
Christian Urban <urbanc@in.tum.de> [Tue, 07 Jun 2011 10:40:06 +0100] rev 2822
cleaned ups a bit the examples with the invariant framework; exported nominal_function_config datatype into separate structure and file
Tue, 07 Jun 2011 08:52:59 +0100 fixed problem with earlier commit about nominal_function_common; added facility for specifying an invariant - added a definition of frees_set which need a finiteness invariant
Christian Urban <urbanc@in.tum.de> [Tue, 07 Jun 2011 08:52:59 +0100] rev 2821
fixed problem with earlier commit about nominal_function_common; added facility for specifying an invariant - added a definition of frees_set which need a finiteness invariant
Mon, 06 Jun 2011 13:11:04 +0100 slightly stronger property in fundef_ex_prop
Christian Urban <urbanc@in.tum.de> [Mon, 06 Jun 2011 13:11:04 +0100] rev 2820
slightly stronger property in fundef_ex_prop
Sun, 05 Jun 2011 21:14:23 +0100 added an option for an invariant (at the moment only a stub)
Christian Urban <urbanc@in.tum.de> [Sun, 05 Jun 2011 21:14:23 +0100] rev 2819
added an option for an invariant (at the moment only a stub)
Sun, 05 Jun 2011 16:58:18 +0100 added a more general lemma fro fundef_ex1
Christian Urban <urbanc@in.tum.de> [Sun, 05 Jun 2011 16:58:18 +0100] rev 2818
added a more general lemma fro fundef_ex1
Sat, 04 Jun 2011 14:50:57 +0900 Trying the induction on the graph
Cezary Kaliszyk <kaliszyk@in.tum.de> [Sat, 04 Jun 2011 14:50:57 +0900] rev 2817
Trying the induction on the graph
Sat, 04 Jun 2011 09:07:50 +0900 Finish and test the locale approach
Cezary Kaliszyk <kaliszyk@in.tum.de> [Sat, 04 Jun 2011 09:07:50 +0900] rev 2816
Finish and test the locale approach
Fri, 03 Jun 2011 22:31:44 +0900 FiniteSupp precondition in the function is enough to get rid of completeness obligationss
Cezary Kaliszyk <kaliszyk@in.tum.de> [Fri, 03 Jun 2011 22:31:44 +0900] rev 2815
FiniteSupp precondition in the function is enough to get rid of completeness obligationss
Fri, 03 Jun 2011 12:46:23 +0100 recursion combinator inside a locale
Christian Urban <urbanc@in.tum.de> [Fri, 03 Jun 2011 12:46:23 +0100] rev 2814
recursion combinator inside a locale
Fri, 03 Jun 2011 18:33:11 +0900 merge
Cezary Kaliszyk <kaliszyk@in.tum.de> [Fri, 03 Jun 2011 18:33:11 +0900] rev 2813
merge
Fri, 03 Jun 2011 18:32:22 +0900 F for lambda used to define translation to locally nameless
Cezary Kaliszyk <kaliszyk@in.tum.de> [Fri, 03 Jun 2011 18:32:22 +0900] rev 2812
F for lambda used to define translation to locally nameless
Thu, 02 Jun 2011 16:15:18 +0100 typo
Christian Urban <urbanc@in.tum.de> [Thu, 02 Jun 2011 16:15:18 +0100] rev 2811
typo
Thu, 02 Jun 2011 15:35:33 +0100 removed dead code
Christian Urban <urbanc@in.tum.de> [Thu, 02 Jun 2011 15:35:33 +0100] rev 2810
removed dead code
Thu, 02 Jun 2011 22:24:33 +0900 finished the missing obligations
Cezary Kaliszyk <kaliszyk@in.tum.de> [Thu, 02 Jun 2011 22:24:33 +0900] rev 2809
finished the missing obligations
Thu, 02 Jun 2011 12:14:03 +0100 merged
Christian Urban <urbanc@in.tum.de> [Thu, 02 Jun 2011 12:14:03 +0100] rev 2808
merged
Thu, 02 Jun 2011 12:09:31 +0100 a test with a recursion combinator defined on top of nominal_primrec
Christian Urban <urbanc@in.tum.de> [Thu, 02 Jun 2011 12:09:31 +0100] rev 2807
a test with a recursion combinator defined on top of nominal_primrec
Thu, 02 Jun 2011 16:41:09 +0900 Use FCB to simplify proof
Cezary Kaliszyk <kaliszyk@in.tum.de> [Thu, 02 Jun 2011 16:41:09 +0900] rev 2806
Use FCB to simplify proof
Thu, 02 Jun 2011 10:11:50 +0900 merge
Cezary Kaliszyk <kaliszyk@in.tum.de> [Thu, 02 Jun 2011 10:11:50 +0900] rev 2805
merge
Thu, 02 Jun 2011 10:09:23 +0900 Remove SMT
Cezary Kaliszyk <kaliszyk@in.tum.de> [Thu, 02 Jun 2011 10:09:23 +0900] rev 2804
Remove SMT
Wed, 01 Jun 2011 22:55:14 +0100 hopefully final fix for ho-functions
Christian Urban <urbanc@in.tum.de> [Wed, 01 Jun 2011 22:55:14 +0100] rev 2803
hopefully final fix for ho-functions
Wed, 01 Jun 2011 21:03:30 +0100 first test to fix the problem with free variables
Christian Urban <urbanc@in.tum.de> [Wed, 01 Jun 2011 21:03:30 +0100] rev 2802
first test to fix the problem with free variables
Wed, 01 Jun 2011 16:13:42 +0900 proved subst for All constructor in type schemes.
Cezary Kaliszyk <kaliszyk@in.tum.de> [Wed, 01 Jun 2011 16:13:42 +0900] rev 2801
proved subst for All constructor in type schemes.
Wed, 01 Jun 2011 13:41:30 +0900 DB translation using index; easier to reason about.
Cezary Kaliszyk <kaliszyk@in.tum.de> [Wed, 01 Jun 2011 13:41:30 +0900] rev 2800
DB translation using index; easier to reason about.
Wed, 01 Jun 2011 13:35:37 +0900 Problem: free variables in the goal
Cezary Kaliszyk <kaliszyk@in.tum.de> [Wed, 01 Jun 2011 13:35:37 +0900] rev 2799
Problem: free variables in the goal
Wed, 01 Jun 2011 11:01:39 +0900 fixed previous commit
Cezary Kaliszyk <kaliszyk@in.tum.de> [Wed, 01 Jun 2011 11:01:39 +0900] rev 2798
fixed previous commit
Wed, 01 Jun 2011 10:59:07 +0900 equivariance of db_trans
Cezary Kaliszyk <kaliszyk@in.tum.de> [Wed, 01 Jun 2011 10:59:07 +0900] rev 2797
equivariance of db_trans
Tue, 31 May 2011 12:22:28 +0100 fixed the problem with cps-like functions
Christian Urban <urbanc@in.tum.de> [Tue, 31 May 2011 12:22:28 +0100] rev 2796
fixed the problem with cps-like functions
Tue, 31 May 2011 14:12:31 +0900 DeBruijn translation in a simplifier friendly way
Cezary Kaliszyk <kaliszyk@in.tum.de> [Tue, 31 May 2011 14:12:31 +0900] rev 2795
DeBruijn translation in a simplifier friendly way
Tue, 31 May 2011 13:25:35 +0900 map_term can be defined when equivariance is assumed
Cezary Kaliszyk <kaliszyk@in.tum.de> [Tue, 31 May 2011 13:25:35 +0900] rev 2794
map_term can be defined when equivariance is assumed
Tue, 31 May 2011 13:21:00 +0900 map_term is not a function the way it is defined
Cezary Kaliszyk <kaliszyk@in.tum.de> [Tue, 31 May 2011 13:21:00 +0900] rev 2793
map_term is not a function the way it is defined
Tue, 31 May 2011 12:59:10 +0900 Defined translation from nominal to de-Bruijn; with a freshness condition for the lambda case.
Cezary Kaliszyk <kaliszyk@in.tum.de> [Tue, 31 May 2011 12:59:10 +0900] rev 2792
Defined translation from nominal to de-Bruijn; with a freshness condition for the lambda case.
Tue, 31 May 2011 12:54:21 +0900 Simple eqvt proofs with perm_simps for clarity
Cezary Kaliszyk <kaliszyk@in.tum.de> [Tue, 31 May 2011 12:54:21 +0900] rev 2791
Simple eqvt proofs with perm_simps for clarity
Tue, 31 May 2011 00:36:16 +0100 tuned last commit
Christian Urban <urbanc@in.tum.de> [Tue, 31 May 2011 00:36:16 +0100] rev 2790
tuned last commit
Tue, 31 May 2011 00:17:22 +0100 functions involving if and case do not throw exceptions anymore; but eqvt_at assumption has now a precondition
Christian Urban <urbanc@in.tum.de> [Tue, 31 May 2011 00:17:22 +0100] rev 2789
functions involving if and case do not throw exceptions anymore; but eqvt_at assumption has now a precondition
Thu, 26 May 2011 06:36:29 +0200 updated to new Isabelle
Christian Urban <urbanc@in.tum.de> [Thu, 26 May 2011 06:36:29 +0200] rev 2788
updated to new Isabelle
Wed, 25 May 2011 21:38:50 +0200 added eq_iff and distinct lemmas of nominal datatypes to the simplifier
Christian Urban <urbanc@in.tum.de> [Wed, 25 May 2011 21:38:50 +0200] rev 2787
added eq_iff and distinct lemmas of nominal datatypes to the simplifier
Tue, 24 May 2011 19:39:38 +0200 more on slides
Christian Urban <urbanc@in.tum.de> [Tue, 24 May 2011 19:39:38 +0200] rev 2786
more on slides
Sun, 22 May 2011 10:20:18 +0200 added slides for copenhagen
Christian Urban <urbanc@in.tum.de> [Sun, 22 May 2011 10:20:18 +0200] rev 2785
added slides for copenhagen
Sat, 14 May 2011 10:16:16 +0100 added a problem with inductive_cases (reported by Randy)
Christian Urban <urbanc@in.tum.de> [Sat, 14 May 2011 10:16:16 +0100] rev 2784
added a problem with inductive_cases (reported by Randy)
Fri, 13 May 2011 14:50:17 +0100 misc
Christian Urban <urbanc@in.tum.de> [Fri, 13 May 2011 14:50:17 +0100] rev 2783
misc
Tue, 10 May 2011 17:10:22 +0100 made the subtyping work again
Christian Urban <urbanc@in.tum.de> [Tue, 10 May 2011 17:10:22 +0100] rev 2782
made the subtyping work again
Tue, 10 May 2011 07:47:06 +0100 updated to new Isabelle (> 9 May)
Christian Urban <urbanc@in.tum.de> [Tue, 10 May 2011 07:47:06 +0100] rev 2781
updated to new Isabelle (> 9 May)
Mon, 09 May 2011 04:49:58 +0100 merged
Christian Urban <urbanc@in.tum.de> [Mon, 09 May 2011 04:49:58 +0100] rev 2780
merged
Tue, 03 May 2011 15:39:30 +0100 added two mutual recursive inductive definitions
Christian Urban <urbanc@in.tum.de> [Tue, 03 May 2011 15:39:30 +0100] rev 2779
added two mutual recursive inductive definitions
Tue, 03 May 2011 13:25:02 +0100 deleted two functions from the API
Christian Urban <urbanc@in.tum.de> [Tue, 03 May 2011 13:25:02 +0100] rev 2778
deleted two functions from the API
Tue, 03 May 2011 13:09:08 +0100 proved that lfp is equivariant (that simplifies equivariance proofs of inductively defined predicates)
Christian Urban <urbanc@in.tum.de> [Tue, 03 May 2011 13:09:08 +0100] rev 2777
proved that lfp is equivariant (that simplifies equivariance proofs of inductively defined predicates)
Mon, 09 May 2011 04:46:43 +0100 more on pearl-paper
Christian Urban <urbanc@in.tum.de> [Mon, 09 May 2011 04:46:43 +0100] rev 2776
more on pearl-paper
Wed, 04 May 2011 15:27:04 +0800 more on pearl-paper
Christian Urban <urbanc@in.tum.de> [Wed, 04 May 2011 15:27:04 +0800] rev 2775
more on pearl-paper
Mon, 02 May 2011 13:01:02 +0800 updated Quotient paper so that it compiles again
Christian Urban <urbanc@in.tum.de> [Mon, 02 May 2011 13:01:02 +0800] rev 2774
updated Quotient paper so that it compiles again
Thu, 28 Apr 2011 11:51:01 +0800 merged
Christian Urban <urbanc@in.tum.de> [Thu, 28 Apr 2011 11:51:01 +0800] rev 2773
merged
Thu, 28 Apr 2011 11:44:36 +0800 added slides for beijing
Christian Urban <urbanc@in.tum.de> [Thu, 28 Apr 2011 11:44:36 +0800] rev 2772
added slides for beijing
Fri, 22 Apr 2011 00:18:25 +0800 more to the pearl paper
Christian Urban <urbanc@in.tum.de> [Fri, 22 Apr 2011 00:18:25 +0800] rev 2771
more to the pearl paper
Tue, 19 Apr 2011 13:03:08 +0100 updated to snapshot Isabelle 19 April
Christian Urban <urbanc@in.tum.de> [Tue, 19 Apr 2011 13:03:08 +0100] rev 2770
updated to snapshot Isabelle 19 April
Mon, 18 Apr 2011 15:57:45 +0100 merged
Christian Urban <urbanc@in.tum.de> [Mon, 18 Apr 2011 15:57:45 +0100] rev 2769
merged
Mon, 18 Apr 2011 15:56:07 +0100 added permute_pure back into the nominal_inductive procedure; updated to Isabelle 17 April
Christian Urban <urbanc@in.tum.de> [Mon, 18 Apr 2011 15:56:07 +0100] rev 2768
added permute_pure back into the nominal_inductive procedure; updated to Isabelle 17 April
Fri, 15 Apr 2011 15:20:56 +0900 New way of forward elimination of Abs1_eq and simplifications of the function obligation proofs.
Cezary Kaliszyk <kaliszyk@in.tum.de> [Fri, 15 Apr 2011 15:20:56 +0900] rev 2767
New way of forward elimination of Abs1_eq and simplifications of the function obligation proofs.
Wed, 13 Apr 2011 13:44:25 +0100 merged
Christian Urban <urbanc@in.tum.de> [Wed, 13 Apr 2011 13:44:25 +0100] rev 2766
merged
Wed, 13 Apr 2011 13:41:52 +0100 introduced framework for finetuning eqvt-rules; this solves problem with permute_pure called in nominal_inductive
Christian Urban <urbanc@in.tum.de> [Wed, 13 Apr 2011 13:41:52 +0100] rev 2765
introduced framework for finetuning eqvt-rules; this solves problem with permute_pure called in nominal_inductive
Tue, 12 Apr 2011 15:46:35 +0800 shanghai slides
Christian Urban <urbanc@in.tum.de> [Tue, 12 Apr 2011 15:46:35 +0800] rev 2764
shanghai slides
Mon, 11 Apr 2011 02:25:25 +0100 pictures for slides
Christian Urban <urbanc@in.tum.de> [Mon, 11 Apr 2011 02:25:25 +0100] rev 2763
pictures for slides
Mon, 11 Apr 2011 02:04:11 +0100 Shanghai slides
Christian Urban <urbanc@in.tum.de> [Mon, 11 Apr 2011 02:04:11 +0100] rev 2762
Shanghai slides
Sun, 10 Apr 2011 14:13:55 +0800 more paper
Christian Urban <urbanc@in.tum.de> [Sun, 10 Apr 2011 14:13:55 +0800] rev 2761
more paper
Sun, 10 Apr 2011 07:41:52 +0800 eqvt of supp and fresh is proved using equivariance infrastructure
Christian Urban <urbanc@in.tum.de> [Sun, 10 Apr 2011 07:41:52 +0800] rev 2760
eqvt of supp and fresh is proved using equivariance infrastructure
Sun, 10 Apr 2011 04:07:15 +0800 more paper
Christian Urban <urbanc@in.tum.de> [Sun, 10 Apr 2011 04:07:15 +0800] rev 2759
more paper
Sat, 09 Apr 2011 13:44:49 +0800 more on the paper
Christian Urban <urbanc@in.tum.de> [Sat, 09 Apr 2011 13:44:49 +0800] rev 2758
more on the paper
Sat, 09 Apr 2011 00:29:40 +0100 tuned paper
Christian Urban <urbanc@in.tum.de> [Sat, 09 Apr 2011 00:29:40 +0100] rev 2757
tuned paper
Sat, 09 Apr 2011 00:28:53 +0100 tuned paper
Christian Urban <urbanc@in.tum.de> [Sat, 09 Apr 2011 00:28:53 +0100] rev 2756
tuned paper
Sat, 09 Apr 2011 02:10:49 +0800 typo
Christian Urban <urbanc@in.tum.de> [Sat, 09 Apr 2011 02:10:49 +0800] rev 2755
typo
Fri, 08 Apr 2011 14:23:28 +0800 more on paper
Christian Urban <urbanc@in.tum.de> [Fri, 08 Apr 2011 14:23:28 +0800] rev 2754
more on paper
Fri, 08 Apr 2011 03:47:50 +0800 eqvt_lambda without eta-expansion
Christian Urban <urbanc@in.tum.de> [Fri, 08 Apr 2011 03:47:50 +0800] rev 2753
eqvt_lambda without eta-expansion
Wed, 06 Apr 2011 13:47:08 +0100 changed default preprocessor that does not catch variables only occuring on the right
Christian Urban <urbanc@in.tum.de> [Wed, 06 Apr 2011 13:47:08 +0100] rev 2752
changed default preprocessor that does not catch variables only occuring on the right
Thu, 31 Mar 2011 15:25:35 +0200 final version of slides
Christian Urban <urbanc@in.tum.de> [Thu, 31 Mar 2011 15:25:35 +0200] rev 2751
final version of slides
Wed, 30 Mar 2011 22:27:26 +0200 more on the slides
Christian Urban <urbanc@in.tum.de> [Wed, 30 Mar 2011 22:27:26 +0200] rev 2750
more on the slides
Wed, 30 Mar 2011 08:11:36 +0200 tuned IsaMakefile
Christian Urban <urbanc@in.tum.de> [Wed, 30 Mar 2011 08:11:36 +0200] rev 2749
tuned IsaMakefile
Tue, 29 Mar 2011 23:52:14 +0200 rearranged directories and updated to new Isabelle
Christian Urban <urbanc@in.tum.de> [Tue, 29 Mar 2011 23:52:14 +0200] rev 2748
rearranged directories and updated to new Isabelle
Wed, 16 Mar 2011 21:14:43 +0100 precise path to LaTeXsugar
Christian Urban <urbanc@in.tum.de> [Wed, 16 Mar 2011 21:14:43 +0100] rev 2747
precise path to LaTeXsugar
Wed, 16 Mar 2011 21:07:50 +0100 a lit bit more on the pearl-jv paper
Christian Urban <urbanc@in.tum.de> [Wed, 16 Mar 2011 21:07:50 +0100] rev 2746
a lit bit more on the pearl-jv paper
Wed, 16 Mar 2011 20:42:14 +0100 ported changes from function package....needs Isabelle 16 March or above
Christian Urban <urbanc@in.tum.de> [Wed, 16 Mar 2011 20:42:14 +0100] rev 2745
ported changes from function package....needs Isabelle 16 March or above
Tue, 15 Mar 2011 00:40:39 +0100 more on the pearl paper
Christian Urban <urbanc@in.tum.de> [Tue, 15 Mar 2011 00:40:39 +0100] rev 2744
more on the pearl paper
Mon, 14 Mar 2011 16:35:59 +0100 equivariance for All and Ex can be proved in terms of their definition
Christian Urban <urbanc@in.tum.de> [Mon, 14 Mar 2011 16:35:59 +0100] rev 2743
equivariance for All and Ex can be proved in terms of their definition
Fri, 11 Mar 2011 08:51:39 +0000 more on the paper
Christian Urban <urbanc@in.tum.de> [Fri, 11 Mar 2011 08:51:39 +0000] rev 2742
more on the paper
Tue, 08 Mar 2011 09:07:49 +0000 merged
Christian Urban <urbanc@in.tum.de> [Tue, 08 Mar 2011 09:07:49 +0000] rev 2741
merged
Tue, 08 Mar 2011 09:07:27 +0000 more on the pearl paper
Christian Urban <urbanc@in.tum.de> [Tue, 08 Mar 2011 09:07:27 +0000] rev 2740
more on the pearl paper
Wed, 02 Mar 2011 16:07:56 +0900 distinct names at toplevel
Cezary Kaliszyk <kaliszyk@in.tum.de> [Wed, 02 Mar 2011 16:07:56 +0900] rev 2739
distinct names at toplevel
Wed, 02 Mar 2011 12:49:01 +0900 merge
Cezary Kaliszyk <kaliszyk@in.tum.de> [Wed, 02 Mar 2011 12:49:01 +0900] rev 2738
merge
Wed, 02 Mar 2011 12:48:00 +0900 Pairing function
Cezary Kaliszyk <kaliszyk@in.tum.de> [Wed, 02 Mar 2011 12:48:00 +0900] rev 2737
Pairing function
Wed, 02 Mar 2011 00:06:28 +0000 updated pearl papers
Christian Urban <urbanc@in.tum.de> [Wed, 02 Mar 2011 00:06:28 +0000] rev 2736
updated pearl papers
Tue, 01 Mar 2011 00:14:02 +0000 a bit more tuning
Christian Urban <urbanc@in.tum.de> [Tue, 01 Mar 2011 00:14:02 +0000] rev 2735
a bit more tuning
Mon, 28 Feb 2011 16:47:13 +0000 included old test cases for perm_simp into ROOT.ML file
Christian Urban <urbanc@in.tum.de> [Mon, 28 Feb 2011 16:47:13 +0000] rev 2734
included old test cases for perm_simp into ROOT.ML file
Mon, 28 Feb 2011 15:21:10 +0000 split the library into a basics file; merged Nominal_Eqvt into Nominal_Base
Christian Urban <urbanc@in.tum.de> [Mon, 28 Feb 2011 15:21:10 +0000] rev 2733
split the library into a basics file; merged Nominal_Eqvt into Nominal_Base
Fri, 25 Feb 2011 21:23:30 +0000 some slight polishing
Christian Urban <urbanc@in.tum.de> [Fri, 25 Feb 2011 21:23:30 +0000] rev 2732
some slight polishing
Thu, 24 Feb 2011 18:50:02 +0000 merged
Christian Urban <urbanc@in.tum.de> [Thu, 24 Feb 2011 18:50:02 +0000] rev 2731
merged
Thu, 24 Feb 2011 16:26:11 +0000 added a lemma about fresh_star and Abs
Christian Urban <urbanc@in.tum.de> [Thu, 24 Feb 2011 16:26:11 +0000] rev 2730
added a lemma about fresh_star and Abs
Wed, 23 Feb 2011 11:11:02 +0900 Reduce the definition of trans to FCB; test that FCB can be proved with simp rules.
Cezary Kaliszyk <kaliszyk@in.tum.de> [Wed, 23 Feb 2011 11:11:02 +0900] rev 2729
Reduce the definition of trans to FCB; test that FCB can be proved with simp rules.
Sat, 19 Feb 2011 09:31:22 +0900 typeschemes/subst
Cezary Kaliszyk <kaliszyk@in.tum.de> [Sat, 19 Feb 2011 09:31:22 +0900] rev 2728
typeschemes/subst
Thu, 17 Feb 2011 17:02:25 +0900 further experiments with typeschemes subst
Cezary Kaliszyk <kaliszyk@in.tum.de> [Thu, 17 Feb 2011 17:02:25 +0900] rev 2727
further experiments with typeschemes subst
Thu, 17 Feb 2011 12:01:08 +0900 Finished the proof of a function that invents fresh variable names.
Cezary Kaliszyk <kaliszyk@in.tum.de> [Thu, 17 Feb 2011 12:01:08 +0900] rev 2726
Finished the proof of a function that invents fresh variable names.
Wed, 16 Feb 2011 14:44:33 +0000 added eqvt for length
Christian Urban <urbanc@in.tum.de> [Wed, 16 Feb 2011 14:44:33 +0000] rev 2725
added eqvt for length
Wed, 16 Feb 2011 14:03:26 +0000 added eqvt lemmas for filter and distinct
Christian Urban <urbanc@in.tum.de> [Wed, 16 Feb 2011 14:03:26 +0000] rev 2724
added eqvt lemmas for filter and distinct
Mon, 07 Feb 2011 16:00:24 +0000 added eqvt for cartesian products
Christian Urban <urbanc@in.tum.de> [Mon, 07 Feb 2011 16:00:24 +0000] rev 2723
added eqvt for cartesian products
Mon, 07 Feb 2011 15:59:37 +0000 cleaned up the experiments so that the tests go through
Christian Urban <urbanc@in.tum.de> [Mon, 07 Feb 2011 15:59:37 +0000] rev 2722
cleaned up the experiments so that the tests go through
Sat, 05 Feb 2011 07:39:00 +0900 merge
Cezary Kaliszyk <kaliszyk@in.tum.de> [Sat, 05 Feb 2011 07:39:00 +0900] rev 2721
merge
Sat, 05 Feb 2011 07:38:22 +0900 Experiments defining a function on Let
Cezary Kaliszyk <kaliszyk@in.tum.de> [Sat, 05 Feb 2011 07:38:22 +0900] rev 2720
Experiments defining a function on Let
Fri, 04 Feb 2011 04:45:04 +0000 updated TODO
Christian Urban <urbanc@in.tum.de> [Fri, 04 Feb 2011 04:45:04 +0000] rev 2719
updated TODO
Fri, 04 Feb 2011 03:52:38 +0000 Lambda.thy which works with Nominal_Isabelle2011
Christian Urban <urbanc@in.tum.de> [Fri, 04 Feb 2011 03:52:38 +0000] rev 2718
Lambda.thy which works with Nominal_Isabelle2011
Thu, 03 Feb 2011 02:57:04 +0000 merged
Christian Urban <urbanc@in.tum.de> [Thu, 03 Feb 2011 02:57:04 +0000] rev 2717
merged
Thu, 03 Feb 2011 02:51:57 +0000 removed diagnostic code
Christian Urban <urbanc@in.tum.de> [Thu, 03 Feb 2011 02:51:57 +0000] rev 2716
removed diagnostic code
Tue, 01 Feb 2011 09:07:55 +0900 Only one of the subgoals is needed
Cezary Kaliszyk <kaliszyk@in.tum.de> [Tue, 01 Feb 2011 09:07:55 +0900] rev 2715
Only one of the subgoals is needed
Tue, 01 Feb 2011 08:57:50 +0900 Experiments with substitution on set+
Cezary Kaliszyk <kaliszyk@in.tum.de> [Tue, 01 Feb 2011 08:57:50 +0900] rev 2714
Experiments with substitution on set+
Tue, 01 Feb 2011 08:48:14 +0900 More properties that relate abs_res and abs_set. Also abs_res with less binders.
Cezary Kaliszyk <kaliszyk@in.tum.de> [Tue, 01 Feb 2011 08:48:14 +0900] rev 2713
More properties that relate abs_res and abs_set. Also abs_res with less binders.
Sun, 30 Jan 2011 12:09:23 +0900 alpha_res implies alpha_set :)
Cezary Kaliszyk <kaliszyk@in.tum.de> [Sun, 30 Jan 2011 12:09:23 +0900] rev 2712
alpha_res implies alpha_set :)
Sun, 30 Jan 2011 09:57:37 +0900 Showing that the binders difference is fresh for the left side solves the goal for 'set'.
Cezary Kaliszyk <kaliszyk@in.tum.de> [Sun, 30 Jan 2011 09:57:37 +0900] rev 2711
Showing that the binders difference is fresh for the left side solves the goal for 'set'.
Sat, 29 Jan 2011 14:26:47 +0900 Experiments with functions
Cezary Kaliszyk <kaliszyk@in.tum.de> [Sat, 29 Jan 2011 14:26:47 +0900] rev 2710
Experiments with functions
Thu, 27 Jan 2011 20:19:13 +0100 some experiments
Christian Urban <urbanc@in.tum.de> [Thu, 27 Jan 2011 20:19:13 +0100] rev 2709
some experiments
Thu, 27 Jan 2011 04:24:17 +0100 the proofs with eqvt_at
Christian Urban <urbanc@in.tum.de> [Thu, 27 Jan 2011 04:24:17 +0100] rev 2708
the proofs with eqvt_at
Tue, 25 Jan 2011 18:58:26 +0100 made eqvt-proof explicit in the function definitions
Christian Urban <urbanc@in.tum.de> [Tue, 25 Jan 2011 18:58:26 +0100] rev 2707
made eqvt-proof explicit in the function definitions
Tue, 25 Jan 2011 02:51:44 +0900 merge
Cezary Kaliszyk <kaliszyk@in.tum.de> [Tue, 25 Jan 2011 02:51:44 +0900] rev 2706
merge
Tue, 25 Jan 2011 02:46:05 +0900 minor
Cezary Kaliszyk <kaliszyk@in.tum.de> [Tue, 25 Jan 2011 02:46:05 +0900] rev 2705
minor
Tue, 25 Jan 2011 02:42:15 +0900 Down as infixr
Cezary Kaliszyk <kaliszyk@in.tum.de> [Tue, 25 Jan 2011 02:42:15 +0900] rev 2704
Down as infixr
Sat, 22 Jan 2011 23:24:20 -0600 added some slides
Christian Urban <urbanc@in.tum.de> [Sat, 22 Jan 2011 23:24:20 -0600] rev 2703
added some slides
Sun, 23 Jan 2011 03:29:22 +0100 added Tutorial6
Christian Urban <urbanc@in.tum.de> [Sun, 23 Jan 2011 03:29:22 +0100] rev 2702
added Tutorial6
Sat, 22 Jan 2011 18:59:48 -0600 cleaning up
Christian Urban <urbanc@in.tum.de> [Sat, 22 Jan 2011 18:59:48 -0600] rev 2701
cleaning up
Sat, 22 Jan 2011 16:37:00 -0600 merged
Christian Urban <urbanc@in.tum.de> [Sat, 22 Jan 2011 16:37:00 -0600] rev 2700
merged
Sat, 22 Jan 2011 16:36:21 -0600 cleaned up Tutorial 3 with solutions
Christian Urban <urbanc@in.tum.de> [Sat, 22 Jan 2011 16:36:21 -0600] rev 2699
cleaned up Tutorial 3 with solutions
Sun, 23 Jan 2011 07:32:28 +0900 Missing val.simps
Cezary Kaliszyk <kaliszyk@in.tum.de> [Sun, 23 Jan 2011 07:32:28 +0900] rev 2698
Missing val.simps
Sun, 23 Jan 2011 07:17:35 +0900 merge
Cezary Kaliszyk <kaliszyk@in.tum.de> [Sun, 23 Jan 2011 07:17:35 +0900] rev 2697
merge
Sun, 23 Jan 2011 07:15:59 +0900 Tutorial 4s
Cezary Kaliszyk <kaliszyk@in.tum.de> [Sun, 23 Jan 2011 07:15:59 +0900] rev 2696
Tutorial 4s
Sat, 22 Jan 2011 16:04:40 -0600 cleaned up and solution section
Christian Urban <urbanc@in.tum.de> [Sat, 22 Jan 2011 16:04:40 -0600] rev 2695
cleaned up and solution section
Sat, 22 Jan 2011 15:07:36 -0600 cleaned up tutorial1...added solution file
Christian Urban <urbanc@in.tum.de> [Sat, 22 Jan 2011 15:07:36 -0600] rev 2694
cleaned up tutorial1...added solution file
Sat, 22 Jan 2011 12:46:01 -0600 better version of Tutorial 1
Christian Urban <urbanc@in.tum.de> [Sat, 22 Jan 2011 12:46:01 -0600] rev 2693
better version of Tutorial 1
Fri, 21 Jan 2011 22:58:03 +0100 better flow of proofs and definitions and proof
Christian Urban <urbanc@in.tum.de> [Fri, 21 Jan 2011 22:58:03 +0100] rev 2692
better flow of proofs and definitions and proof
Fri, 21 Jan 2011 22:23:44 +0100 separated type preservation and progress into a separate file
Christian Urban <urbanc@in.tum.de> [Fri, 21 Jan 2011 22:23:44 +0100] rev 2691
separated type preservation and progress into a separate file
Fri, 21 Jan 2011 22:02:34 +0100 substitution lemma in separate file
Christian Urban <urbanc@in.tum.de> [Fri, 21 Jan 2011 22:02:34 +0100] rev 2690
substitution lemma in separate file
Fri, 21 Jan 2011 21:58:51 +0100 added unbind example
Christian Urban <urbanc@in.tum.de> [Fri, 21 Jan 2011 21:58:51 +0100] rev 2689
added unbind example
Fri, 21 Jan 2011 00:55:28 +0100 a bit tuning
Christian Urban <urbanc@in.tum.de> [Fri, 21 Jan 2011 00:55:28 +0100] rev 2688
a bit tuning
Thu, 20 Jan 2011 23:19:30 +0100 first split of tutorrial theory
Christian Urban <urbanc@in.tum.de> [Thu, 20 Jan 2011 23:19:30 +0100] rev 2687
first split of tutorrial theory
Wed, 19 Jan 2011 23:58:12 +0100 added a very rough version of the tutorial; all seems to work
Christian Urban <urbanc@in.tum.de> [Wed, 19 Jan 2011 23:58:12 +0100] rev 2686
added a very rough version of the tutorial; all seems to work
Wed, 19 Jan 2011 19:41:50 +0100 added obtain_fresh lemma; tuned Lambda.thy
Christian Urban <urbanc@in.tum.de> [Wed, 19 Jan 2011 19:41:50 +0100] rev 2685
added obtain_fresh lemma; tuned Lambda.thy
Wed, 19 Jan 2011 19:06:52 +0100 base file for the tutorial (contains definitions for heigt, subst and beta-reduction)
Christian Urban <urbanc@in.tum.de> [Wed, 19 Jan 2011 19:06:52 +0100] rev 2684
base file for the tutorial (contains definitions for heigt, subst and beta-reduction)
Wed, 19 Jan 2011 18:56:28 +0100 ported some of the old proofs to serve as testcases
Christian Urban <urbanc@in.tum.de> [Wed, 19 Jan 2011 18:56:28 +0100] rev 2683
ported some of the old proofs to serve as testcases
Wed, 19 Jan 2011 18:07:29 +0100 added eqvt and supp lemma for removeAll (function from List.thy)
Christian Urban <urbanc@in.tum.de> [Wed, 19 Jan 2011 18:07:29 +0100] rev 2682
added eqvt and supp lemma for removeAll (function from List.thy)
Wed, 19 Jan 2011 17:54:50 +0100 theory name as it should be
Christian Urban <urbanc@in.tum.de> [Wed, 19 Jan 2011 17:54:50 +0100] rev 2681
theory name as it should be
Wed, 19 Jan 2011 17:54:06 +0100 removed diagnostic code
Christian Urban <urbanc@in.tum.de> [Wed, 19 Jan 2011 17:54:06 +0100] rev 2680
removed diagnostic code
Wed, 19 Jan 2011 17:11:10 +0100 added Minimal file to test things
Christian Urban <urbanc@in.tum.de> [Wed, 19 Jan 2011 17:11:10 +0100] rev 2679
added Minimal file to test things
Wed, 19 Jan 2011 07:06:47 +0100 defined height as a function that returns an integer
Christian Urban <urbanc@in.tum.de> [Wed, 19 Jan 2011 07:06:47 +0100] rev 2678
defined height as a function that returns an integer
Tue, 18 Jan 2011 21:28:07 +0100 deleted diagnostic code
Christian Urban <urbanc@in.tum.de> [Tue, 18 Jan 2011 21:28:07 +0100] rev 2677
deleted diagnostic code
Tue, 18 Jan 2011 21:26:58 +0100 some tryes about substitution over type-schemes
Christian Urban <urbanc@in.tum.de> [Tue, 18 Jan 2011 21:26:58 +0100] rev 2676
some tryes about substitution over type-schemes
Tue, 18 Jan 2011 19:27:30 +0100 defined properly substitution
Christian Urban <urbanc@in.tum.de> [Tue, 18 Jan 2011 19:27:30 +0100] rev 2675
defined properly substitution
Tue, 18 Jan 2011 18:04:40 +0100 derived stronger Abs_eq_iff2 theorems
Christian Urban <urbanc@in.tum.de> [Tue, 18 Jan 2011 18:04:40 +0100] rev 2674
derived stronger Abs_eq_iff2 theorems
Tue, 18 Jan 2011 17:30:47 +0100 made alpha_abs_set_stronger1 stronger
Christian Urban <urbanc@in.tum.de> [Tue, 18 Jan 2011 17:30:47 +0100] rev 2673
made alpha_abs_set_stronger1 stronger
Tue, 18 Jan 2011 17:19:50 +0100 removed finiteness assumption from set_rename_perm
Christian Urban <urbanc@in.tum.de> [Tue, 18 Jan 2011 17:19:50 +0100] rev 2672
removed finiteness assumption from set_rename_perm
Tue, 18 Jan 2011 22:11:49 +0900 alpha_abs_set_stronger1
Cezary Kaliszyk <kaliszyk@in.tum.de> [Tue, 18 Jan 2011 22:11:49 +0900] rev 2671
alpha_abs_set_stronger1
Tue, 18 Jan 2011 21:12:25 +0900 alpha_abs_let_stronger is not true in the same form
Cezary Kaliszyk <kaliszyk@in.tum.de> [Tue, 18 Jan 2011 21:12:25 +0900] rev 2670
alpha_abs_let_stronger is not true in the same form
Tue, 18 Jan 2011 11:02:57 +0100 the function translating lambda terms to locally nameless lambda terms; still needs a stronger abs_eq_iff lemma...at the moment only proved for restrictions
Christian Urban <urbanc@in.tum.de> [Tue, 18 Jan 2011 11:02:57 +0100] rev 2669
the function translating lambda terms to locally nameless lambda terms; still needs a stronger abs_eq_iff lemma...at the moment only proved for restrictions
Tue, 18 Jan 2011 06:55:18 +0100 modified the renaming_perm lemmas
Christian Urban <urbanc@in.tum.de> [Tue, 18 Jan 2011 06:55:18 +0100] rev 2668
modified the renaming_perm lemmas
Mon, 17 Jan 2011 17:20:21 +0100 added a translation function from lambda-terms to deBruijn terms (equivariance fails at the moment)
Christian Urban <urbanc@in.tum.de> [Mon, 17 Jan 2011 17:20:21 +0100] rev 2667
added a translation function from lambda-terms to deBruijn terms (equivariance fails at the moment)
Mon, 17 Jan 2011 15:12:03 +0100 added a few examples of functions to Lambda.thy
Christian Urban <urbanc@in.tum.de> [Mon, 17 Jan 2011 15:12:03 +0100] rev 2666
added a few examples of functions to Lambda.thy
Mon, 17 Jan 2011 14:37:18 +0100 exported nominal function code to external file
Christian Urban <urbanc@in.tum.de> [Mon, 17 Jan 2011 14:37:18 +0100] rev 2665
exported nominal function code to external file
Mon, 17 Jan 2011 12:37:37 +0000 removed old testing code from Lambda.thy
Christian Urban <urbanc@in.tum.de> [Mon, 17 Jan 2011 12:37:37 +0000] rev 2664
removed old testing code from Lambda.thy
Mon, 17 Jan 2011 12:34:11 +0000 moved high level code from LamTest into the main libraries.
Christian Urban <urbanc@in.tum.de> [Mon, 17 Jan 2011 12:34:11 +0000] rev 2663
moved high level code from LamTest into the main libraries.
Mon, 17 Jan 2011 12:33:37 +0000 eliminated tracing code; added flag so that equivariance is only proved for the function graph, not the relation
Christian Urban <urbanc@in.tum.de> [Mon, 17 Jan 2011 12:33:37 +0000] rev 2662
eliminated tracing code; added flag so that equivariance is only proved for the function graph, not the relation
Sat, 15 Jan 2011 21:16:15 +0000 subst also works now
Christian Urban <urbanc@in.tum.de> [Sat, 15 Jan 2011 21:16:15 +0000] rev 2661
subst also works now
Sat, 15 Jan 2011 20:24:16 +0000 nominal_function works now completely for frees and depth; still a propbelm with subst; no unproved assumptions
Christian Urban <urbanc@in.tum.de> [Sat, 15 Jan 2011 20:24:16 +0000] rev 2660
nominal_function works now completely for frees and depth; still a propbelm with subst; no unproved assumptions
Fri, 14 Jan 2011 14:22:25 +0000 strengthened renaming lemmas
Christian Urban <urbanc@in.tum.de> [Fri, 14 Jan 2011 14:22:25 +0000] rev 2659
strengthened renaming lemmas
Thu, 13 Jan 2011 12:12:47 +0000 added eqvt_lemmas for subset and psubset
Christian Urban <urbanc@in.tum.de> [Thu, 13 Jan 2011 12:12:47 +0000] rev 2658
added eqvt_lemmas for subset and psubset
Mon, 10 Jan 2011 11:36:55 +0000 a few lemmas about freshness for at and at_base
Christian Urban <urbanc@in.tum.de> [Mon, 10 Jan 2011 11:36:55 +0000] rev 2657
a few lemmas about freshness for at and at_base
Mon, 10 Jan 2011 08:51:51 +0000 added a property about finite support in the presense of eqvt_at
Christian Urban <urbanc@in.tum.de> [Mon, 10 Jan 2011 08:51:51 +0000] rev 2656
added a property about finite support in the presense of eqvt_at
Sun, 09 Jan 2011 05:38:53 +0000 instantiated fundef_ex1_eqvt_at theorem with the indction hypothesis
Christian Urban <urbanc@in.tum.de> [Sun, 09 Jan 2011 05:38:53 +0000] rev 2655
instantiated fundef_ex1_eqvt_at theorem with the indction hypothesis
Sun, 09 Jan 2011 04:28:24 +0000 solved subgoals for depth and subst function
Christian Urban <urbanc@in.tum.de> [Sun, 09 Jan 2011 04:28:24 +0000] rev 2654
solved subgoals for depth and subst function
Sun, 09 Jan 2011 01:17:44 +0000 added eqvt_at premises in function definition - however not proved at the moment
Christian Urban <urbanc@in.tum.de> [Sun, 09 Jan 2011 01:17:44 +0000] rev 2653
added eqvt_at premises in function definition - however not proved at the moment
Fri, 07 Jan 2011 05:40:31 +0000 added one further lemma about equivariance of THE_default
Christian Urban <urbanc@in.tum.de> [Fri, 07 Jan 2011 05:40:31 +0000] rev 2652
added one further lemma about equivariance of THE_default
Fri, 07 Jan 2011 05:06:25 +0000 equivariance of THE_default under the uniqueness assumption
Christian Urban <urbanc@in.tum.de> [Fri, 07 Jan 2011 05:06:25 +0000] rev 2651
equivariance of THE_default under the uniqueness assumption
Fri, 07 Jan 2011 02:30:00 +0000 derived equivariance for the function graph and function relation
Christian Urban <urbanc@in.tum.de> [Fri, 07 Jan 2011 02:30:00 +0000] rev 2650
derived equivariance for the function graph and function relation
Thu, 06 Jan 2011 23:06:45 +0000 a modified function package where, as a test, True has been injected into the compatibility condictions
Christian Urban <urbanc@in.tum.de> [Thu, 06 Jan 2011 23:06:45 +0000] rev 2649
a modified function package where, as a test, True has been injected into the compatibility condictions
Thu, 06 Jan 2011 20:25:40 +0000 removed last traces of debugging code
Christian Urban <urbanc@in.tum.de> [Thu, 06 Jan 2011 20:25:40 +0000] rev 2648
removed last traces of debugging code
Thu, 06 Jan 2011 19:57:57 +0000 removed debugging code abd introduced a guarded tracing function
Christian Urban <urbanc@in.tum.de> [Thu, 06 Jan 2011 19:57:57 +0000] rev 2647
removed debugging code abd introduced a guarded tracing function
Thu, 06 Jan 2011 14:53:38 +0000 moved Weakening up....it does not compile when put at the last position
Christian Urban <urbanc@in.tum.de> [Thu, 06 Jan 2011 14:53:38 +0000] rev 2646
moved Weakening up....it does not compile when put at the last position
Thu, 06 Jan 2011 14:02:10 +0000 tuned
Christian Urban <urbanc@in.tum.de> [Thu, 06 Jan 2011 14:02:10 +0000] rev 2645
tuned
Thu, 06 Jan 2011 13:31:44 +0000 added weakening to the test cases
Christian Urban <urbanc@in.tum.de> [Thu, 06 Jan 2011 13:31:44 +0000] rev 2644
added weakening to the test cases
Thu, 06 Jan 2011 13:28:40 +0000 cleaned up weakening proof and added a version with finit sets
Christian Urban <urbanc@in.tum.de> [Thu, 06 Jan 2011 13:28:40 +0000] rev 2643
cleaned up weakening proof and added a version with finit sets
Thu, 06 Jan 2011 13:28:19 +0000 same
Christian Urban <urbanc@in.tum.de> [Thu, 06 Jan 2011 13:28:19 +0000] rev 2642
same
Thu, 06 Jan 2011 13:28:04 +0000 some further lemmas for fsets
Christian Urban <urbanc@in.tum.de> [Thu, 06 Jan 2011 13:28:04 +0000] rev 2641
some further lemmas for fsets
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
Wed, 24 Nov 2010 01:08:48 +0000 implemented concrete suggestion of 3rd reviewer
Christian Urban <urbanc@in.tum.de> [Wed, 24 Nov 2010 01:08:48 +0000] rev 2580
implemented concrete suggestion of 3rd reviewer
Fri, 26 Nov 2010 12:17:24 +0900 missing freshness assumptions
Cezary Kaliszyk <kaliszyk@in.tum.de> [Fri, 26 Nov 2010 12:17:24 +0900] rev 2579
missing freshness assumptions
Thu, 25 Nov 2010 15:06:45 +0900 foo2 strong induction
Cezary Kaliszyk <kaliszyk@in.tum.de> [Thu, 25 Nov 2010 15:06:45 +0900] rev 2578
foo2 strong induction
Wed, 24 Nov 2010 17:44:50 +0900 foo2 full exhausts
Cezary Kaliszyk <kaliszyk@in.tum.de> [Wed, 24 Nov 2010 17:44:50 +0900] rev 2577
foo2 full exhausts
Wed, 24 Nov 2010 16:59:26 +0900 Foo2 strong_exhaust for first variable.
Cezary Kaliszyk <kaliszyk@in.tum.de> [Wed, 24 Nov 2010 16:59:26 +0900] rev 2576
Foo2 strong_exhaust for first variable.
Mon, 22 Nov 2010 16:16:25 +0900 single rename in let2
Cezary Kaliszyk <kaliszyk@in.tum.de> [Mon, 22 Nov 2010 16:16:25 +0900] rev 2575
single rename in let2
Mon, 22 Nov 2010 16:14:47 +0900 current isabelle
Cezary Kaliszyk <kaliszyk@in.tum.de> [Mon, 22 Nov 2010 16:14:47 +0900] rev 2574
current isabelle
Sun, 21 Nov 2010 02:17:19 +0000 added example Foo2.thy
Christian Urban <urbanc@in.tum.de> [Sun, 21 Nov 2010 02:17:19 +0000] rev 2573
added example Foo2.thy
Mon, 15 Nov 2010 20:54:01 +0000 tuned example
Christian Urban <urbanc@in.tum.de> [Mon, 15 Nov 2010 20:54:01 +0000] rev 2572
tuned example
Mon, 15 Nov 2010 09:52:29 +0000 proved that bn functions return a finite set
Christian Urban <urbanc@in.tum.de> [Mon, 15 Nov 2010 09:52:29 +0000] rev 2571
proved that bn functions return a finite set
Mon, 15 Nov 2010 08:17:11 +0000 added a test for the various shallow binders
Christian Urban <urbanc@in.tum.de> [Mon, 15 Nov 2010 08:17:11 +0000] rev 2570
added a test for the various shallow binders
Mon, 15 Nov 2010 01:10:02 +0000 fixed bug in fv function where a shallow binder binds lists of names
Christian Urban <urbanc@in.tum.de> [Mon, 15 Nov 2010 01:10:02 +0000] rev 2569
fixed bug in fv function where a shallow binder binds lists of names
Sun, 14 Nov 2010 16:34:47 +0000 merged Nominal-General directory into Nominal; renamed Abs.thy to Nominal2_Abs.thy
Christian Urban <urbanc@in.tum.de> [Sun, 14 Nov 2010 16:34:47 +0000] rev 2568
merged Nominal-General directory into Nominal; renamed Abs.thy to Nominal2_Abs.thy
Sun, 14 Nov 2010 12:09:14 +0000 deleted special Nominal2_FSet theory
Christian Urban <urbanc@in.tum.de> [Sun, 14 Nov 2010 12:09:14 +0000] rev 2567
deleted special Nominal2_FSet theory
Sun, 14 Nov 2010 11:46:39 +0000 moved rest of the lemmas from Nominal2_FSet to the TypeScheme example
Christian Urban <urbanc@in.tum.de> [Sun, 14 Nov 2010 11:46:39 +0000] rev 2566
moved rest of the lemmas from Nominal2_FSet to the TypeScheme example
Sun, 14 Nov 2010 11:05:22 +0000 moved most material fron Nominal2_FSet into the Nominal_Base theory
Christian Urban <urbanc@in.tum.de> [Sun, 14 Nov 2010 11:05:22 +0000] rev 2565
moved most material fron Nominal2_FSet into the Nominal_Base theory
Sun, 14 Nov 2010 10:02:30 +0000 tuned example
Christian Urban <urbanc@in.tum.de> [Sun, 14 Nov 2010 10:02:30 +0000] rev 2564
tuned example
Sun, 14 Nov 2010 01:00:56 +0000 lifted permute_bn simp rules
Christian Urban <urbanc@in.tum.de> [Sun, 14 Nov 2010 01:00:56 +0000] rev 2563
lifted permute_bn simp rules
Sat, 13 Nov 2010 22:23:26 +0000 lifted permute_bn constants
Christian Urban <urbanc@in.tum.de> [Sat, 13 Nov 2010 22:23:26 +0000] rev 2562
lifted permute_bn constants
Sat, 13 Nov 2010 10:25:03 +0000 respectfulness for permute_bn functions
Christian Urban <urbanc@in.tum.de> [Sat, 13 Nov 2010 10:25:03 +0000] rev 2561
respectfulness for permute_bn functions
Fri, 12 Nov 2010 01:20:53 +0000 automated permute_bn functions (raw ones first)
Christian Urban <urbanc@in.tum.de> [Fri, 12 Nov 2010 01:20:53 +0000] rev 2560
automated permute_bn functions (raw ones first)
Wed, 10 Nov 2010 13:46:21 +0000 adapted to changes by Florian on the quotient package and removed local fix for function package
Christian Urban <urbanc@in.tum.de> [Wed, 10 Nov 2010 13:46:21 +0000] rev 2559
adapted to changes by Florian on the quotient package and removed local fix for function package
Wed, 10 Nov 2010 13:40:46 +0000 expanded the paper by uncommenting the comments and adding the appendix
Christian Urban <urbanc@in.tum.de> [Wed, 10 Nov 2010 13:40:46 +0000] rev 2558
expanded the paper by uncommenting the comments and adding the appendix
Sun, 07 Nov 2010 11:22:31 +0000 fixed locally the problem with the function package; all tests work again
Christian Urban <urbanc@in.tum.de> [Sun, 07 Nov 2010 11:22:31 +0000] rev 2557
fixed locally the problem with the function package; all tests work again
Sat, 06 Nov 2010 06:18:41 +0000 added a test about subtyping; disabled two tests, because of problem with function package
Christian Urban <urbanc@in.tum.de> [Sat, 06 Nov 2010 06:18:41 +0000] rev 2556
added a test about subtyping; disabled two tests, because of problem with function package
Fri, 05 Nov 2010 15:21:10 +0000 small typo
Christian Urban <urbanc@in.tum.de> [Fri, 05 Nov 2010 15:21:10 +0000] rev 2555
small typo
Fri, 29 Oct 2010 15:37:24 +0100 squeezed qpaper to 6 pages
Christian Urban <urbanc@in.tum.de> [Fri, 29 Oct 2010 15:37:24 +0100] rev 2554
squeezed qpaper to 6 pages
Fri, 29 Oct 2010 14:25:50 +0900 Qpaper / Move examples to commented out appendix
Cezary Kaliszyk <kaliszyk@in.tum.de> [Fri, 29 Oct 2010 14:25:50 +0900] rev 2553
Qpaper / Move examples to commented out appendix
Thu, 28 Oct 2010 15:16:43 +0900 Unanonymize qpaper
Cezary Kaliszyk <kaliszyk@in.tum.de> [Thu, 28 Oct 2010 15:16:43 +0900] rev 2552
Unanonymize qpaper
Thu, 28 Oct 2010 14:12:30 +0900 FSet changes for Qpaper
Cezary Kaliszyk <kaliszyk@in.tum.de> [Thu, 28 Oct 2010 14:12:30 +0900] rev 2551
FSet changes for Qpaper
Thu, 28 Oct 2010 14:03:46 +0900 Remove FSet and use the one from Isabelle
Cezary Kaliszyk <kaliszyk@in.tum.de> [Thu, 28 Oct 2010 14:03:46 +0900] rev 2550
Remove FSet and use the one from Isabelle
Tue, 19 Oct 2010 15:08:24 +0100 took out comment about map-types / adapted to recent changes
Christian Urban <urbanc@in.tum.de> [Tue, 19 Oct 2010 15:08:24 +0100] rev 2549
took out comment about map-types / adapted to recent changes
Tue, 19 Oct 2010 10:10:41 +0100 use definitions instead of functions
Christian Urban <urbanc@in.tum.de> [Tue, 19 Oct 2010 10:10:41 +0100] rev 2548
use definitions instead of functions
Mon, 18 Oct 2010 12:15:44 +0100 tuned
Christian Urban <urbanc@in.tum.de> [Mon, 18 Oct 2010 12:15:44 +0100] rev 2547
tuned
Mon, 18 Oct 2010 11:51:22 +0100 used functions instead of definitions
Christian Urban <urbanc@in.tum.de> [Mon, 18 Oct 2010 11:51:22 +0100] rev 2546
used functions instead of definitions
Mon, 18 Oct 2010 09:42:51 +0100 added missing style file
Christian Urban <urbanc@in.tum.de> [Mon, 18 Oct 2010 09:42:51 +0100] rev 2545
added missing style file
Mon, 18 Oct 2010 14:13:28 +0900 Use the generalized compositional quotient theorem
Cezary Kaliszyk <kaliszyk@in.tum.de> [Mon, 18 Oct 2010 14:13:28 +0900] rev 2544
Use the generalized compositional quotient theorem
Sun, 17 Oct 2010 21:40:23 +0100 fixed typo
Christian Urban <urbanc@in.tum.de> [Sun, 17 Oct 2010 21:40:23 +0100] rev 2543
fixed typo
Sun, 17 Oct 2010 15:53:37 +0100 all tests work again
Christian Urban <urbanc@in.tum.de> [Sun, 17 Oct 2010 15:53:37 +0100] rev 2542
all tests work again
Sun, 17 Oct 2010 15:28:05 +0100 some tuning
Christian Urban <urbanc@in.tum.de> [Sun, 17 Oct 2010 15:28:05 +0100] rev 2541
some tuning
Sun, 17 Oct 2010 13:35:52 +0100 naming scheme is now *_fset (not f*_)
Christian Urban <urbanc@in.tum.de> [Sun, 17 Oct 2010 13:35:52 +0100] rev 2540
naming scheme is now *_fset (not f*_)
Fri, 15 Oct 2010 23:45:54 +0100 more cleaning
Christian Urban <urbanc@in.tum.de> [Fri, 15 Oct 2010 23:45:54 +0100] rev 2539
more cleaning
Fri, 15 Oct 2010 17:37:44 +0100 further tuning
Christian Urban <urbanc@in.tum.de> [Fri, 15 Oct 2010 17:37:44 +0100] rev 2538
further tuning
Fri, 15 Oct 2010 16:01:03 +0100 renamed fminus_raw to diff_list
Christian Urban <urbanc@in.tum.de> [Fri, 15 Oct 2010 16:01:03 +0100] rev 2537
renamed fminus_raw to diff_list
Fri, 15 Oct 2010 15:58:48 +0100 renamed fcard_raw to card_list
Christian Urban <urbanc@in.tum.de> [Fri, 15 Oct 2010 15:58:48 +0100] rev 2536
renamed fcard_raw to card_list
Fri, 15 Oct 2010 15:56:16 +0100 slight update
Christian Urban <urbanc@in.tum.de> [Fri, 15 Oct 2010 15:56:16 +0100] rev 2535
slight update
Fri, 15 Oct 2010 15:47:20 +0100 Further reorganisation and cleaning
Christian Urban <urbanc@in.tum.de> [Fri, 15 Oct 2010 15:47:20 +0100] rev 2534
Further reorganisation and cleaning
Fri, 15 Oct 2010 14:11:23 +0100 further cleaning
Christian Urban <urbanc@in.tum.de> [Fri, 15 Oct 2010 14:11:23 +0100] rev 2533
further cleaning
Fri, 15 Oct 2010 13:28:39 +0100 typo
Christian Urban <urbanc@in.tum.de> [Fri, 15 Oct 2010 13:28:39 +0100] rev 2532
typo
Fri, 15 Oct 2010 16:32:34 +0900 FSet: stronger fact in Isabelle.
Cezary Kaliszyk <kaliszyk@in.tum.de> [Fri, 15 Oct 2010 16:32:34 +0900] rev 2531
FSet: stronger fact in Isabelle.
Fri, 15 Oct 2010 16:23:26 +0900 FSet synchronizing
Cezary Kaliszyk <kaliszyk@in.tum.de> [Fri, 15 Oct 2010 16:23:26 +0900] rev 2530
FSet synchronizing
Fri, 15 Oct 2010 15:52:40 +0900 Synchronizing FSet further.
Cezary Kaliszyk <kaliszyk@in.tum.de> [Fri, 15 Oct 2010 15:52:40 +0900] rev 2529
Synchronizing FSet further.
Fri, 15 Oct 2010 15:24:19 +0900 Partially merging changes from Isabelle
Cezary Kaliszyk <kaliszyk@in.tum.de> [Fri, 15 Oct 2010 15:24:19 +0900] rev 2528
Partially merging changes from Isabelle
Thu, 14 Oct 2010 17:32:06 +0100 fixed the typo in the abstract and the problem with append (the type of map_k
Christian Urban <urbanc@in.tum.de> [Thu, 14 Oct 2010 17:32:06 +0100] rev 2527
fixed the typo in the abstract and the problem with append (the type of map_k and map_list seems to be indeed incorrect....did not yet look at this)
Thu, 14 Oct 2010 15:58:34 +0100 changed format of the pearl paper
Christian Urban <urbanc@in.tum.de> [Thu, 14 Oct 2010 15:58:34 +0100] rev 2526
changed format of the pearl paper
Thu, 14 Oct 2010 11:09:52 +0100 deleted some unused lemmas
Christian Urban <urbanc@in.tum.de> [Thu, 14 Oct 2010 11:09:52 +0100] rev 2525
deleted some unused lemmas
Thu, 14 Oct 2010 04:14:22 +0100 major reorganisation of fset (renamed fset_to_set to fset, changed the definition of list_eq and fcard_raw)
Christian Urban <urbanc@in.tum.de> [Thu, 14 Oct 2010 04:14:22 +0100] rev 2524
major reorganisation of fset (renamed fset_to_set to fset, changed the definition of list_eq and fcard_raw)
Wed, 13 Oct 2010 22:55:58 +0100 more on the pearl paper
Christian Urban <urbanc@in.tum.de> [Wed, 13 Oct 2010 22:55:58 +0100] rev 2523
more on the pearl paper
Tue, 12 Oct 2010 13:06:18 +0100 added a section about abstractions
Christian Urban <urbanc@in.tum.de> [Tue, 12 Oct 2010 13:06:18 +0100] rev 2522
added a section about abstractions
Tue, 12 Oct 2010 10:07:48 +0100 tiny work on the pearl paper
Christian Urban <urbanc@in.tum.de> [Tue, 12 Oct 2010 10:07:48 +0100] rev 2521
tiny work on the pearl paper
Fri, 08 Oct 2010 23:53:51 +0100 tuned
Christian Urban <urbanc@in.tum.de> [Fri, 08 Oct 2010 23:53:51 +0100] rev 2520
tuned
Fri, 08 Oct 2010 23:49:18 +0100 added apendix to paper detailing one proof
Christian Urban <urbanc@in.tum.de> [Fri, 08 Oct 2010 23:49:18 +0100] rev 2519
added apendix to paper detailing one proof
Fri, 08 Oct 2010 15:37:11 +0100 minor
Christian Urban <urbanc@in.tum.de> [Fri, 08 Oct 2010 15:37:11 +0100] rev 2518
minor
Fri, 08 Oct 2010 15:35:14 +0100 minor
Christian Urban <urbanc@in.tum.de> [Fri, 08 Oct 2010 15:35:14 +0100] rev 2517
minor
Fri, 08 Oct 2010 13:41:54 +0100 down to 20 pages
Christian Urban <urbanc@in.tum.de> [Fri, 08 Oct 2010 13:41:54 +0100] rev 2516
down to 20 pages
Thu, 07 Oct 2010 14:23:32 +0900 minor
Cezary Kaliszyk <kaliszyk@in.tum.de> [Thu, 07 Oct 2010 14:23:32 +0900] rev 2515
minor
Wed, 06 Oct 2010 21:32:44 +0100 down to 21 pages and changed strong induction section
Christian Urban <urbanc@in.tum.de> [Wed, 06 Oct 2010 21:32:44 +0100] rev 2514
down to 21 pages and changed strong induction section
Wed, 06 Oct 2010 08:13:09 +0100 tuned
Christian Urban <urbanc@in.tum.de> [Wed, 06 Oct 2010 08:13:09 +0100] rev 2513
tuned
Wed, 06 Oct 2010 08:09:40 +0100 down to 22 pages
Christian Urban <urbanc@in.tum.de> [Wed, 06 Oct 2010 08:09:40 +0100] rev 2512
down to 22 pages
Tue, 05 Oct 2010 21:48:31 +0100 down to 23 pages
Christian Urban <urbanc@in.tum.de> [Tue, 05 Oct 2010 21:48:31 +0100] rev 2511
down to 23 pages
Tue, 05 Oct 2010 08:43:49 +0100 down to 24 pages and a bit
Christian Urban <urbanc@in.tum.de> [Tue, 05 Oct 2010 08:43:49 +0100] rev 2510
down to 24 pages and a bit
Tue, 05 Oct 2010 07:30:37 +0100 llncs and more sqeezing
Christian Urban <urbanc@in.tum.de> [Tue, 05 Oct 2010 07:30:37 +0100] rev 2509
llncs and more sqeezing
Mon, 04 Oct 2010 12:39:57 +0100 first part of sqeezing everything into 20 pages (at the moment we have 26)
Christian Urban <urbanc@in.tum.de> [Mon, 04 Oct 2010 12:39:57 +0100] rev 2508
first part of sqeezing everything into 20 pages (at the moment we have 26)
Mon, 04 Oct 2010 07:25:37 +0100 changed to llncs
Christian Urban <urbanc@in.tum.de> [Mon, 04 Oct 2010 07:25:37 +0100] rev 2507
changed to llncs
Fri, 01 Oct 2010 07:11:47 -0400 merged
Christian Urban <urbanc@in.tum.de> [Fri, 01 Oct 2010 07:11:47 -0400] rev 2506
merged
Fri, 01 Oct 2010 07:09:59 -0400 minor experiments
Christian Urban <urbanc@in.tum.de> [Fri, 01 Oct 2010 07:09:59 -0400] rev 2505
minor experiments
Thu, 30 Sep 2010 07:43:46 -0400 merged
Christian Urban <urbanc@in.tum.de> [Thu, 30 Sep 2010 07:43:46 -0400] rev 2504
merged
Wed, 29 Sep 2010 16:49:13 -0400 simplified exhaust proofs
Christian Urban <urbanc@in.tum.de> [Wed, 29 Sep 2010 16:49:13 -0400] rev 2503
simplified exhaust proofs
Fri, 01 Oct 2010 15:44:50 +0900 Made the paper to compile with the renamings.
Cezary Kaliszyk <kaliszyk@in.tum.de> [Fri, 01 Oct 2010 15:44:50 +0900] rev 2502
Made the paper to compile with the renamings.
Wed, 29 Sep 2010 09:51:57 -0400 merged
Christian Urban <urbanc@in.tum.de> [Wed, 29 Sep 2010 09:51:57 -0400] rev 2501
merged
Wed, 29 Sep 2010 09:47:26 -0400 worked example Foo1 with induct_schema
Christian Urban <urbanc@in.tum.de> [Wed, 29 Sep 2010 09:47:26 -0400] rev 2500
worked example Foo1 with induct_schema
Wed, 29 Sep 2010 07:39:06 -0400 merged
Christian Urban <urbanc@in.tum.de> [Wed, 29 Sep 2010 07:39:06 -0400] rev 2499
merged
Wed, 29 Sep 2010 06:45:01 -0400 use also induct_schema for the Let-example (permute_bn is used)
Christian Urban <urbanc@in.tum.de> [Wed, 29 Sep 2010 06:45:01 -0400] rev 2498
use also induct_schema for the Let-example (permute_bn is used)
Wed, 29 Sep 2010 04:42:37 -0400 test with induct_schema for simpler strong_ind proofs
Christian Urban <urbanc@in.tum.de> [Wed, 29 Sep 2010 04:42:37 -0400] rev 2497
test with induct_schema for simpler strong_ind proofs
Wed, 29 Sep 2010 16:36:31 +0900 substitution definition with 'next_name'.
Cezary Kaliszyk <kaliszyk@in.tum.de> [Wed, 29 Sep 2010 16:36:31 +0900] rev 2496
substitution definition with 'next_name'.
Tue, 28 Sep 2010 08:21:47 -0400 merged
Christian Urban <urbanc@in.tum.de> [Tue, 28 Sep 2010 08:21:47 -0400] rev 2495
merged
Tue, 28 Sep 2010 05:56:11 -0400 added Foo1 to explore a contrived example
Christian Urban <urbanc@in.tum.de> [Tue, 28 Sep 2010 05:56:11 -0400] rev 2494
added Foo1 to explore a contrived example
Mon, 27 Sep 2010 12:19:17 -0400 added postprocessed fresh-lemmas for constructors
Christian Urban <urbanc@in.tum.de> [Mon, 27 Sep 2010 12:19:17 -0400] rev 2493
added postprocessed fresh-lemmas for constructors
Mon, 27 Sep 2010 09:51:15 -0400 post-processed eq_iff and supp threormes according to the fv-supp equality
Christian Urban <urbanc@in.tum.de> [Mon, 27 Sep 2010 09:51:15 -0400] rev 2492
post-processed eq_iff and supp threormes according to the fv-supp equality
Mon, 27 Sep 2010 04:56:49 -0400 more consistent naming in Abs.thy
Christian Urban <urbanc@in.tum.de> [Mon, 27 Sep 2010 04:56:49 -0400] rev 2491
more consistent naming in Abs.thy
Mon, 27 Sep 2010 04:56:28 -0400 some experiments
Christian Urban <urbanc@in.tum.de> [Mon, 27 Sep 2010 04:56:28 -0400] rev 2490
some experiments
Mon, 27 Sep 2010 04:10:36 -0400 added simp rules for prod_fv and prod_alpha
Christian Urban <urbanc@in.tum.de> [Mon, 27 Sep 2010 04:10:36 -0400] rev 2489
added simp rules for prod_fv and prod_alpha
Sun, 26 Sep 2010 17:57:30 -0400 a few more words about Ott
Christian Urban <urbanc@in.tum.de> [Sun, 26 Sep 2010 17:57:30 -0400] rev 2488
a few more words about Ott
Sat, 25 Sep 2010 08:38:04 -0400 lifted size_thms and exported them as <name>.size
Christian Urban <urbanc@in.tum.de> [Sat, 25 Sep 2010 08:38:04 -0400] rev 2487
lifted size_thms and exported them as <name>.size
Sat, 25 Sep 2010 08:28:45 -0400 cleaned up two examples
Christian Urban <urbanc@in.tum.de> [Sat, 25 Sep 2010 08:28:45 -0400] rev 2486
cleaned up two examples
Sat, 25 Sep 2010 02:53:39 +0200 added example about datatypes
Christian Urban <urbanc@in.tum.de> [Sat, 25 Sep 2010 02:53:39 +0200] rev 2485
added example about datatypes
Thu, 23 Sep 2010 05:28:40 +0200 updated to Isabelle 22 Sept
Christian Urban <urbanc@in.tum.de> [Thu, 23 Sep 2010 05:28:40 +0200] rev 2484
updated to Isabelle 22 Sept
Wed, 22 Sep 2010 23:17:25 +0200 removed dead code
Christian Urban <urbanc@in.tum.de> [Wed, 22 Sep 2010 23:17:25 +0200] rev 2483
removed dead code
Wed, 22 Sep 2010 18:13:26 +0200 fixed
Christian Urban <urbanc@in.tum.de> [Wed, 22 Sep 2010 18:13:26 +0200] rev 2482
fixed
(0) -1000 -480 tip