huffman [Tue, 04 May 2010 13:11:15 -0700] rev 36663
merged
huffman [Tue, 04 May 2010 13:08:56 -0700] rev 36662
generalize types of LIMSEQ and LIM; generalize many lemmas
huffman [Tue, 04 May 2010 10:42:47 -0700] rev 36661
make (f -- a --> x) an abbreviation for (f ---> x) (at a)
huffman [Tue, 04 May 2010 10:06:05 -0700] rev 36660
make (X ----> L) an abbreviation for (X ---> L) sequentially
huffman [Tue, 04 May 2010 09:56:34 -0700] rev 36659
adapt to removed premise on tendsto lemma (cf. 88f0125c3bd2)
huffman [Tue, 04 May 2010 09:41:29 -0700] rev 36658
declare cont_discrete_cpo [cont2cont]
huffman [Mon, 03 May 2010 20:42:58 -0700] rev 36657
remove unneeded constant Zseq
huffman [Mon, 03 May 2010 18:40:48 -0700] rev 36656
add lemmas eventually_nhds_metric and tendsto_mono
huffman [Mon, 03 May 2010 17:39:46 -0700] rev 36655
remove unneeded premise
huffman [Mon, 03 May 2010 17:13:37 -0700] rev 36654
add constants netmap and nhds
ballarin [Tue, 04 May 2010 20:30:22 +0200] rev 36653
Merged.
ballarin [Tue, 04 May 2010 19:57:55 +0200] rev 36652
Provide internal function for printing a single interpretation.
ballarin [Tue, 27 Apr 2010 22:27:22 +0200] rev 36651
Explicitly manage export in dependencies.
wenzelm [Tue, 04 May 2010 20:26:53 +0200] rev 36650
fixed proof (cf. edc381bf7200);
hoelzl [Tue, 04 May 2010 18:19:24 +0200] rev 36649
Corrected imports; better approximation of dependencies.
hoelzl [Tue, 04 May 2010 18:05:22 +0200] rev 36648
Add Convex to Library build
hoelzl [Tue, 04 May 2010 17:53:20 +0200] rev 36647
Removed unnecessary assumption
Cezary Kaliszyk <kaliszyk@in.tum.de> [Tue, 04 May 2010 16:25:16 +0200] rev 36646
Translating lemmas from Finite_Set to FSet.
wenzelm [Tue, 04 May 2010 14:44:30 +0200] rev 36645
merged
berghofe [Tue, 04 May 2010 14:10:42 +0200] rev 36644
merged
berghofe [Tue, 04 May 2010 14:11:28 +0200] rev 36643
Turned Sem into an inductive definition.
berghofe [Tue, 04 May 2010 12:29:22 +0200] rev 36642
Corrected handling of "for" parameters.
berghofe [Tue, 04 May 2010 12:26:46 +0200] rev 36641
induct_true_def and induct_false_def are already contained in induct_rulify_fallback.
bulwahn [Tue, 04 May 2010 11:00:17 +0200] rev 36640
added lemma about irreflexivity of pointer inequality in Imperative_HOL
bulwahn [Tue, 04 May 2010 11:00:16 +0200] rev 36639
added function ffilter and some lemmas from Finite_Set to the FSet theory
haftmann [Tue, 04 May 2010 10:49:46 +0200] rev 36638
merged
haftmann [Tue, 04 May 2010 10:02:43 +0200] rev 36637
avoid if on rhs of default simp rules
krauss [Tue, 04 May 2010 09:25:38 +0200] rev 36636
avoid exception Empty on malformed goal
haftmann [Tue, 04 May 2010 08:55:43 +0200] rev 36635
locale predicates of classes carry a mandatory "class" prefix
haftmann [Tue, 04 May 2010 08:55:39 +0200] rev 36634
a ring_div is a ring_1_no_zero_divisors
haftmann [Tue, 04 May 2010 08:55:34 +0200] rev 36633
NEWS
huffman [Mon, 03 May 2010 10:28:19 -0700] rev 36632
merged
huffman [Sat, 01 May 2010 16:13:24 -0700] rev 36631
merged
huffman [Sat, 01 May 2010 11:46:47 -0700] rev 36630
complete_lattice instance for net type
huffman [Sat, 01 May 2010 09:43:40 -0700] rev 36629
swap ordering on nets, so x <= y means 'x is finer than y'
huffman [Sat, 01 May 2010 07:53:42 -0700] rev 36628
fixrec no longer uses global simpset internally to prove equations
huffman [Sat, 01 May 2010 07:35:22 -0700] rev 36627
move setsum lemmas to Product_plus.thy
huffman [Fri, 30 Apr 2010 13:51:17 -0700] rev 36626
remove duplicate lemmas
huffman [Fri, 30 Apr 2010 13:31:32 -0700] rev 36625
add lemmas about convergent
hoelzl [Mon, 03 May 2010 14:35:10 +0200] rev 36624
Cleanup information theory
hoelzl [Mon, 03 May 2010 14:35:10 +0200] rev 36623
Moved Convex theory to library.
hoelzl [Tue, 20 Apr 2010 17:58:34 +0200] rev 36622
Generalize swap_inj_on; add simps for Times; add Ex_list_of_length, log_inj; Added missing locale edges for linordered semiring with 1.
wenzelm [Tue, 04 May 2010 14:38:59 +0200] rev 36621
proof terms for strip_shyps, based on the version by krauss/schropp with some notable differences:
* present type variables are only compared wrt. first component (the atomic type), not the duplicated sort;
* extra sorts are grounded towards fixed 'a, potentially with different sorts (the original version with Name.names could cause name clashes with other present variables, too, but this should not be a problem);
* deriv_rule_unconditional ensures that proof terms are always maintained independently of the "proofs" flag -- this improves robustness and preserves basic PThm proofs required for extraction attributes, e.g. in theory HOL/Extraction;
wenzelm [Tue, 04 May 2010 12:30:15 +0200] rev 36620
simplified/unified fundamental operations on types/terms/proofterms -- prefer Same.operation over "option" variant;
wenzelm [Tue, 04 May 2010 11:02:50 +0200] rev 36619
renamed Proofterm.freezeT to Proofterm.legacy_freezeT (cf. 88756a5a92fc);
wenzelm [Tue, 04 May 2010 10:52:43 +0200] rev 36618
specification goal: eliminated redundant Thm.legacy_freezeT -- the goal is properly declared and should always produce fixed types in the result;
specification result: replaced Thm.legacy_freezeT by Thm.unvarify_global -- the final result appears to be a closed term that is globally exported;
wenzelm [Mon, 03 May 2010 22:00:06 +0200] rev 36617
UNDISCH/DISJ_CASESL: eliminated slightly odd Thm.legacy_freezeT -- these rules appear to be applied to thms with fixed types only;
wenzelm [Mon, 03 May 2010 20:53:49 +0200] rev 36616
replaced Thm.legacy_freezeT by Thm.unvarify_global -- these facts stem from closed definitions, i.e. there are no term Vars;
wenzelm [Mon, 03 May 2010 20:13:36 +0200] rev 36615
renamed Thm.freezeT to Thm.legacy_freezeT -- it is based on Type.legacy_freeze;
wenzelm [Mon, 03 May 2010 16:26:47 +0200] rev 36614
minor tuning of Thm.strip_shyps -- no longer pervasive;
wenzelm [Mon, 03 May 2010 15:34:55 +0200] rev 36613
simplified primitive Thm.future: more direct theory check, do not hardwire strip_shyps here;
wenzelm [Mon, 03 May 2010 14:38:18 +0200] rev 36612
old NEWS on global operations;
wenzelm [Mon, 03 May 2010 14:31:33 +0200] rev 36611
ProofContext.init_global;
wenzelm [Mon, 03 May 2010 14:25:56 +0200] rev 36610
renamed ProofContext.init to ProofContext.init_global to emphasize that this is not the real thing;
haftmann [Mon, 03 May 2010 07:59:51 +0200] rev 36609
merged
haftmann [Fri, 30 Apr 2010 18:34:51 +0200] rev 36608
do not generate code per default -- touches file of parent session
krauss [Sat, 01 May 2010 21:29:03 +0200] rev 36607
made sml/nj happy about Sledgehammer and Nitpick (cf. 6f11c9b1fb3e, 3c2438efe224)
krauss [Sat, 01 May 2010 20:49:39 +0200] rev 36606
Backed out changeset 6f11c9b1fb3e (breaks compilation of HOL image)
blanchet [Sat, 01 May 2010 10:37:31 +0200] rev 36605
now if this doesn't make SML/NJ happy, nothing will
wenzelm [Sat, 01 May 2010 00:23:57 +0200] rev 36604
more stats;
wenzelm [Fri, 30 Apr 2010 23:53:37 +0200] rev 36603
renamed Variable.thm_context to Variable.global_thm_context to emphasize that this is not the real thing;
wenzelm [Fri, 30 Apr 2010 23:43:09 +0200] rev 36602
slightly more standard induct_simp_add/del attributes;
provide explicit context for internal addsimps;
wenzelm [Fri, 30 Apr 2010 23:40:14 +0200] rev 36601
map_css: explicitly provide a temporary context, which might be required for mksimps, mkcongs etc.;
wenzelm [Fri, 30 Apr 2010 23:33:42 +0200] rev 36600
export Simplifier.with_context;
wenzelm [Fri, 30 Apr 2010 21:10:57 +0200] rev 36599
removed some old comments;
huffman [Fri, 30 Apr 2010 09:54:04 -0700] rev 36598
merged
huffman [Fri, 30 Apr 2010 08:47:07 -0700] rev 36597
merged
huffman [Thu, 29 Apr 2010 15:24:22 -0700] rev 36596
generalize lemma adjoint_unique; simplify some proofs
huffman [Thu, 29 Apr 2010 14:32:24 -0700] rev 36595
fix latex url
huffman [Thu, 29 Apr 2010 11:42:34 -0700] rev 36594
merged
huffman [Thu, 29 Apr 2010 11:41:04 -0700] rev 36593
define linear algebra concepts using scaleR instead of (op *s); generalized many lemmas, though a few theorems that used to work on type int^'n are a bit less general
huffman [Thu, 29 Apr 2010 09:29:47 -0700] rev 36592
remove unused function vector_power, unused lemma one_plus_of_nat_neq_0
huffman [Thu, 29 Apr 2010 09:17:25 -0700] rev 36591
move class instantiations from Euclidean_Space.thy to Finite_Cartesian_Product.thy
huffman [Thu, 29 Apr 2010 07:22:01 -0700] rev 36590
remove redundant constants pastecart, fstcart, sndcart; users should prefer Pair, fst, snd instead
huffman [Wed, 28 Apr 2010 23:08:31 -0700] rev 36589
generalize LIMSEQ_vector to tendsto_vector
huffman [Wed, 28 Apr 2010 22:36:45 -0700] rev 36588
generalize orthogonal_clauses
huffman [Wed, 28 Apr 2010 22:20:59 -0700] rev 36587
remove redundant lemma vector_dist_norm
huffman [Wed, 28 Apr 2010 22:02:55 -0700] rev 36586
remove redundant lemma norm_0
huffman [Wed, 28 Apr 2010 21:39:14 -0700] rev 36585
generalize some euclidean space lemmas
huffman [Wed, 28 Apr 2010 17:48:59 -0700] rev 36584
prove lemma openin_subopen without using choice
huffman [Wed, 28 Apr 2010 16:11:07 -0700] rev 36583
move path-related stuff into new theory file
huffman [Wed, 28 Apr 2010 15:07:03 -0700] rev 36582
add new Multivariate_Analysis files to IsaMakefile
huffman [Wed, 28 Apr 2010 15:05:45 -0700] rev 36581
move operator norm stuff to new theory file
wenzelm [Fri, 30 Apr 2010 18:29:04 +0200] rev 36580
eliminated spurious sledgehammer invocation;
wenzelm [Fri, 30 Apr 2010 18:12:41 +0200] rev 36579
merged
haftmann [Fri, 30 Apr 2010 17:53:49 +0200] rev 36578
merged
haftmann [Fri, 30 Apr 2010 14:23:00 +0200] rev 36577
merged
haftmann [Fri, 30 Apr 2010 14:20:55 +0200] rev 36576
enclose case expression in brackets
blanchet [Fri, 30 Apr 2010 14:58:21 +0200] rev 36575
catch the right exception
blanchet [Fri, 30 Apr 2010 14:52:49 +0200] rev 36574
eliminate trivial case splits from Isar proofs
blanchet [Fri, 30 Apr 2010 14:52:06 +0200] rev 36573
remove debugging code
blanchet [Fri, 30 Apr 2010 14:00:47 +0200] rev 36572
merged
blanchet [Fri, 30 Apr 2010 14:00:09 +0200] rev 36571
minor improvements
blanchet [Fri, 30 Apr 2010 13:58:35 +0200] rev 36570
identify axioms/conjectures more reliably in ATP proofs (an empty dependency list doesn't always indicate an axiom or conjecture!)
blanchet [Fri, 30 Apr 2010 09:36:45 +0200] rev 36569
added "no_atp" for theorems that are automatically used or included by Sledgehammer when appropriate (about combinators and fequal)
blanchet [Thu, 29 Apr 2010 19:08:02 +0200] rev 36568
in "overlord" mode: ignore problem prefix specified in the .thy file