wenzelm [Mon, 18 Sep 2006 19:12:48 +0200] rev 20576
output: uninterpreted raw symbols -- these are usually LaTeX macros;
wenzelm [Mon, 18 Sep 2006 19:12:47 +0200] rev 20575
pretty_thm: graceful treatment of ProtoPure.thy;
wenzelm [Mon, 18 Sep 2006 19:12:46 +0200] rev 20574
added class_deps;
wenzelm [Mon, 18 Sep 2006 19:12:45 +0200] rev 20573
classes: maintain serial number;
wenzelm [Mon, 18 Sep 2006 19:12:44 +0200] rev 20572
tuned;
wenzelm [Mon, 18 Sep 2006 19:12:43 +0200] rev 20571
isatool browser: renamed option -d to -c (cf. isatool tool)
wenzelm [Mon, 18 Sep 2006 19:12:42 +0200] rev 20570
PRIVATE_FILE: slightly more robust way to create and dispose;
wenzelm [Mon, 18 Sep 2006 19:12:41 +0200] rev 20569
renamed option -d to -c (cf. isatool display);
operate on PRIVATE_FILE;
wenzelm [Mon, 18 Sep 2006 19:12:40 +0200] rev 20568
updated;
paulson [Mon, 18 Sep 2006 16:21:24 +0200] rev 20567
Bug fix to prevent exception dest_Free from escaping
paulson [Mon, 18 Sep 2006 16:00:19 +0200] rev 20566
Added the max_new parameter, which is a cap on how many clauses may be admitted per round.
Also various tidying up.
obua [Mon, 18 Sep 2006 15:11:31 +0200] rev 20565
replaced implodeable_Ext by set_like
chaieb [Mon, 18 Sep 2006 10:09:57 +0200] rev 20564
Reifiaction now deals with Interpretations with an arbtrary number of parameters. It deals with binding. The Atomic cases can be I ... = f (xs!n)
instead of only ... = xs!n.
huffman [Mon, 18 Sep 2006 07:48:07 +0200] rev 20563
replace (x + - y) with (x - y)
huffman [Sun, 17 Sep 2006 16:44:51 +0200] rev 20562
add type constraint to otherwise looping iff rule
huffman [Sun, 17 Sep 2006 16:44:05 +0200] rev 20561
generalize type of (NS)LIM to work on functions with vector space domain types
huffman [Sun, 17 Sep 2006 16:42:38 +0200] rev 20560
norm_one is now proved from other class axioms
huffman [Sun, 17 Sep 2006 02:56:25 +0200] rev 20559
removed capprox, CFinite, CInfinite, CInfinitesimal, cmonad, and cgalaxy in favor of polymorphic constants
huffman [Sun, 17 Sep 2006 02:53:36 +0200] rev 20558
hcmod abbreviates hnorm :: hcomplex => hypreal
huffman [Sat, 16 Sep 2006 23:46:38 +0200] rev 20557
complex_of_real abbreviates of_real::real=>complex;
cmod abbreviates norm::complex=>real;
removed several redundant lemmas
huffman [Sat, 16 Sep 2006 19:14:37 +0200] rev 20556
add instance for real_algebra_1 and real_normed_div_algebra
huffman [Sat, 16 Sep 2006 19:12:54 +0200] rev 20555
add instances for real_vector and real_algebra
huffman [Sat, 16 Sep 2006 19:12:03 +0200] rev 20554
define new constant of_real for class real_algebra_1;
define set Reals as range of_real;
add lemmas about of_real and Reals
huffman [Sat, 16 Sep 2006 18:04:14 +0200] rev 20553
int_diff_cases moved to Integ/IntDef.thy