haftmann [Mon, 08 Aug 2011 19:21:11 +0200] rev 44082
dropped lemmas (Inf|Sup)_(singleton|binary)
huffman [Mon, 08 Aug 2011 19:26:53 -0700] rev 44081
rename type 'a net to 'a filter, following standard mathematical terminology
huffman [Mon, 08 Aug 2011 18:36:32 -0700] rev 44080
HOLCF: fix warnings about unreferenced identifiers
huffman [Mon, 08 Aug 2011 16:57:37 -0700] rev 44079
remove duplicate lemmas
huffman [Mon, 08 Aug 2011 16:19:57 -0700] rev 44078
merged
huffman [Mon, 08 Aug 2011 16:04:58 -0700] rev 44077
fix perfect_space instance proof for finite cartesian product (cf. 5b970711fb39)
huffman [Mon, 08 Aug 2011 15:27:24 -0700] rev 44076
generalize sequence lemmas
huffman [Mon, 08 Aug 2011 15:11:38 -0700] rev 44075
generalize more lemmas about compactness
huffman [Mon, 08 Aug 2011 15:03:34 -0700] rev 44074
generalize compactness equivalence lemmas
huffman [Mon, 08 Aug 2011 14:59:01 -0700] rev 44073
lemma bolzano_weierstrass_imp_compact
huffman [Mon, 08 Aug 2011 14:44:20 -0700] rev 44072
class perfect_space inherits from topological_space;
generalized several lemmas
wenzelm [Mon, 08 Aug 2011 21:55:01 +0200] rev 44071
merged
kleing [Mon, 08 Aug 2011 16:47:55 +0200] rev 44070
import constant folding theory into IMP
kleing [Sat, 06 Aug 2011 15:48:08 +0200] rev 44069
make syntax ambiguity warnings a config option
huffman [Mon, 08 Aug 2011 11:47:41 -0700] rev 44068
add lemmas INF_image, SUP_image
huffman [Mon, 08 Aug 2011 11:25:18 -0700] rev 44067
declare {INF,SUP}_empty [simp]
huffman [Mon, 08 Aug 2011 10:32:55 -0700] rev 44066
rename Pair_fst_snd_eq to prod_eq_iff (keeping old name too)
huffman [Mon, 08 Aug 2011 10:26:26 -0700] rev 44065
standard theorem naming scheme: complex_eqI, complex_eq_iff
huffman [Mon, 08 Aug 2011 09:52:09 -0700] rev 44064
moved division ring stuff from Rings.thy to Fields.thy
huffman [Mon, 08 Aug 2011 08:55:49 -0700] rev 44063
Library/Product_ord: wellorder instance for products
wenzelm [Mon, 08 Aug 2011 21:11:10 +0200] rev 44062
modernized file proof_checker.ML;
wenzelm [Mon, 08 Aug 2011 20:47:12 +0200] rev 44061
tuned thm_of_proof: build lookup table within closure;
wenzelm [Mon, 08 Aug 2011 20:21:49 +0200] rev 44060
added Reconstruct.proof_of convenience;
wenzelm [Mon, 08 Aug 2011 19:59:35 +0200] rev 44059
ship message in one piece;
wenzelm [Mon, 08 Aug 2011 17:23:15 +0200] rev 44058
misc tuning -- eliminated old-fashioned rep_thm;
wenzelm [Mon, 08 Aug 2011 16:38:59 +0200] rev 44057
modernized strcture Proof_Checker;
wenzelm [Mon, 08 Aug 2011 16:09:34 +0200] rev 44056
less ambitious use of AttributedString, for proper caret painting within \<^sup>\<foobar>;
wenzelm [Mon, 08 Aug 2011 13:48:38 +0200] rev 44055
updated imports;
wenzelm [Mon, 08 Aug 2011 13:40:24 +0200] rev 44054
proper signature;
wenzelm [Mon, 08 Aug 2011 13:39:51 +0200] rev 44053
made SML/NJ happy;