Fri, 03 Dec 2010 08:40:47 +0100 adapting quickcheck examples
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40917
adapting quickcheck examples
Fri, 03 Dec 2010 08:40:47 +0100 improving presentation of quickcheck reports
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40916
improving presentation of quickcheck reports
Fri, 03 Dec 2010 08:40:47 +0100 declaring quickcheck testers as default after their setup
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40915
declaring quickcheck testers as default after their setup
Fri, 03 Dec 2010 08:40:47 +0100 activating construction of exhaustive testing combinators
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40914
activating construction of exhaustive testing combinators
Fri, 03 Dec 2010 08:40:47 +0100 renamed generator into exhaustive
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40913
renamed generator into exhaustive
Fri, 03 Dec 2010 08:40:47 +0100 checking if parameter is name of a tester which allows e.g. quickcheck[random]
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40912
checking if parameter is name of a tester which allows e.g. quickcheck[random]
Fri, 03 Dec 2010 08:40:47 +0100 moving iteration of tests to the testers in quickcheck
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40911
moving iteration of tests to the testers in quickcheck
Fri, 03 Dec 2010 08:40:47 +0100 removed dead test_term_small function in quickcheck
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40910
removed dead test_term_small function in quickcheck
Fri, 03 Dec 2010 08:40:47 +0100 renamed parameter from generator to tester; quickcheck only applies one tester on invocation
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40909
renamed parameter from generator to tester; quickcheck only applies one tester on invocation
Fri, 03 Dec 2010 08:40:47 +0100 adding configuration quickcheck_tester
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40908
adding configuration quickcheck_tester
Fri, 03 Dec 2010 08:40:47 +0100 adding smart quantifiers to exhaustive testing
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40907
adding smart quantifiers to exhaustive testing
Fri, 03 Dec 2010 08:40:47 +0100 adapting mutabelle
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40906
adapting mutabelle
Fri, 03 Dec 2010 08:40:47 +0100 only handle TimeOut exception if used interactively
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40905
only handle TimeOut exception if used interactively
Fri, 03 Dec 2010 08:40:47 +0100 removed interrupt handling that violates Isabelle/ML exception model
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40904
removed interrupt handling that violates Isabelle/ML exception model
Fri, 03 Dec 2010 08:40:47 +0100 corrected indentation
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40903
corrected indentation
Fri, 03 Dec 2010 08:40:47 +0100 tuned
bulwahn [Fri, 03 Dec 2010 08:40:47 +0100] rev 40902
tuned
Fri, 03 Dec 2010 08:40:46 +0100 smallvalue_generator are defined quick via oracle or sound via function package
bulwahn [Fri, 03 Dec 2010 08:40:46 +0100] rev 40901
smallvalue_generator are defined quick via oracle or sound via function package
Fri, 03 Dec 2010 08:40:46 +0100 adding shorter output syntax for the finite types of quickcheck
bulwahn [Fri, 03 Dec 2010 08:40:46 +0100] rev 40900
adding shorter output syntax for the finite types of quickcheck
Fri, 03 Dec 2010 08:40:46 +0100 improving readability of Smallcheck theory; adding constant orelse to improve performance of the function package
bulwahn [Fri, 03 Dec 2010 08:40:46 +0100] rev 40899
improving readability of Smallcheck theory; adding constant orelse to improve performance of the function package
Fri, 03 Dec 2010 08:40:46 +0100 changed order of lemmas to overwrite the general code equation with the nbe-specific one
bulwahn [Fri, 03 Dec 2010 08:40:46 +0100] rev 40898
changed order of lemmas to overwrite the general code equation with the nbe-specific one
Fri, 03 Dec 2010 00:36:01 +0100 adapt proofs to changed set_plus_image (cf. ee8d0548c148);
hoelzl [Fri, 03 Dec 2010 00:36:01 +0100] rev 40897
adapt proofs to changed set_plus_image (cf. ee8d0548c148);
Fri, 03 Dec 2010 17:16:53 +0100 bash wrapper: terminate only in exceptional case, keep background processes running (e.g. 'thy_deps' or 'display_drafts');
wenzelm [Fri, 03 Dec 2010 17:16:53 +0100] rev 40896
bash wrapper: terminate only in exceptional case, keep background processes running (e.g. 'thy_deps' or 'display_drafts');
Fri, 03 Dec 2010 16:39:07 +0100 updated latex dependencies (cf. 7d88ebdce380);
wenzelm [Fri, 03 Dec 2010 16:39:07 +0100] rev 40895
updated latex dependencies (cf. 7d88ebdce380);
Fri, 03 Dec 2010 11:21:17 +0100 tuned README;
wenzelm [Fri, 03 Dec 2010 11:21:17 +0100] rev 40894
tuned README;
Thu, 02 Dec 2010 23:09:54 +0100 isabellesym.sty: eliminated dependency on latin1, to allow documents using utf8 instead;
wenzelm [Thu, 02 Dec 2010 23:09:54 +0100] rev 40893
isabellesym.sty: eliminated dependency on latin1, to allow documents using utf8 instead;
Thu, 02 Dec 2010 21:23:56 +0100 proper theory name (cf. e84f82418e09);
wenzelm [Thu, 02 Dec 2010 21:23:56 +0100] rev 40892
proper theory name (cf. e84f82418e09);
Thu, 02 Dec 2010 21:04:20 +0100 merged;
wenzelm [Thu, 02 Dec 2010 21:04:20 +0100] rev 40891
merged;
Thu, 02 Dec 2010 11:18:44 -0800 merged
huffman [Thu, 02 Dec 2010 11:18:44 -0800] rev 40890
merged
Wed, 01 Dec 2010 20:52:16 -0800 tuned cpodef code
huffman [Wed, 01 Dec 2010 20:52:16 -0800] rev 40889
tuned cpodef code
Wed, 01 Dec 2010 20:29:39 -0800 reformulate lemma preorder.ex_ideal, and use it for typedefs
huffman [Wed, 01 Dec 2010 20:29:39 -0800] rev 40888
reformulate lemma preorder.ex_ideal, and use it for typedefs
Thu, 02 Dec 2010 16:45:28 +0100 Prove rel_interior_convex_hull_union (by Grechuck Bogdan).
hoelzl [Thu, 02 Dec 2010 16:45:28 +0100] rev 40887
Prove rel_interior_convex_hull_union (by Grechuck Bogdan).
Thu, 02 Dec 2010 16:39:15 +0100 merged
haftmann [Thu, 02 Dec 2010 16:39:15 +0100] rev 40886
merged
Thu, 02 Dec 2010 16:39:07 +0100 adapted expected value to more idiomatic numeral representation
haftmann [Thu, 02 Dec 2010 16:39:07 +0100] rev 40885
adapted expected value to more idiomatic numeral representation
Thu, 02 Dec 2010 14:34:38 +0100 corrected representation for code_numeral numerals
haftmann [Thu, 02 Dec 2010 14:34:38 +0100] rev 40884
corrected representation for code_numeral numerals
Thu, 02 Dec 2010 13:53:36 +0100 separate term_of function for integers -- more canonical representation of negative integers
haftmann [Thu, 02 Dec 2010 13:53:36 +0100] rev 40883
separate term_of function for integers -- more canonical representation of negative integers
Thu, 02 Dec 2010 16:17:01 +0100 merged
hoelzl [Thu, 02 Dec 2010 16:17:01 +0100] rev 40882
merged
Thu, 02 Dec 2010 16:16:18 +0100 Use coercions in Approximation (by Dmitriy Traytel).
hoelzl [Thu, 02 Dec 2010 16:16:18 +0100] rev 40881
Use coercions in Approximation (by Dmitriy Traytel).
Thu, 02 Dec 2010 17:20:34 +0100 more antiquotations;
wenzelm [Thu, 02 Dec 2010 17:20:34 +0100] rev 40880
more antiquotations; removed some slightly outdated text;
Thu, 02 Dec 2010 16:52:52 +0100 configuration option "show_abbrevs" supersedes print mode "no_abbrevs", with inverted meaning;
wenzelm [Thu, 02 Dec 2010 16:52:52 +0100] rev 40879
configuration option "show_abbrevs" supersedes print mode "no_abbrevs", with inverted meaning;
Thu, 02 Dec 2010 16:04:22 +0100 renamed trace_simp to simp_trace, and debug_simp to simp_debug;
wenzelm [Thu, 02 Dec 2010 16:04:22 +0100] rev 40878
renamed trace_simp to simp_trace, and debug_simp to simp_debug;
Thu, 02 Dec 2010 15:37:32 +0100 merged
wenzelm [Thu, 02 Dec 2010 15:37:32 +0100] rev 40877
merged
Thu, 02 Dec 2010 15:32:48 +0100 merged
hoelzl [Thu, 02 Dec 2010 15:32:48 +0100] rev 40876
merged
Thu, 02 Dec 2010 15:09:02 +0100 generalized simple_functionD
hoelzl [Thu, 02 Dec 2010 15:09:02 +0100] rev 40875
generalized simple_functionD
Thu, 02 Dec 2010 14:57:50 +0100 Moved theorems to appropriate place.
hoelzl [Thu, 02 Dec 2010 14:57:50 +0100] rev 40874
Moved theorems to appropriate place.
Thu, 02 Dec 2010 14:57:21 +0100 Shorter definition for positive_integral.
hoelzl [Thu, 02 Dec 2010 14:57:21 +0100] rev 40873
Shorter definition for positive_integral.
Thu, 02 Dec 2010 14:34:58 +0100 Move SUP_commute, SUP_less_iff to HOL image;
hoelzl [Thu, 02 Dec 2010 14:34:58 +0100] rev 40872
Move SUP_commute, SUP_less_iff to HOL image; Cleanup generic complete_lattice lemmas in Positive_Infinite_Real; Cleanup lemma positive_integral_alt;
Wed, 01 Dec 2010 21:03:02 +0100 Generalized simple_functionD and less_SUP_iff.
hoelzl [Wed, 01 Dec 2010 21:03:02 +0100] rev 40871
Generalized simple_functionD and less_SUP_iff. Moved theorems to appropriate places.
Wed, 01 Dec 2010 20:12:53 +0100 Tuned setup for borel_measurable with min, max and psuminf.
hoelzl [Wed, 01 Dec 2010 20:12:53 +0100] rev 40870
Tuned setup for borel_measurable with min, max and psuminf.
Wed, 01 Dec 2010 20:09:41 +0100 Replace algebra_eqI by algebra.equality;
hoelzl [Wed, 01 Dec 2010 20:09:41 +0100] rev 40869
Replace algebra_eqI by algebra.equality; Move sets_sigma_subset to Sigma_Algebra;
Thu, 02 Dec 2010 14:56:16 +0100 give the Isabelle proof the benefice of the doubt when the Isabelle theorem has fewer literals than the Metis one -- this makes a difference on lemma "Let (x::'a, y::'a) (inv_image (r::'b * 'b => bool) (f::'a => 'b)) = ((f x, f y) : r)" apply (metis in_inv_image mem_def)
blanchet [Thu, 02 Dec 2010 14:56:16 +0100] rev 40868
give the Isabelle proof the benefice of the doubt when the Isabelle theorem has fewer literals than the Metis one -- this makes a difference on lemma "Let (x::'a, y::'a) (inv_image (r::'b * 'b => bool) (f::'a => 'b)) = ((f x, f y) : r)" apply (metis in_inv_image mem_def)
Thu, 02 Dec 2010 15:03:21 +0100 merged
wenzelm [Thu, 02 Dec 2010 15:03:21 +0100] rev 40867
merged
Thu, 02 Dec 2010 08:34:23 +0100 coercions
nipkow [Thu, 02 Dec 2010 08:34:23 +0100] rev 40866
coercions
Wed, 01 Dec 2010 20:59:40 +0100 merged
nipkow [Wed, 01 Dec 2010 20:59:40 +0100] rev 40865
merged
Wed, 01 Dec 2010 20:59:29 +0100 moved activation of coercion inference into RealDef and declared function real a coercion.
nipkow [Wed, 01 Dec 2010 20:59:29 +0100] rev 40864
moved activation of coercion inference into RealDef and declared function real a coercion. Made use of it in theory Ln.
Wed, 01 Dec 2010 19:42:09 +0100 Corrected IsaMakefile
hoelzl [Wed, 01 Dec 2010 19:42:09 +0100] rev 40863
Corrected IsaMakefile
Wed, 01 Dec 2010 19:36:05 +0100 merged
hoelzl [Wed, 01 Dec 2010 19:36:05 +0100] rev 40862
merged
Wed, 01 Dec 2010 19:33:49 +0100 Updated NEWS
hoelzl [Wed, 01 Dec 2010 19:33:49 +0100] rev 40861
Updated NEWS
Wed, 01 Dec 2010 19:27:53 +0100 More correct make dependencies for HOL-Multivariate_Analysis and HOL-Probability.
hoelzl [Wed, 01 Dec 2010 19:27:53 +0100] rev 40860
More correct make dependencies for HOL-Multivariate_Analysis and HOL-Probability.
Wed, 01 Dec 2010 19:20:30 +0100 Support product spaces on sigma finite measures.
hoelzl [Wed, 01 Dec 2010 19:20:30 +0100] rev 40859
Support product spaces on sigma finite measures. Introduce the almost everywhere quantifier. Introduce 'morphism' theorems for most constants. Prove uniqueness of measures on cut stable generators. Prove uniqueness of the Radon-Nikodym derivative. Removed misleading suffix from borel_space and lebesgue_space. Use product spaces to introduce Fubini on the Lebesgue integral. Combine Euclidean_Lebesgue and Lebesgue_Measure. Generalize theorems about mutual information and entropy to arbitrary probability spaces. Remove simproc mult_log as it does not work with interpretations. Introduce completion of measure spaces. Change type of sigma. Introduce dynkin systems.
Wed, 01 Dec 2010 18:00:40 +0100 merged
haftmann [Wed, 01 Dec 2010 18:00:40 +0100] rev 40858
merged
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip