Wed, 10 Oct 2012 12:12:32 +0200 hoelzl add induction rules for simple functions and for Borel measurable functions
Wed, 10 Oct 2012 12:12:32 +0200 hoelzl introduce induction rules for simple functions and for Borel measurable functions
Wed, 10 Oct 2012 12:12:31 +0200 hoelzl joint distribution of independent variables
Wed, 10 Oct 2012 12:12:30 +0200 hoelzl indep_vars does not need sigma-sets
Wed, 10 Oct 2012 12:12:29 +0200 hoelzl simplified definitions
Wed, 10 Oct 2012 12:12:29 +0200 hoelzl remove unnecessary assumption from conditional_entropy_eq
Wed, 10 Oct 2012 12:12:28 +0200 hoelzl alternative definition of conditional entropy
Wed, 10 Oct 2012 12:12:27 +0200 hoelzl remove unneeded assumption from conditional_entropy_generic_eq
Wed, 10 Oct 2012 12:12:27 +0200 hoelzl add induction rule for intersection-stable sigma-sets
Wed, 10 Oct 2012 12:12:26 +0200 hoelzl show and use distributed_swap and distributed_jointI
Wed, 10 Oct 2012 12:12:25 +0200 hoelzl rule to show that conditional mutual information is non-negative in the continuous case
Wed, 10 Oct 2012 12:12:25 +0200 hoelzl continuous version of entropy_le
Wed, 10 Oct 2012 12:12:24 +0200 hoelzl simplified entropy_uniform
Wed, 10 Oct 2012 12:12:23 +0200 hoelzl remove incseq assumption from measure_eqI_generator_eq
Wed, 10 Oct 2012 12:12:23 +0200 hoelzl generalize from prob_space to finite_measure
Wed, 10 Oct 2012 12:12:22 +0200 hoelzl add measurable_compose
Wed, 10 Oct 2012 12:12:21 +0200 hoelzl simplified assumptions for kolmogorov_0_1_law
Wed, 10 Oct 2012 12:12:21 +0200 hoelzl merge should operate on pairs
Wed, 10 Oct 2012 12:12:20 +0200 hoelzl remove incseq assumption from sigma_prod_algebra_sigma_eq
Wed, 10 Oct 2012 12:12:19 +0200 hoelzl sigma_finite_iff_density_finite does not require a positive density function
Wed, 10 Oct 2012 12:12:18 +0200 hoelzl tuned Lebesgue measure proofs
Wed, 10 Oct 2012 12:12:18 +0200 hoelzl tuned product measurability
Wed, 10 Oct 2012 12:12:17 +0200 hoelzl remove some unneeded positivity assumptions; generalize some assumptions to AE; tuned proofs
Wed, 10 Oct 2012 12:12:16 +0200 hoelzl use continuity to show Borel-measurability
Wed, 10 Oct 2012 12:12:15 +0200 hoelzl tuned measurable_If; moved countably_additive equalities to Measure_Space; tuned proofs
Wed, 10 Oct 2012 12:12:14 +0200 hoelzl rename terminal_events to tail_event
Wed, 10 Oct 2012 13:04:15 +0200 Andreas Lochbihler merged
Wed, 10 Oct 2012 13:03:50 +0200 Andreas Lochbihler efficient construction of red black trees from sorted associative lists
Wed, 10 Oct 2012 12:52:24 +0200 haftmann more explicit code equations
Wed, 10 Oct 2012 10:48:55 +0200 bulwahn adding necessary syntactic functions in set_comprehension_pointfree simproc as a first step to integrate an improved simproc
Wed, 10 Oct 2012 10:48:33 +0200 bulwahn special code setup for step function in IMP is redundant as definition was tuned (cf. c54d901d2946)
Wed, 10 Oct 2012 10:48:17 +0200 bulwahn test case for set_comprehension_pointfree simproc succeeds now
Wed, 10 Oct 2012 10:47:52 +0200 bulwahn unfolding bounded existential quantifiers as first step in the set_comprehension_pointfree simproc
Wed, 10 Oct 2012 10:47:43 +0200 bulwahn moving simproc from Finite_Set to more appropriate Product_Type theory
Wed, 10 Oct 2012 10:47:21 +0200 bulwahn generalizing set_comprehension_pointfree simproc to work for arbitrary predicates (and not just the finite predicate)
Wed, 10 Oct 2012 10:41:18 +0200 bulwahn adding some example that motivates some of the current changes in the set_comprehension_pointfree simproc
Wed, 10 Oct 2012 10:41:16 +0200 bulwahn set_comprehension_pointfree also handles terms where the equation is not at the first position, which is a necessary generalisation to eventually handle bounded existentials; tuned
Wed, 10 Oct 2012 08:45:27 +0200 haftmann more consistent error messages on malformed code equations
Tue, 09 Oct 2012 17:33:46 +0200 huffman removed support for set constant definitions in HOLCF {cpo,pcpo,domain}def commands;
Tue, 09 Oct 2012 16:58:36 +0200 kuncar use Set.filter instead of Finite_Set.filter, which is removed then
Tue, 09 Oct 2012 16:57:58 +0200 kuncar rename Set.project to Set.filter - more appropriate name
Wed, 10 Oct 2012 15:39:01 +0200 wenzelm added some ad-hoc namespace prefixes to avoid duplicate facts;
Wed, 10 Oct 2012 15:27:10 +0200 wenzelm avoid duplicate facts;
Wed, 10 Oct 2012 15:21:26 +0200 wenzelm more explicit namespace prefix for 'statespace' -- duplicate facts;
Wed, 10 Oct 2012 15:17:40 +0200 wenzelm eliminated spurious fact duplicates;
Wed, 10 Oct 2012 15:01:20 +0200 wenzelm modernized dynamic "rules" -- avoid rebinding of static facts;
Tue, 09 Oct 2012 22:24:24 +0200 wenzelm removed redundant lemma, cf. class zero_neq_one in HOL/Rings.thy;
Tue, 09 Oct 2012 21:33:12 +0200 wenzelm clarified Element.init vs. Element.activate: refrain from hard-wiring Thm.def_binding_optional to avoid duplicate facts;
Tue, 09 Oct 2012 20:23:58 +0200 wenzelm tuned;
Tue, 09 Oct 2012 20:05:17 +0200 wenzelm clarified Local_Defs.add_def(s): refrain from hard-wiring Thm.def_binding_optional;
Tue, 09 Oct 2012 19:24:19 +0200 wenzelm more explicit flags for facts table;
Tue, 09 Oct 2012 15:31:45 +0200 wenzelm minor tuning;
Tue, 09 Oct 2012 13:57:51 +0200 wenzelm more conventional Double constants;
Tue, 09 Oct 2012 13:50:24 +0200 wenzelm tuned source structure;
Tue, 09 Oct 2012 13:29:43 +0200 wenzelm tuned;
Tue, 09 Oct 2012 13:27:52 +0200 wenzelm tuned;
Tue, 09 Oct 2012 11:51:06 +0200 wenzelm merged
Tue, 09 Oct 2012 00:40:33 +0200 blanchet added type annotations to generated Isar proofs -- code by Steffen Smolka
Mon, 08 Oct 2012 12:03:49 +0200 haftmann consolidated names of theorems on composition;
Mon, 08 Oct 2012 11:37:03 +0200 haftmann corrected NEWS
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip