oheimb [Tue, 20 Feb 2001 18:47:29 +0100] rev 11166
simplified definition of wrapper bspec
oheimb [Tue, 20 Feb 2001 18:47:27 +0100] rev 11165
added image_cong to default congs of recdef
oheimb [Tue, 20 Feb 2001 18:47:25 +0100] rev 11164
added add_arith (just as hint by now)
oheimb [Tue, 20 Feb 2001 18:47:22 +0100] rev 11163
added rearrange_prems
oheimb [Tue, 20 Feb 2001 18:47:06 +0100] rev 11162
debugging: replaced gen_all by forall_elim_vars_safe
nipkow [Tue, 20 Feb 2001 13:23:58 +0100] rev 11161
*** empty log message ***
nipkow [Tue, 20 Feb 2001 11:27:04 +0100] rev 11160
*** empty log message ***
nipkow [Tue, 20 Feb 2001 10:37:12 +0100] rev 11159
*** empty log message ***
nipkow [Tue, 20 Feb 2001 10:18:26 +0100] rev 11158
*** empty log message ***
nipkow [Sat, 17 Feb 2001 10:43:53 +0100] rev 11157
*** empty log message ***
paulson [Fri, 16 Feb 2001 18:51:19 +0100] rev 11156
fixed the obvious errors Tobias found
paulson [Fri, 16 Feb 2001 18:50:09 +0100] rev 11155
Least_def now refers to LeastM
paulson [Fri, 16 Feb 2001 13:47:06 +0100] rev 11154
for the change to LEAST
paulson [Fri, 16 Feb 2001 13:37:21 +0100] rev 11153
Blast bug fix made old proof too slow
paulson [Fri, 16 Feb 2001 13:29:07 +0100] rev 11152
Blast bug fix: now always duplicates when applying a haz rule,
whether or not new variables are added.
Can now prove theorems such as these:
val prems = Goal "[|P==>Q; P==>~Q|] ==> ~P";
by (blast_tac (claset() addDs prems) 1);
val prems = Goal "[|Q==>P; ~Q==>P|] ==> P";
by (blast_tac (claset() addIs prems) 1);
paulson [Fri, 16 Feb 2001 13:27:56 +0100] rev 11151
Blast bug fix made old proof too slow
paulson [Fri, 16 Feb 2001 13:25:08 +0100] rev 11150
Streamlining for the bug fix in Blast.
MPair_parts now built in using AddSEs, throughout.
nipkow [Fri, 16 Feb 2001 08:27:17 +0100] rev 11149
*** empty log message ***
nipkow [Fri, 16 Feb 2001 08:10:28 +0100] rev 11148
*** empty log message ***
nipkow [Fri, 16 Feb 2001 06:46:20 +0100] rev 11147
*** empty log message ***
wenzelm [Fri, 16 Feb 2001 00:36:21 +0100] rev 11146
tuned;
wenzelm [Thu, 15 Feb 2001 17:18:54 +0100] rev 11145
eliminate get_def;
wenzelm [Thu, 15 Feb 2001 16:12:27 +0100] rev 11144
tuned;
oheimb [Thu, 15 Feb 2001 16:07:57 +0100] rev 11143
Ord.thy/.ML converted to Isar
oheimb [Thu, 15 Feb 2001 16:01:47 +0100] rev 11142
moved inv_image to Relation
nonempty_has_least of Nat.ML -> ex_has_least_nat of Wellfounded_Relations.ML
added wf_linord_ex_has_least,LeastM_nat_lemma,LeastM_natI,LeastM_nat_le
oheimb [Thu, 15 Feb 2001 16:01:34 +0100] rev 11141
supressed some warnings on identical proofstate
moved wellorder_LeastI,wellorder_Least_le,wellorder_not_less_Least
from Nat.ML to Wellfounded_Recursion.ML
added wellorder axclass
oheimb [Thu, 15 Feb 2001 16:01:22 +0100] rev 11140
Ord.thy/.ML converted to Isar
added min_of_mono, max_of_mono, max_leastL, max_leastR to Ord.thy
moved Least_equality from Nat.ML to Ord.thy
added LeastM operator
oheimb [Thu, 15 Feb 2001 16:01:07 +0100] rev 11139
moved wellorder_LeastI,wellorder_Least_le,wellorder_not_less_Least
from Nat.ML to Wellfounded_Recursion.ML
moved Least_equality from Nat.ML to Ord.thy
moved wf_less from Nat.ML to NatDef.ML
added wellorder axclass
nonempty_has_least of Nat.ML -> ex_has_least_nat of Wellfounded_Relations.ML
added min_of_mono, max_of_mono, max_leastL, max_leastR to Ord.thy
oheimb [Thu, 15 Feb 2001 16:00:44 +0100] rev 11138
simplified proof of Least_mono
oheimb [Thu, 15 Feb 2001 16:00:42 +0100] rev 11137
added wellorder axclass
oheimb [Thu, 15 Feb 2001 16:00:40 +0100] rev 11136
moved inv_image to Relation
oheimb [Thu, 15 Feb 2001 16:00:38 +0100] rev 11135
moved wf_less from Nat.ML to NatDef.ML
oheimb [Thu, 15 Feb 2001 16:00:36 +0100] rev 11134
added nat as instance of new wellorder axclass
oheimb [Thu, 15 Feb 2001 16:00:35 +0100] rev 11133
Ord.thy/.ML converted to Isar
oheimb [Thu, 15 Feb 2001 15:56:51 +0100] rev 11132
added trial proof
oheimb [Thu, 15 Feb 2001 14:30:13 +0100] rev 11131
improved subst_RS
oheimb [Thu, 15 Feb 2001 13:07:03 +0100] rev 11130
added missiong word
nipkow [Thu, 15 Feb 2001 11:15:39 +0100] rev 11129
*** empty log message ***
wenzelm [Thu, 15 Feb 2001 00:53:45 +0100] rev 11128
index mod syntax;
wenzelm [Wed, 14 Feb 2001 23:43:55 +0100] rev 11127
tuned;
wenzelm [Wed, 14 Feb 2001 23:42:45 +0100] rev 11126
isatool install -k;
wenzelm [Wed, 14 Feb 2001 23:18:47 +0100] rev 11125
handle KDE version 1 or 2;
wenzelm [Wed, 14 Feb 2001 23:17:53 +0100] rev 11124
isatool install handles KDE version 1 or 2;
oheimb [Wed, 14 Feb 2001 20:45:35 +0100] rev 11123
removed whitespace
oheimb [Wed, 14 Feb 2001 20:44:59 +0100] rev 11122
supressed some warnings on identical proofstate
wenzelm [Wed, 14 Feb 2001 19:31:05 +0100] rev 11121
adhoc script for creating complete Isabelle dist pages;
berghofe [Wed, 14 Feb 2001 19:27:49 +0100] rev 11120
imp_cong2 -> imp_cong
paulson [Wed, 14 Feb 2001 13:26:46 +0100] rev 11119
new function get_overloads
paulson [Wed, 14 Feb 2001 13:19:14 +0100] rev 11118
updated the unicity proof
paulson [Wed, 14 Feb 2001 13:01:02 +0100] rev 11117
tidying
paulson [Wed, 14 Feb 2001 12:22:49 +0100] rev 11116
not_bad_tac is obsolete
paulson [Wed, 14 Feb 2001 12:16:32 +0100] rev 11115
a new theorem from Bryan Ford
oheimb [Wed, 14 Feb 2001 11:18:39 +0100] rev 11114
added support for AddXIs, AddXEs, AddXDs
wenzelm [Wed, 14 Feb 2001 01:36:36 +0100] rev 11113
tuned;
wenzelm [Tue, 13 Feb 2001 22:51:08 +0100] rev 11112
tuned;
wenzelm [Tue, 13 Feb 2001 22:04:09 +0100] rev 11111
tuned;
wenzelm [Tue, 13 Feb 2001 16:48:36 +0100] rev 11110
\remarksfalse;
wenzelm [Tue, 13 Feb 2001 16:31:18 +0100] rev 11109
tuned;
paulson [Tue, 13 Feb 2001 16:05:56 +0100] rev 11108
swapped Fleuriot and Paulson
wenzelm [Tue, 13 Feb 2001 16:05:09 +0100] rev 11107
create dist packages;