Tue, 10 Apr 2007 21:52:38 +0200 some restructuring
krauss [Tue, 10 Apr 2007 21:52:38 +0200] rev 22626
some restructuring
Tue, 10 Apr 2007 21:51:08 +0200 interpretation bounded_linear_of_real
huffman [Tue, 10 Apr 2007 21:51:08 +0200] rev 22625
interpretation bounded_linear_of_real
Tue, 10 Apr 2007 21:50:08 +0200 removed unnecessary premise from power_le_imp_le_base
huffman [Tue, 10 Apr 2007 21:50:08 +0200] rev 22624
removed unnecessary premise from power_le_imp_le_base
Tue, 10 Apr 2007 18:09:58 +0200 proper handling of morphisms
krauss [Tue, 10 Apr 2007 18:09:58 +0200] rev 22623
proper handling of morphisms
Tue, 10 Apr 2007 14:11:01 +0200 Moving "FunDef" up in the HOL development graph, since it is independent from "Recdef" and "Datatype" now.
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.
Tue, 10 Apr 2007 11:55:23 +0200 inline_antiq: no longer forces ML_Syntax.atomic;
wenzelm [Tue, 10 Apr 2007 11:55:23 +0200] rev 22621
inline_antiq: no longer forces ML_Syntax.atomic;
Tue, 10 Apr 2007 11:12:55 +0200 removed dead code
krauss [Tue, 10 Apr 2007 11:12:55 +0200] rev 22620
removed dead code
Tue, 10 Apr 2007 11:12:42 +0200 tuned
krauss [Tue, 10 Apr 2007 11:12:42 +0200] rev 22619
tuned
Tue, 10 Apr 2007 08:19:20 +0200 added example for definitions in local contexts
krauss [Tue, 10 Apr 2007 08:19:20 +0200] rev 22618
added example for definitions in local contexts
Tue, 10 Apr 2007 08:09:28 +0200 removed obsolete workaround
krauss [Tue, 10 Apr 2007 08:09:28 +0200] rev 22617
removed obsolete workaround
Mon, 09 Apr 2007 21:28:24 +0200 generalized type of lemma setsum_product
huffman [Mon, 09 Apr 2007 21:28:24 +0200] rev 22616
generalized type of lemma setsum_product
Mon, 09 Apr 2007 04:51:28 +0200 new standard proofs of some LIMSEQ lemmas
huffman [Mon, 09 Apr 2007 04:51:28 +0200] rev 22615
new standard proofs of some LIMSEQ lemmas
Sun, 08 Apr 2007 18:35:19 +0200 rearranged sections
huffman [Sun, 08 Apr 2007 18:35:19 +0200] rev 22614
rearranged sections
Sun, 08 Apr 2007 17:54:52 +0200 remove redundant lemmas
huffman [Sun, 08 Apr 2007 17:54:52 +0200] rev 22613
remove redundant lemmas
Sat, 07 Apr 2007 18:54:30 +0200 removed obsolete workarounds
krauss [Sat, 07 Apr 2007 18:54:30 +0200] rev 22612
removed obsolete workarounds
Sat, 07 Apr 2007 12:40:32 +0200 deleted remaining instances of swap_simp_a and swap_simp_b (obsolete now)
urbanc [Sat, 07 Apr 2007 12:40:32 +0200] rev 22611
deleted remaining instances of swap_simp_a and swap_simp_b (obsolete now)
Sat, 07 Apr 2007 11:36:35 +0200 tuned slightly the previous commit
urbanc [Sat, 07 Apr 2007 11:36:35 +0200] rev 22610
tuned slightly the previous commit
Sat, 07 Apr 2007 11:05:25 +0200 perm_simp can now simplify using the rules (a,b) o a = b and (a,b) o b = a
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
Fri, 06 Apr 2007 01:26:30 +0200 add new standard proofs for limits of sequences
huffman [Fri, 06 Apr 2007 01:26:30 +0200] rev 22608
add new standard proofs for limits of sequences
Thu, 05 Apr 2007 14:56:54 +0200 Replaced add_inductive_i by add_inductive_global.
berghofe [Thu, 05 Apr 2007 14:56:54 +0200] rev 22607
Replaced add_inductive_i by add_inductive_global.
Thu, 05 Apr 2007 14:56:10 +0200 - Tried to make name_of_thm more robust against changes of the
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.
Thu, 05 Apr 2007 14:51:28 +0200 - Removed occurrences of ProofContext.export in add_ind_def that
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)
Thu, 05 Apr 2007 00:30:32 +0200 thy_deps: sort Context.thy_ord;
wenzelm [Thu, 05 Apr 2007 00:30:32 +0200] rev 22604
thy_deps: sort Context.thy_ord;
Thu, 05 Apr 2007 00:30:31 +0200 added thy_ord -- order of creation;
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);
Wed, 04 Apr 2007 23:29:42 +0200 simplified thy_deps using Theory.ancestors_of (in order of creation);
wenzelm [Wed, 04 Apr 2007 23:29:42 +0200] rev 22602
simplified thy_deps using Theory.ancestors_of (in order of creation);
Wed, 04 Apr 2007 23:29:41 +0200 renamed Variable.importT to importT_thms;
wenzelm [Wed, 04 Apr 2007 23:29:41 +0200] rev 22601
renamed Variable.importT to importT_thms;
Wed, 04 Apr 2007 23:29:40 +0200 removed unused dep_graph;
wenzelm [Wed, 04 Apr 2007 23:29:40 +0200] rev 22600
removed unused dep_graph;
Wed, 04 Apr 2007 23:29:39 +0200 theory: maintain ancestors in order of creation;
wenzelm [Wed, 04 Apr 2007 23:29:39 +0200] rev 22599
theory: maintain ancestors in order of creation;
(0) -10000 -3000 -1000 -300 -100 -50 -28 +28 +50 +100 +300 +1000 +3000 +10000 +30000 tip