hoelzl [Tue, 05 Mar 2013 15:43:17 +0100] rev 51346
tuned proofs (used continuity of infdist, dist and continuous_attains_sup)
hoelzl [Tue, 05 Mar 2013 15:43:16 +0100] rev 51345
generalized continuous/compact_attains_inf/sup from real to linorder_topology
hoelzl [Tue, 05 Mar 2013 15:43:15 +0100] rev 51344
continuity of pair operations
hoelzl [Tue, 05 Mar 2013 15:43:14 +0100] rev 51343
use generate_topology for second countable topologies, does not require intersection stable basis
hoelzl [Tue, 05 Mar 2013 15:43:13 +0100] rev 51342
generalized isGlb_unique
hoelzl [Tue, 05 Mar 2013 15:43:12 +0100] rev 51341
complete_linorder is also a complete_distrib_lattice
hoelzl [Tue, 05 Mar 2013 15:43:08 +0100] rev 51340
move Liminf / Limsup lemmas on complete_lattices to its own file
nipkow [Tue, 05 Mar 2013 15:27:08 +0100] rev 51339
merged
nipkow [Tue, 05 Mar 2013 15:26:57 +0100] rev 51338
New theory of infinity-extended types; should replace Extended_xyz eventually
webertj [Tue, 05 Mar 2013 13:03:24 +0100] rev 51337
Avoid ML warning about unreferenced identifier.
blanchet [Tue, 05 Mar 2013 11:59:58 +0100] rev 51336
polymorphic SPASS is also SPASS
traytel [Tue, 05 Mar 2013 09:47:15 +0100] rev 51335
allow more general coercion maps; tuned;
nipkow [Tue, 05 Mar 2013 10:16:15 +0100] rev 51334
more lemmas about intervals
wenzelm [Mon, 04 Mar 2013 17:32:10 +0100] rev 51333
merged
wenzelm [Mon, 04 Mar 2013 15:03:46 +0100] rev 51332
refined parallel_proofs = 2: fork whole Isar sub-proofs, not just terminal ones;
refined parallel_proofs = 3: fork terminal proofs, as poor man's parallelization in interactive mode;
wenzelm [Mon, 04 Mar 2013 11:36:16 +0100] rev 51331
join all proofs before scheduling present phase (ordered according to weight);
tuned;
wenzelm [Mon, 04 Mar 2013 10:02:58 +0100] rev 51330
more explicit datatype result;
hoelzl [Wed, 20 Feb 2013 12:04:42 +0100] rev 51329
split dense into inner_dense_order and no_top/no_bot
hoelzl [Wed, 20 Feb 2013 12:04:42 +0100] rev 51328
move auxiliary lemmas from Library/Extended_Reals to HOL image
traytel [Mon, 04 Mar 2013 09:57:54 +0100] rev 51327
tuned (extend datatype to inline option)
wenzelm [Sun, 03 Mar 2013 18:50:46 +0100] rev 51326
prefer more systematic Future.flat;
wenzelm [Sun, 03 Mar 2013 17:34:42 +0100] rev 51325
more uniform Future.map: always internalize failure;
added Future.flat as fast-path operation;
wenzelm [Sun, 03 Mar 2013 14:29:30 +0100] rev 51324
uniform treatment of global/local proofs;
tuned;
wenzelm [Sun, 03 Mar 2013 13:57:03 +0100] rev 51323
tuned;
wenzelm [Sun, 03 Mar 2013 13:43:57 +0100] rev 51322
clarified Toplevel.element_result wrt. Toplevel.is_ignored;
wenzelm [Sun, 03 Mar 2013 13:23:06 +0100] rev 51321
more Thy_Syntax.element operations;
traytel [Fri, 01 Mar 2013 22:15:31 +0100] rev 51320
coercion-invariant arguments at work
traytel [Fri, 01 Mar 2013 22:15:31 +0100] rev 51319
constants with coercion-invariant arguments (possibility to disable/reenable
coercions under certain constants, necessary for the forthcoming logically
unspecified control structures for case translations)
wenzelm [Thu, 28 Feb 2013 21:11:07 +0100] rev 51318
simplified Proof.future_proof;
wenzelm [Thu, 28 Feb 2013 18:35:31 +0100] rev 51317
provide explicit dummy names (cf. dfe469293eb4);