wenzelm [Fri, 05 Oct 2001 21:49:59 +0200] rev 11699
"num" syntax;
wenzelm [Fri, 05 Oct 2001 21:49:15 +0200] rev 11698
added axclass "one" and polymorphic const "1";
print consts "0" and "1" with type constraints;
wenzelm [Fri, 05 Oct 2001 21:48:04 +0200] rev 11697
added "num" token;
wenzelm [Fri, 05 Oct 2001 21:42:10 +0200] rev 11696
induct: case names;
wenzelm [Fri, 05 Oct 2001 21:37:33 +0200] rev 11695
sane spacing of "-";
wenzelm [Fri, 05 Oct 2001 16:04:56 +0200] rev 11694
tuned;
wenzelm [Thu, 04 Oct 2001 23:27:42 +0200] rev 11693
Thm.major_prem_of part of Logic.strip_assums_concl;
wenzelm [Thu, 04 Oct 2001 23:27:01 +0200] rev 11692
major_prem_of: Logic.strip_assums_concl;
wenzelm [Thu, 04 Oct 2001 16:09:12 +0200] rev 11691
induct/cases made generic, removed simplified/stripped options;
wenzelm [Thu, 04 Oct 2001 16:07:43 +0200] rev 11690
improved proof by cases and induction;
wenzelm [Thu, 04 Oct 2001 16:07:20 +0200] rev 11689
removed obsolete comment;
wenzelm [Thu, 04 Oct 2001 15:43:17 +0200] rev 11688
generic induct_method.ML;
tuned;
wenzelm [Thu, 04 Oct 2001 15:42:48 +0200] rev 11687
non-oriented infix = and ~= (output only);
added case_split (with case names);
wenzelm [Thu, 04 Oct 2001 15:41:43 +0200] rev 11686
$(SRC)/Provers/induct_method.ML replaces Tools/induct_method.ML;
wenzelm [Thu, 04 Oct 2001 15:40:52 +0200] rev 11685
use "~~/src/Provers/induct_method.ML";
wenzelm [Thu, 04 Oct 2001 15:40:31 +0200] rev 11684
removed hol_rewrite_cterm (use full_rewrite_cterm from Pure);
wenzelm [Thu, 04 Oct 2001 15:40:05 +0200] rev 11683
added dest_concls;
wenzelm [Thu, 04 Oct 2001 15:39:43 +0200] rev 11682
simp_case_tac is back again from induct_method.ML;
tuned;
wenzelm [Thu, 04 Oct 2001 15:39:00 +0200] rev 11681
made generic (see Provers/induct_method.ML);
wenzelm [Thu, 04 Oct 2001 15:29:37 +0200] rev 11680
qualify MetaSimplifier;
wenzelm [Thu, 04 Oct 2001 15:29:22 +0200] rev 11679
unsymbolized;
wenzelm [Thu, 04 Oct 2001 15:28:26 +0200] rev 11678
moved atomize stuff to theory IFOL;
added induct/cases setup;
wenzelm [Thu, 04 Oct 2001 15:28:00 +0200] rev 11677
atomize stuff from theory FOL;
tuned;
wenzelm [Thu, 04 Oct 2001 15:27:13 +0200] rev 11676
added Provers/induct_method.ML, document/root.tex, ex/Natural_Numbers.thy;
wenzelm [Thu, 04 Oct 2001 15:26:14 +0200] rev 11675
theory Natural_Numbers;
wenzelm [Thu, 04 Oct 2001 15:25:51 +0200] rev 11674
use "~~/src/Provers/induct_method.ML";
wenzelm [Thu, 04 Oct 2001 15:25:31 +0200] rev 11673
Theory of the natural numbers: Peano's axioms, primitive recursion.
(Modernized version of Larry Paulson's theory "Nat".)
wenzelm [Thu, 04 Oct 2001 15:21:47 +0200] rev 11672
full_rewrite_cterm_aux (see also tactic.ML);
no longer open MetaSimplifier;
wenzelm [Thu, 04 Oct 2001 15:21:17 +0200] rev 11671
added full_rewrite_cterm;
wenzelm [Thu, 04 Oct 2001 15:20:40 +0200] rev 11670
proof by cases and induction on types and sets (used to be specific for HOL);