huffman [Thu, 12 Apr 2007 01:53:02 +0200] rev 22637
new standard proof of lemma LIM_inverse
huffman [Wed, 11 Apr 2007 19:42:43 +0200] rev 22636
new class syntax for scaleR and norm classes
krauss [Wed, 11 Apr 2007 09:40:29 +0200] rev 22635
removed debugging code
haftmann [Wed, 11 Apr 2007 08:28:15 +0200] rev 22634
canonical merge operations
haftmann [Wed, 11 Apr 2007 08:28:14 +0200] rev 22633
tuned
haftmann [Wed, 11 Apr 2007 08:28:13 +0200] rev 22632
dropped legacy ML bindings
huffman [Wed, 11 Apr 2007 04:13:06 +0200] rev 22631
moved nonstandard stuff from SEQ.thy into new file HSEQ.thy
huffman [Wed, 11 Apr 2007 03:54:53 +0200] rev 22630
move lemma real_of_nat_inverse_le_iff from NSA.thy to NthRoot.thy
huffman [Wed, 11 Apr 2007 02:19:06 +0200] rev 22629
new standard proof of convergent = Cauchy
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.