urbanc [Fri, 20 Apr 2007 00:28:07 +0200] rev 22732
declared lemmas true_eqvt and false_eqvt to be equivariant (suggested by samth at ccs.neu.edu)
paulson [Thu, 19 Apr 2007 18:23:11 +0200] rev 22731
trying to make single-step proofs work better, especially if they contain
abstraction functions. Uniform names for Skolem and Abstraction functions
berghofe [Thu, 19 Apr 2007 16:38:59 +0200] rev 22730
nominal_inductive no longer proves equivariance.
narboux [Thu, 19 Apr 2007 16:27:53 +0200] rev 22729
add a tactic to generate fresh names
wenzelm [Wed, 18 Apr 2007 21:30:14 +0200] rev 22728
simplified ProofContext.infer_types(_pats);
dixon [Wed, 18 Apr 2007 16:23:31 +0200] rev 22727
Improved comments.
krauss [Wed, 18 Apr 2007 11:47:08 +0200] rev 22726
proper header, added regression tests
krauss [Wed, 18 Apr 2007 11:37:43 +0200] rev 22725
added temporary hack to avoid schematic goals in "termination".
paulson [Wed, 18 Apr 2007 11:14:09 +0200] rev 22724
Fixes for proof reconstruction, especially involving abstractions and definitions
wenzelm [Tue, 17 Apr 2007 21:06:59 +0200] rev 22723
export is_dummy_pattern;
huffman [Tue, 17 Apr 2007 03:13:38 +0200] rev 22722
lemma isCont_inv_fun is same as isCont_inverse_function
huffman [Tue, 17 Apr 2007 00:55:00 +0200] rev 22721
moved root and sqrt lemmas from Transcendental.thy to NthRoot.thy
huffman [Tue, 17 Apr 2007 00:37:14 +0200] rev 22720
remove use of pos_boundedE
huffman [Tue, 17 Apr 2007 00:33:49 +0200] rev 22719
lemma geometric_sum no longer needs class division_by_zero
wenzelm [Tue, 17 Apr 2007 00:30:44 +0200] rev 22718
tuned proofs;
haftmann [Mon, 16 Apr 2007 16:11:03 +0200] rev 22717
canonical merge operations
wenzelm [Mon, 16 Apr 2007 12:16:11 +0200] rev 22716
added print_indexname;
tuned;
urbanc [Mon, 16 Apr 2007 07:32:23 +0200] rev 22715
improved the equivariance lemmas for the quantifiers; had to export the lemma eqvt_force_add and eqvt_force_del in the thmdecls
urbanc [Mon, 16 Apr 2007 06:45:22 +0200] rev 22714
added a more usuable lemma for dealing with fresh_fun
huffman [Mon, 16 Apr 2007 04:02:15 +0200] rev 22713
generalized type of lemma geometric_sum
wenzelm [Sun, 15 Apr 2007 23:25:55 +0200] rev 22712
replaced read_term_legacy by read_prop_legacy;
read: intern_skolem before type-inference (many workarounds!);
read: reject_tvars;
removed obsolete TypeInfer.logicT -- use dummyT;
add_fixes: not constraints for external names;
wenzelm [Sun, 15 Apr 2007 23:25:54 +0200] rev 22711
removed obsolete redeclare_skolems;
wenzelm [Sun, 15 Apr 2007 23:25:52 +0200] rev 22710
read prop as prop, not term;
wenzelm [Sun, 15 Apr 2007 23:25:50 +0200] rev 22709
removed obsolete TypeInfer.logicT -- use dummyT;
wenzelm [Sun, 15 Apr 2007 23:25:49 +0200] rev 22708
avoid internal names;
wenzelm [Sun, 15 Apr 2007 14:32:55 +0200] rev 22707
tuned;
wenzelm [Sun, 15 Apr 2007 14:32:07 +0200] rev 22706
legacy_infer_term/prop -- including intern_term;
wenzelm [Sun, 15 Apr 2007 14:32:05 +0200] rev 22705
Thm.plain_prop_of;
wenzelm [Sun, 15 Apr 2007 14:32:04 +0200] rev 22704
added decode_types (from type_infer.ML);
decode sorts: internalize here;
tuned;
wenzelm [Sun, 15 Apr 2007 14:32:03 +0200] rev 22703
added read_term;
adapted decoding of types/sorts;