wenzelm [Wed, 01 Jul 2015 21:29:57 +0200] rev 60623
support for subgoal focus command;
wenzelm [Wed, 01 Jul 2015 10:53:14 +0200] rev 60622
tuned;
immler [Wed, 01 Jul 2015 13:09:56 +0200] rev 60621
taylor series with has_integral and integrable_on
wenzelm [Tue, 30 Jun 2015 17:02:24 +0200] rev 60620
merged
wenzelm [Tue, 30 Jun 2015 15:41:11 +0200] rev 60619
no arguments for "standard" (or old "default") methods;
wenzelm [Tue, 30 Jun 2015 15:20:56 +0200] rev 60618
renamed "default" to "standard", to make semantically clear what it is;
wenzelm [Tue, 30 Jun 2015 10:40:42 +0200] rev 60617
tuned;
paulson <lp15@cam.ac.uk> [Tue, 30 Jun 2015 14:04:13 +0100] rev 60616
Merge
paulson <lp15@cam.ac.uk> [Tue, 30 Jun 2015 13:56:16 +0100] rev 60615
Useful lemmas. The theorem concerning swapping the variables in a double integral.
hoelzl [Tue, 30 Jun 2015 13:30:04 +0200] rev 60614
generalized inf and sup_continuous; added intro rules
hoelzl [Tue, 30 Jun 2015 13:29:30 +0200] rev 60613
fix tex-output for rel_mset
blanchet [Mon, 29 Jun 2015 23:44:53 +0200] rev 60612
removed chained facts from preplaying -- and careful about extra chained facts when removing 'proof -' and 'qed' from one-line Isar proofs
wenzelm [Mon, 29 Jun 2015 21:56:20 +0200] rev 60611
clarified map_node: operate precisely on goal context and goal info (see also 2b8342b0d98c);
apply_end cases are no longer seen in current context section (hardly relevant in practice);
wenzelm [Mon, 29 Jun 2015 20:55:46 +0200] rev 60610
improved scheduling for urgent tasks, using farm of replacement threads (may lead to factor 2 overloading, but CPUs are usually hyperthreaded);
wenzelm [Mon, 29 Jun 2015 19:27:07 +0200] rev 60609
clarified static phase;
proper error;
wenzelm [Mon, 29 Jun 2015 16:07:55 +0200] rev 60608
tuned proofs;
wenzelm [Mon, 29 Jun 2015 15:41:16 +0200] rev 60607
more symbols;
wenzelm [Mon, 29 Jun 2015 15:36:29 +0200] rev 60606
more symbols;
tuned proofs;
tuned ML;
nipkow [Mon, 29 Jun 2015 13:49:21 +0200] rev 60605
corrected typo
hoelzl [Tue, 16 Jun 2015 11:31:22 +0200] rev 60604
tuned src/HOL/ex/Ballot
bulwahn [Fri, 12 Jun 2015 10:33:02 +0200] rev 60603
add examples from Freek's top 100 theorems (thms 30, 73, 77)
hoelzl [Wed, 17 Jun 2015 18:44:23 +0200] rev 60602
generalized geometric distribution
nipkow [Sun, 28 Jun 2015 14:30:53 +0200] rev 60601
added lemma
haftmann [Sat, 27 Jun 2015 20:26:33 +0200] rev 60600
simplified termination criterion for euclidean algorithm (again)
haftmann [Sat, 27 Jun 2015 20:20:36 +0200] rev 60599
tuned proof
haftmann [Sat, 27 Jun 2015 20:20:34 +0200] rev 60598
rings follow immediately their corresponding semirings
haftmann [Sat, 27 Jun 2015 20:20:33 +0200] rev 60597
tuned code setup
haftmann [Sat, 27 Jun 2015 20:20:32 +0200] rev 60596
algebraic specification for set gcd
wenzelm [Sat, 27 Jun 2015 00:10:24 +0200] rev 60595
premises in 'show' are treated like 'assume';
wenzelm [Fri, 26 Jun 2015 18:54:23 +0200] rev 60594
adapted to a9b71c82647b;