Mon, 08 Mar 2010 16:11:42 +0100 Christian Urban added compat definitions to some examples
Mon, 08 Mar 2010 15:28:25 +0100 Cezary Kaliszyk Proper recognition of atoms and atom sets.
Mon, 08 Mar 2010 15:06:14 +0100 Christian Urban deleted comments about "weird"
Mon, 08 Mar 2010 15:01:26 +0100 Christian Urban merged
Mon, 08 Mar 2010 15:01:01 +0100 Christian Urban updated to new Isabelle
Mon, 08 Mar 2010 14:31:04 +0100 Cezary Kaliszyk Term5 written as nominal_datatype is the recursive let.
Mon, 08 Mar 2010 11:25:57 +0100 Cezary Kaliszyk With restricted_nominal=1, exp7 and exp8 work. Not sure about proving bn_rsp there.
Mon, 08 Mar 2010 11:12:15 +0100 Cezary Kaliszyk More fine-grained nominal restriction for debugging.
Mon, 08 Mar 2010 11:10:43 +0100 Cezary Kaliszyk Fix permutation addition.
Mon, 08 Mar 2010 10:33:55 +0100 Cezary Kaliszyk Update the comments
Mon, 08 Mar 2010 10:08:31 +0100 Cezary Kaliszyk Gather bindings with same binder, and generate only one permutation for them.
Mon, 08 Mar 2010 02:40:16 +0100 Cezary Kaliszyk Undo effects of simp.
Sun, 07 Mar 2010 21:30:57 +0100 Christian Urban merged
Sun, 07 Mar 2010 21:30:12 +0100 Christian Urban updated to renamings in Isabelle
Thu, 04 Mar 2010 15:56:58 +0100 Christian Urban merged
Thu, 04 Mar 2010 15:31:34 +0100 Christian Urban merged
Thu, 04 Mar 2010 15:31:21 +0100 Christian Urban more proofs in Abs and work on Core Haskell
Wed, 03 Mar 2010 19:10:40 +0100 Christian Urban added a lemma that permutations can be represented as sums of swapping
Fri, 05 Mar 2010 18:14:04 +0100 Cezary Kaliszyk Still unable to show supp=fv for let with one existential.
Fri, 05 Mar 2010 17:09:48 +0100 Cezary Kaliszyk Ported LF to the parser interface.
Fri, 05 Mar 2010 14:56:19 +0100 Cezary Kaliszyk merge
Fri, 05 Mar 2010 14:55:21 +0100 Cezary Kaliszyk Lift fv and bn eqvts; no need to lift alpha_eqvt.
Fri, 05 Mar 2010 13:04:47 +0100 Cezary Kaliszyk Not much progress about the single existential let case.
Fri, 05 Mar 2010 10:23:40 +0100 Cezary Kaliszyk Fixed LF for one quantifier over 2 premises.
Fri, 05 Mar 2010 09:41:22 +0100 Cezary Kaliszyk Trying to fix the proofs for the single existential... So far failed.
Thu, 04 Mar 2010 18:57:23 +0100 Cezary Kaliszyk Lift distinct.
Thu, 04 Mar 2010 15:55:53 +0100 Cezary Kaliszyk Added lifting of pseudo-injectivity, commented out the code again and enabled the weird examples.
Thu, 04 Mar 2010 15:15:44 +0100 Cezary Kaliszyk Lift BV,FV,Permutations and injection :).
Thu, 04 Mar 2010 12:00:11 +0100 Cezary Kaliszyk Comment out Weird and Phd until we have an idea how to handle multiple permutations. Transp that works for multiple existentials.
Thu, 04 Mar 2010 11:16:36 +0100 Cezary Kaliszyk A version that just leaves the supp/\supp goal. Obviously not true.
Thu, 04 Mar 2010 10:59:52 +0100 Cezary Kaliszyk Prove symp and transp of weird without the supp /\ supp = {} assumption.
Wed, 03 Mar 2010 17:51:47 +0100 Cezary Kaliszyk merge
Wed, 03 Mar 2010 17:49:34 +0100 Cezary Kaliszyk Experiments with proving weird transp
Wed, 03 Mar 2010 17:47:29 +0100 Cezary Kaliszyk Code for solving symp goals with multiple existentials.
Wed, 03 Mar 2010 15:28:25 +0100 Cezary Kaliszyk reflp for multiple quantifiers.
Wed, 03 Mar 2010 14:46:14 +0100 Christian Urban fixed mess in Test.thy
Wed, 03 Mar 2010 14:22:58 +0100 Cezary Kaliszyk Fix eqvt for multiple quantifiers.
Wed, 03 Mar 2010 12:48:05 +0100 Christian Urban only tuned
Wed, 03 Mar 2010 12:47:06 +0100 Christian Urban merged
Wed, 03 Mar 2010 12:45:55 +0100 Christian Urban start of paper - does not compile yet
Wed, 03 Mar 2010 11:50:25 +0100 Christian Urban added ACM style file for ICFP
Wed, 03 Mar 2010 11:42:15 +0100 Cezary Kaliszyk weird eqvt
Wed, 03 Mar 2010 10:39:43 +0100 Cezary Kaliszyk Add the supp intersection conditions.
Tue, 02 Mar 2010 21:43:27 +0100 Cezary Kaliszyk Comment out the part that does not work with 2 quantifiers.
Tue, 02 Mar 2010 21:10:04 +0100 Cezary Kaliszyk Fixes for the fv problem and alpha problem.
Tue, 02 Mar 2010 20:14:21 +0100 Christian Urban merged
Tue, 02 Mar 2010 20:11:56 +0100 Christian Urban preliinary test about alpha-weirdo
Tue, 02 Mar 2010 18:57:26 +0100 Christian Urban Another problem with permutations in alpha and possibly also in fv
Tue, 02 Mar 2010 18:48:20 +0100 Christian Urban potential problem with the phd-example, where two permutations are generated, but only one is used
Tue, 02 Mar 2010 19:48:44 +0100 Cezary Kaliszyk Some tests around Term4. Not sure how to fix the generated fv function.
Tue, 02 Mar 2010 17:48:56 +0100 Cezary Kaliszyk merge
Tue, 02 Mar 2010 17:48:41 +0100 Cezary Kaliszyk Porting from Lift to Parser; until defining the Quotient type.
Tue, 02 Mar 2010 17:11:58 +0100 Cezary Kaliszyk Add image_eqvt and atom_eqvt to eqvt bases.
Tue, 02 Mar 2010 17:11:19 +0100 Cezary Kaliszyk Include the raw eqvt lemmas.
Tue, 02 Mar 2010 16:04:48 +0100 Christian Urban merged
Tue, 02 Mar 2010 16:03:19 +0100 Christian Urban added some more examples from Peter Sewell's bestiary
Tue, 02 Mar 2010 15:13:00 +0100 Cezary Kaliszyk merge
Tue, 02 Mar 2010 15:12:50 +0100 Cezary Kaliszyk Minor
Tue, 02 Mar 2010 15:11:41 +0100 Cezary Kaliszyk Working bv_eqvt
Tue, 02 Mar 2010 15:10:47 +0100 Cezary Kaliszyk Moving wrappers out of Lift.
(0) -1000 -300 -100 -60 +60 +100 +300 +1000 tip