Thu, 11 Oct 2012 23:10:49 +0200 wenzelm refined separator: FBreak needs to be free for proper breaking, extra space at end helps to work around last-line oddity in jEdit;
Thu, 11 Oct 2012 21:02:19 +0200 wenzelm merged
Thu, 11 Oct 2012 14:38:58 +0200 hoelzl cleanup borel_measurable_positive_integral_(fst|snd)
Thu, 11 Oct 2012 11:56:43 +0200 haftmann msetprod based directly on Multiset.fold;
Thu, 11 Oct 2012 11:56:43 +0200 haftmann avoid global interpretation
Thu, 11 Oct 2012 11:56:42 +0200 haftmann simplified construction of fold combinator on multisets;
Thu, 11 Oct 2012 20:38:02 +0200 wenzelm clarified output token markup (see also bc22daeed49e);
Thu, 11 Oct 2012 19:25:36 +0200 wenzelm refined aprop_tr' -- retain entity information by using type slot as adhoc marker;
Thu, 11 Oct 2012 16:09:44 +0200 wenzelm refrain from quantifying outer fixes, to enable nesting of contexts like "context fixes x context assumes A x";
Thu, 11 Oct 2012 15:26:33 +0200 wenzelm tuned;
Thu, 11 Oct 2012 15:06:27 +0200 wenzelm tuned;
Thu, 11 Oct 2012 12:38:18 +0200 wenzelm more position information for hyperlink and placement of message;
Thu, 11 Oct 2012 12:37:38 +0200 wenzelm tuned;
Thu, 11 Oct 2012 00:13:21 +0200 krauss mira: discontinued special settings for lxbroy10, which are probably made obsolete by newer polyml
Wed, 10 Oct 2012 22:53:48 +0200 krauss removed unused legacy material from mira.py
Wed, 10 Oct 2012 17:43:23 +0200 wenzelm eliminated some remaining uses of typedef with implicit set definition;
Wed, 10 Oct 2012 16:41:19 +0200 Andreas Lochbihler merged
Wed, 10 Oct 2012 16:18:27 +0200 Andreas Lochbihler fix code equation for RBT_Impl.fold
Wed, 10 Oct 2012 15:17:18 +0200 Andreas Lochbihler merged
Wed, 10 Oct 2012 15:16:44 +0200 Andreas Lochbihler tail-recursive implementation for length
Wed, 10 Oct 2012 15:05:07 +0200 Andreas Lochbihler correct definition for skip_black
Wed, 10 Oct 2012 16:19:52 +0200 wenzelm merged
Wed, 10 Oct 2012 13:30:50 +0200 hoelzl merged
Wed, 10 Oct 2012 12:12:37 +0200 hoelzl infprod generator works also with empty index set
Wed, 10 Oct 2012 12:12:36 +0200 hoelzl add finite entropy
Wed, 10 Oct 2012 12:12:36 +0200 hoelzl continuous version of mutual_information_eq_entropy_conditional_entropy
Wed, 10 Oct 2012 12:12:35 +0200 hoelzl add induction for real Borel measurable functions
Wed, 10 Oct 2012 12:12:34 +0200 hoelzl induction prove for positive_integral_fst
Wed, 10 Oct 2012 12:12:34 +0200 hoelzl strong nonnegativ (instead of ae nn) for induction rule
Wed, 10 Oct 2012 12:12:33 +0200 hoelzl induction prove for positive_integral_density
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
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip