huffman [Tue, 10 Apr 2007 22:02:43 +0200] rev 22628
new standard proof of LIMSEQ_realpow_zero
huffman [Tue, 10 Apr 2007 22:01:19 +0200] rev 22627
new LIM/isCont lemmas for abs, of_real, and power
krauss [Tue, 10 Apr 2007 21:52:38 +0200] rev 22626
some restructuring
huffman [Tue, 10 Apr 2007 21:51:08 +0200] rev 22625
interpretation bounded_linear_of_real
huffman [Tue, 10 Apr 2007 21:50:08 +0200] rev 22624
removed unnecessary premise from power_le_imp_le_base
krauss [Tue, 10 Apr 2007 18:09:58 +0200] rev 22623
proper handling of morphisms
krauss [Tue, 10 Apr 2007 14:11:01 +0200] rev 22622
Moving "FunDef" up in the HOL development graph, since it is independent from "Recdef" and "Datatype" now.
wenzelm [Tue, 10 Apr 2007 11:55:23 +0200] rev 22621
inline_antiq: no longer forces ML_Syntax.atomic;
krauss [Tue, 10 Apr 2007 11:12:55 +0200] rev 22620
removed dead code
krauss [Tue, 10 Apr 2007 11:12:42 +0200] rev 22619
tuned
krauss [Tue, 10 Apr 2007 08:19:20 +0200] rev 22618
added example for definitions in local contexts
krauss [Tue, 10 Apr 2007 08:09:28 +0200] rev 22617
removed obsolete workaround
huffman [Mon, 09 Apr 2007 21:28:24 +0200] rev 22616
generalized type of lemma setsum_product
huffman [Mon, 09 Apr 2007 04:51:28 +0200] rev 22615
new standard proofs of some LIMSEQ lemmas
huffman [Sun, 08 Apr 2007 18:35:19 +0200] rev 22614
rearranged sections
huffman [Sun, 08 Apr 2007 17:54:52 +0200] rev 22613
remove redundant lemmas
krauss [Sat, 07 Apr 2007 18:54:30 +0200] rev 22612
removed obsolete workarounds
urbanc [Sat, 07 Apr 2007 12:40:32 +0200] rev 22611
deleted remaining instances of swap_simp_a and swap_simp_b (obsolete now)
urbanc [Sat, 07 Apr 2007 11:36:35 +0200] rev 22610
tuned slightly the previous commit
narboux [Sat, 07 Apr 2007 11:05:25 +0200] rev 22609
perm_simp can now simplify using the rules (a,b) o a = b and (a,b) o b = a
huffman [Fri, 06 Apr 2007 01:26:30 +0200] rev 22608
add new standard proofs for limits of sequences
berghofe [Thu, 05 Apr 2007 14:56:54 +0200] rev 22607
Replaced add_inductive_i by add_inductive_global.
berghofe [Thu, 05 Apr 2007 14:56:10 +0200] rev 22606
- Tried to make name_of_thm more robust against changes of the
structure of proofs.
- Now uses add_inductive_global rather than add_inductive_i for
the definition of the realizability predicate.
berghofe [Thu, 05 Apr 2007 14:51:28 +0200] rev 22605
- Removed occurrences of ProofContext.export in add_ind_def that
caused theorems to end up in the wrong context
- Explicit parameters are now generalized in theorems returned
by add_inductive(_i)
wenzelm [Thu, 05 Apr 2007 00:30:32 +0200] rev 22604
thy_deps: sort Context.thy_ord;
wenzelm [Thu, 05 Apr 2007 00:30:31 +0200] rev 22603
added thy_ord -- order of creation;
ancestors: back to traditional ad-hoc order (avoid occasional problems with get_thm);
wenzelm [Wed, 04 Apr 2007 23:29:42 +0200] rev 22602
simplified thy_deps using Theory.ancestors_of (in order of creation);
wenzelm [Wed, 04 Apr 2007 23:29:41 +0200] rev 22601
renamed Variable.importT to importT_thms;
wenzelm [Wed, 04 Apr 2007 23:29:40 +0200] rev 22600
removed unused dep_graph;
wenzelm [Wed, 04 Apr 2007 23:29:39 +0200] rev 22599
theory: maintain ancestors in order of creation;
wenzelm [Wed, 04 Apr 2007 23:29:38 +0200] rev 22598
rep_thm/cterm/ctyp: removed obsolete sign field;
renamed Variable.importT to importT_thms;
wenzelm [Wed, 04 Apr 2007 23:29:37 +0200] rev 22597
rebind HOL.refl as refl (hidden by widen.refl);
wenzelm [Wed, 04 Apr 2007 23:29:33 +0200] rev 22596
rep_thm/cterm/ctyp: removed obsolete sign field;
narboux [Wed, 04 Apr 2007 20:22:32 +0200] rev 22595
make fresh_guess fail if it does not solve the subgoal
narboux [Wed, 04 Apr 2007 19:56:25 +0200] rev 22594
add a few details in the Fst and Snd cases of unicity proof
paulson [Wed, 04 Apr 2007 18:05:05 +0200] rev 22593
find_first is just an alias
wenzelm [Wed, 04 Apr 2007 00:13:13 +0200] rev 22592
added print_mode (generic non-sense);
wenzelm [Wed, 04 Apr 2007 00:11:26 +0200] rev 22591
improved exception CTERM;
removed obsolete sign_of/sign_of_thm;
wenzelm [Wed, 04 Apr 2007 00:11:23 +0200] rev 22590
removed unused info channel;
renamed Output.has_mode to print_mode_active;
cleaned-up Output functions;
wenzelm [Wed, 04 Apr 2007 00:11:22 +0200] rev 22589
added print_mode;
wenzelm [Wed, 04 Apr 2007 00:11:21 +0200] rev 22588
removed unused info channel;
wenzelm [Wed, 04 Apr 2007 00:11:20 +0200] rev 22587
renamed Output.has_mode to print_mode_active;
wenzelm [Wed, 04 Apr 2007 00:11:18 +0200] rev 22586
tuned comment;
wenzelm [Wed, 04 Apr 2007 00:11:17 +0200] rev 22585
cleaned-up Output functions;
removed unused info channel;
moved print_mode to ROOT.ML (generic non-sense);
wenzelm [Wed, 04 Apr 2007 00:11:16 +0200] rev 22584
improved exception CTERM;
added instantiate_cterm;
removed obsolete sign_of_thm;
wenzelm [Wed, 04 Apr 2007 00:11:14 +0200] rev 22583
added scanwords from library.ML (for obsolete rename_tac);
wenzelm [Wed, 04 Apr 2007 00:11:13 +0200] rev 22582
removed obsolete scanwords (see obsolete tactic.ML:rename_tac for its only use);
wenzelm [Wed, 04 Apr 2007 00:11:12 +0200] rev 22581
removed dead code;
wenzelm [Wed, 04 Apr 2007 00:11:10 +0200] rev 22580
cleaned-up Output functions;
wenzelm [Wed, 04 Apr 2007 00:11:08 +0200] rev 22579
eliminated obsolete rename_tac;
wenzelm [Wed, 04 Apr 2007 00:11:03 +0200] rev 22578
removed obsolete sign_of/sign_of_thm;
wenzelm [Wed, 04 Apr 2007 00:10:59 +0200] rev 22577
ML antiquotes;
wenzelm [Tue, 03 Apr 2007 19:31:48 +0200] rev 22576
tuned comments;
wenzelm [Tue, 03 Apr 2007 19:24:22 +0200] rev 22575
fixed chr/explode;
wenzelm [Tue, 03 Apr 2007 19:24:21 +0200] rev 22574
avoid overloaded integer constants (accomodate Alice);
wenzelm [Tue, 03 Apr 2007 19:24:19 +0200] rev 22573
avoid clash with Alice keywords;
wenzelm [Tue, 03 Apr 2007 19:24:18 +0200] rev 22572
signature: eqtype to accomodate Alice;
wenzelm [Tue, 03 Apr 2007 19:24:17 +0200] rev 22571
renamed comp to compose (avoid clash with Alice keywords);
wenzelm [Tue, 03 Apr 2007 19:24:16 +0200] rev 22570
renamed of_sort_derivation record fields (avoid clash with Alice keywords);
wenzelm [Tue, 03 Apr 2007 19:24:15 +0200] rev 22569
added ML-Systems/alice.ML;